Public Voice Network
- Pic of the Day 5937859378
- Shit QBNers think 7070
- Ageless Male
- Ageless Male
- Shit QBNers Say 131131
- Ageless Male
- FMT 020312 4747
- Show Yo Dog 2012
- Ageless Male
- Light in the box coupons
- Multicolored logos? 1414
- Politics 1759817598
- blog 5558055580
- Light in the Box Coupons
- Vid of the Day 1096110961
- TYPO San Francisco 55
- Suggest a good movie... 936936
- Logo from Locked PDF? 33
- American Musical Supply C… 11
- intern -> job 2121
- Your Last Concert 375375
- the gif animation thread 1132211322
- Steve Jobs FBI file 66
- What are you listening to… 41734173
Flash Q 11 Response
Last post: 2 years, 8 months ago | Thread started: May 29, 09, 9:22 a.m.
- eb6
I need to have an external swf load after an flv is finished playing. I found this code:
function vidFinished(event:Event):void
{
trace("Video has finished");
}
mov_player.addEventListener(Even... this.vidFinished);It will output "Video has finished" when the movie is done playing, but I don't know the code needed to load the swf or where to put it.
Thanks for the help.
- May 29, 09, 9:22 a.m. – Permalink
- acescence
http://www.iheartactionscript.co…
put the startLoad() call in your vidFinished function


- Dog-earMay 29, 09, 9:27 a.m. – Permalink



