A Flash Developer Resource Site

Results 1 to 20 of 26

Thread: Flash intro page.

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Posts
    12
    Ok, maybe I'm not being clear, I've created a storyboard 640x500 and imported a 640x480 .flv file to sit on the storyboard as an object. I've put a text button at the bottom of this .flv object with the action to go to a URL upon release. What I'm trying to make happen is at the end of the play of the .flv object how do I trigger the automatic forward to another web page?

  2. #2
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    I put a video player on at koolexchange. If you look at the code for the progress bar, you can see that it is converted to precentages. From that you could set up an if statement that says

    If (percent = 100)
    {the go to new URL
    }
    Any programming language is at its best before it is implemented and used.

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