Can anyone help?
I need to create a flash file with video but at specific frames/times in the video I need an image to appear next to the video. This is the result of a research conference where the speakers were filmed as they talked through their presentation. The flash file needs to show this video alongside the slides from the speakers powerpoint presentation.
I already have the video converted using the media encoder and the slides from powerpoint converted to jpegs.
I just need to know how I select a time/frame in the video and presumable generate some actionscript code to load an image at that playback time in the flash file.
A rather clunky version of what I am trying to di can be found at: http://dangoren.com/garry/pearson/
Your help would be much appreciated.
Cheers
Steve
You need to set events for the player to trigger on speciffic frames. You should look for "cue points" examples.
Then you need to place the slides for example in frames in a movie clip ad use the cue points events to switch them.
you will need to:
1) set cue points
2) set event for cue points
3) switch the slides
These are separate tasks that depend on your project but you can search for them separately in the forums.
You might need to reencode your media to set the cue points. That was the only way I could find to do it.