Gone!
Printable View
Gone!
Thanks, Francois, got the extension and it works fine now.
However, I still can't get the Seek function to work. Here is a link to the Flash Video Player:
http://www.iol.ie/~pkb/FLV%20Video%20Player%20Demo.html
See thos Part X buttons on the top right, when you click on them the video should jump to specific part. Part 1 works fine because the coding for it is:
Part 1 Button clicked
> Play Flash Video from start.
The other three buttons are coded to their specific part in the video. So, Part 2 is suppose to be 22 seconds in so the coding in the Event Editor reads:
Part 2 Button clicked
>Seek Flash Video to 22*FlashVideoFrameRate
Likewise for parts 3 and 4 but for some reason they don't work. Anyone got any ideas? Is there an example file somewhere that shows how the Seek function works, perhaps I'm doing it wrong?
Sorry, I don't usually bump up a question, but I'm still having no luck with the Seek function for the Flash Video as outlined in the post immediately above this one. Can anyone please help me out?
I figured it out, HORRAY!! I couldn't get it to work at all and inserted counters to try and figure out what was going on but couldn't see what the problem was. Then, out of curiosity, I just entered the time in seconds, so for Part 2 Button I just set it to Seek to 22. And BINGO!! It works!!!
Seems the Flash Video Seek function is actually asking for the time in seconds and not the number of frames (22*FrameRate). So anyone else using this, remember, just enter the time in seconds for the Seek function and it will work great!!