Mike, Not really getting you, the external .as file controls
everything so how would
we correct it from the as file?

Thanks again,
Eric


The problem is in how the FLVs are encoded. You have to encode with
keyframes on every frame. Once that's done, they should scroll fine
(although backwards is generaly chunkier than forwards).

¯
Mike Keesey

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of eric walton 9 / edub9
Edub9
Sent: Tuesday, November 14, 2006 10:38 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] quick actionscript question

Hello anyone know the actionscript for a button that will control a
video fast forward and rewind button that forwards and rewinds in a
smooth transition? I want to use it with an existing scrubber that is
working. The buttons are working but at present they only go back or
foreard based on 1 or 2 second increments.

Here is what i have at present:

// my custom nav buttons are below
              ff_button.onRelease = function (){
        myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition +
1);
}

        rev_button.onRelease = function (){
        myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition -
1);
}

Any ideas?

Eric
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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