Note: FireFox ignores percent in size attribute of Flash

| | Comment(0) | Trackback(0)

ffflash100percentfix.jpg

FireFox ignores the size of Flash if it is set by percent. FireFox renders HTML strictly based on Doctype when Doctype is HTML 4.0, XHTML 1.0 or later version.

I had to code HTML with this type of Flash that other person made, and faced this problem. I didn't know this old issue.

The solution is adding size 100% for parent elements.

<style type="text/css">
<!--
html,body { height: 100%; width: 100%; }
-->
</style>

You also need add elements outside of Flash tags.

You can see a description about this issue on Adobe Developer Connection page.

http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=3644&productId=1&loc=ja

Category

, ,

Trackback(0)

Trackbacking Blog List : Note: FireFox ignores percent in size attribute of Flash

Trackback URL: http://mentalposition.com/mppweblog/mt-tb.cgi/284

Comment


Type the characters you see in the picture above.

About this blog

This page was entried by POLO February 25, 2009 12:28 PM

Previous Entry is

Note: FireFox ignores style attribute without getElementById

Next Entry is

Note: Anchor tag in a box element with clearfix collapses top margin

Recent entries are in

Index Page.

Past entries are in

Archive page

RSS RSS