[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

[Flashcoders] quick actionscript question

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

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




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
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


[Flashcoders] quick actionscript question

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

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




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
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


[Flashcoders] Video Controller Component

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

Hello all,

I am in search of a Video Controller Component usage w/ dynamic video
loading anyone know of one? I use php for all my sites also. I have
found some references to one in the archives but could not find a link
anywhere.

Thanks in advance,

Eric




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
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