Flash Help...
- Started
- Last post
- 7 Responses
- infostruct
I haven't used flash in a long time, and I sucked at it then. But I am trying to put together a little promo cd thing, and would love a little help.
Trying to have a 4 second sound clip play called intro. Then I want another sound clip named loop to loop infinatly as soon as intro ends.
This is what I have, and like I said, I really don't know much about this. Just what I can pick up from FlashKit.
firstintro = new Sound();
firstintro.attachSound("intro");
firstloop = new Sound();
firstloop.attachSound("loop");
firstintro.start([0,0]);
firstintro.onSoundComplete = function() {
firstloop.start([0,999]);
}So the intro clip plays, then the loop clip plays once, but doesn't loop. Any ideas? Thanks.
- infostruct0
bumping... please
- jdcomba0
dunno, but i like your work!
- brooke0
Bump!
- lvl_130
firstloop.duration.infinite();
?
- infostruct0
any love this morning?
- lvl_130
so what i posted didn't solve the problem? it was just a guess 'cause i really don't use sound very often in flash.
i'll try and dig something up here at work.
- infostruct0
Didn't seem to work, but I could have implemented it wrong. Thanks for the help though. You don't to go looking around, it's not that big of a deal.