View Full Version : Enlarge FLV onClick
Outshine
11-20-2005, 11:22 PM
Hello everyone,
I am trying to enlarge my FLV component when the user clicks a button. A good example would be the Comcast video fan. Visit http://www.comcast.net and click on "Fan Videos" on the middle right of the screen.
Does anyone know how this is accomplished? Thanks!
Luke
Grant B
11-21-2005, 05:30 PM
I'm just learning video stuff now, but while ploughing through the help files recently and the many references to the flvplayback component for Flash 8 I noticed this:
FLVPlayback.setSize()
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVplybk.setSize(w:Number, h:Number)
Parameters
w A number that specifies the width of the video player.
h A number that specifies the height of the video player.
Returns
Nothing.
Description
Method; sets the width and height simultaneously. Because setting either one, individually, can cause automatic resizing, setting them simultaneously can be more efficient than setting the width and height properties individually.
If autoSize is true, this method has no effect because the player sets its own dimensions. If the maintainAspectRatio is true and the autoSize property is false, changing the width or height causes automatic resizing.
________
If this isn't what you want, or you don't need to reference Flash 8, it should still be in the help files somewhere in the app. Type flv component in the search and look for the word size or something.
meshhat
04-26-2007, 05:30 PM
I know this post is rather old, but was a solution ever finalized? I am looking to do the exact same thing - enlarge a FLV via an onClick action.
I appreciate it if anyone has any knowledge on this.
atomic
04-26-2007, 05:58 PM
Seems to me a solution was finalized...
http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00003609.html
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.