Log in

View Full Version : Need help on Flash fluid/percentage size?



chrbar
09-17-2008, 03:23 PM
Hello,

I would like to insert a simple flash animation in a DIV or in a DT (a cell of table) with a width and a heigh in percentage... to obtain an animation full size in the DIV (or TD) depending of its size.

I've changed the Flash object size value to "100%", and placed it in the DIV.
It looks good under Firefox, but nothing appears under IE and Safari!

Do you have some tips about Flash animation with a width and a heigh in percentage?

Thanks,
Chris

punstc
09-17-2008, 04:04 PM
what version of flash are you using? and what version of AS?

make sure that you also turned on no scale. And to embed it i would use swfobject. http://code.google.com/p/swfobject/ (http://code.google.com/p/swfobject/)

if you've never used it or scene it theres a tutorial on it over on gotoandlearn.com. (http://www.gotoandlearn.com)

it'll embed your movie using javascript and will make your html and css valid.
that way you shouldnt have any problems.

herryjohn
09-19-2008, 03:34 AM
do somebody can work it??

punstc
09-19-2008, 03:33 PM
http://flashsourcecode.com/

heres an example you can view a demo and download the source files.
just click on fullscreen its towards the bottom of the page. I think this is waht your looking for.