Mar 19, 2005 #1 yomata Technical User Mar 19, 2005 9 US my flash document loops but I want the sound to play only once when the .swf is first loaded Will someone help on this? Using Flash MX I imported the sound to the stage in properties sync: event,repeat,0
my flash document loops but I want the sound to play only once when the .swf is first loaded Will someone help on this? Using Flash MX I imported the sound to the stage in properties sync: event,repeat,0
Mar 19, 2005 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA At the end of the movie... _level0.gotoAndPlay(2); Make sure the sound is only on frame one. Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them! Upvote 0 Downvote
At the end of the movie... _level0.gotoAndPlay(2); Make sure the sound is only on frame one. Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them!
Mar 19, 2005 Thread starter #3 yomata Technical User Mar 19, 2005 9 US and this goes in the actions frame in the sound's layer Upvote 0 Downvote
Mar 19, 2005 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA In any layer, usually in an actions only layer. Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them! Upvote 0 Downvote
In any layer, usually in an actions only layer. Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them!
Mar 19, 2005 Thread starter #5 yomata Technical User Mar 19, 2005 9 US I did this, yet it is still looping the sound Upvote 0 Downvote