[Flashcoders] re: quick actionscript question

2006-11-15 Thread eric walton 9 / edub9 Edub9

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

RE: [Flashcoders] re: quick actionscript question

2006-11-15 Thread Mike Keesey
What I'm saying is that you can't fix it from the AS--you have to re-encode the 
FLVs with keyframes on every frame.
―
Mike Keesey

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of eric walton 9 / edub9 Edub9
 Sent: Wednesday, November 15, 2006 2:41 PM
 To: Flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] re: quick actionscript question
 
 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