PDA

View Full Version : Actionscript project html settings in Flex 3


darth
11-11-2008, 02:47 PM
Hi I have Actionscript project in Flex 3.

Is it possible to make the SWF in html/browser 100% width and 100% height?

I tried to use the metadata tag

[SWF(width='100%', height='100%', backgroundColor='#ffffff', frameRate='40')]

but % already gives the syntax error...

darth
11-12-2008, 10:28 AM
figured out - just not add width or height with SWF metadata tag