Adrian,

Have you gotten this resolved yet?

I am a little rusty on the FLVPlayback component.  It wraps the VideoPlayer
class.  If you look on the docs there are a number of properties on
VideoPlayer that you might be able to use to construct the logic you
describe.  Docs here:
http://livedocs.adobe.com/flash/8/main/00003645.html

For instance, do your FLVs have encoding showing values on the property
VideoPlayer.totalTime?  If so, perhaps you can have a listener watch
VideoPlayer.playheadTime and as it reaches totalTime you can have the logic
"pause on the last frame of the video before fading to black".

Also, I don't know if you might be able to use the event
VideoPlayer.complete.

Maybe somebody from YouTube is on the list and they can share how their
player is coded  :-)

Regardless, please post back and let us know if you have resolved this, and
if so how.

hth,

g


On 3/12/07, Adrian MacTaggart <[EMAIL PROTECTED]> wrote:

Hi,

I'm working with Flash 8 and I've imported an flv to the stage and set
it as a progressive download, using a preset skin to control the video.
This has created a Flash Video component on the stage.

This works fine but the clip ends abruptly before returning to the
start.
I'd like to pause on the last frame of the video before fading to black
over a few seconds. It can then return to the start.

As the video is not on the timeline, is this possible? Can the video be
controlled with script to do this?

Thanks,

Adrian

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to