Skip to main content

Flash Q 11 Response

Last post: 2 years, 8 months ago | Thread started: May 29, 09, 9:22 a.m.

RespondNew TopicDisable Images

  • 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

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

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

Login or Register to respond to this

Skip to main content