Tone,

> noScale & showAll? They are not mutually exclusive?

Typing without thinking to hard.


> What will this do for me? If you're using showAll then Stage.height etc. 
> is lost? Is that why you have to get the values from the browser?

Here's the cool part,
Say you want to display a video fullscreen.. The stage could be 1px x 1px,
it doesn't matter.
Let js pass in the window values and have an flash method equate the corrent
xywh coords.

What I'm basically saying is you can drop your reliance on the stage
completely rather than having to worry about resizing that bitch ;[



Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee
Sent: Thursday, 10 August 2006 3:06 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] New Flash based website

Hi Bjorn,
> There's a better way to do it.
> Have you seen swfObject?
>   
Seen it. Use it. Love it.
> Insert the swf into the html with noscale and showall, then you are 
> not limited to a stage size.
>   
noScale & showAll? They are not mutually exclusive?
> Have a listener set up in js for onResize and pass it into flash via 
> swfObject.
What will this do for me? If you're using showAll then Stage.height etc. 
is lost? Is that why you have to get the values from the browser?

Tony
_______________________________________________
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@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