|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Flash / Dreamweaver / Fireworks tutorials from Talk-Mania members Please post your Flash / Dreamweaver / Fireworks in this area. Look here to the see the tutorials and methods outlined by other Talk-mania members. |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Flash Introduction page trouble
Hi,
I made an introduction page for my website but the thing is the 'enter' button wont got to my homepage and the flash is on a constant loop. Can someone help me so I can get it to work properly?. - Becky |
|
|||
|
to stop the loop on the last frame you need a keyframe at the end of the animation and in the actions panel type: stop();
The enter button your code would be: myButton.onRelease = function() { this.getUrl("http://yourUrl.com/index.php", "_parent", "GET"); } use you button's instance name instead of myButton Also if you want to add a replay intro button your code would be: repeatButton.onrelease = function() { this.gotoAndPlay(1); } replace repeatButton with your repeat button's instance name this code says that when the button "repeatButton" is pressed the animation will goto and play frame 1. Hope this helps ;-) |
|
|||
|
I am glad you asked, because the same questions occur to me and I have not ever seen a post that supplies the answers. Thanks ,ActionBible ,thanks for your answer .It helps me a lot !
__________________
http://hostmonster-reviews.org |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|