Hello, I need help with looping music on my flash animation.
Short from creating the amount of frames it needs to play through, and having it restart so it acts like a seemless loop, I don't know what to do...
Can anyone help me please?
Hello, I need help with looping music on my flash animation.
Short from creating the amount of frames it needs to play through, and having it restart so it acts like a seemless loop, I don't know what to do...
Can anyone help me please?
Can anyone help me? Please?
Thanks for you're alls help. But I figured it out.
For other people needing help, Replace Dark with your own variables and sound files. I put this inside a single framed movie clip... Dunno where else it could go. Anyway, try this and hopefully it works.
Code:// create a new Sound object var dark:Sound = new Sound(); // if the sound loads, play it; if not, trace failure loading dark.onLoad = function(success:Boolean) { if (success) { t4c.start(0,300); } }; dark = new Sound(); dark.attachSound("dark.mp3"); dark.start(0,0); dark.onSoundComplete = function() { dark.start(0, 0); }; // load the sound dark.loadSound("dark.mp3", true);
I am a composer, just found a website which provides royalty free music. It is very popular for music and production music. It’s not free but very well priced and then you are free to use the music forever.
Hello,sneha here,,,,,, I need help with looping music on my flash animation.Short from creating the amount of frames it needs to play through, and having it restart so it acts like a seemless loop, I don't know what to do...
Can anyone help me please?????????? Thanks lot........
Seo Services in Delhi | fengShui Consultant| SEO DELHI | Vastu|
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks