A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Play short clip then go to URL

  1. #1
    Markasey
    Join Date
    Apr 2001
    Location
    southern California
    Posts
    77

    Play short clip then go to URL

    Hello...I have been away from Flash for a very long time and now I see how different everything looks. I'm trying to get this short clip to play, then forward to a URL. No clicking anything, just play and gotoURL. I've found scripts to click button and then forward, but not just play. .fla attached. Thanks in advance as always. I'm .08 over the file size limit to upload here, so I hope this is OK: nickkamen.com/alanray.fla
    Sometimes I give myself the creeps!

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    You could make it automatically open upon the video ending, but I can't remember the code for video event off the top of my head, a search would bring up lots of results,

    but with the way you have it already simply use something like so

    PHP Code:
    var myURL:URLRequest = new URLRequest("http://www.adobe.com");
    navigateToURL(myURL"_blank"); 
    instead of what you have now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center