I have a flash cs3 movie with a textarea that I set the font color for
all text to white and when I run the movie in any other browse then
IE, the text renders blue.
If I run the movie just thru the flash player, not running on a web
page. The text is correct.
If I strip out the html page to basically nothing, it still is
incorrect.
It doesn't matter what type of page I run it on, still no good.
I want it on a .aspx page. I'm using an object tag and embed tag to
play the movie
Here are some vars:
I load some text in from an xml file using XML object.
I load some text in from .txt files using LoadVars object
The textarea properties are:
   dynamic txt with a variable.
   html rendering set to true.
   is a movie clip that is on stage and not dynamically loaded.
   multi line is true.

It's fine when I test in flash tru the player, but when I run the
movie thru andy other browser the IE, my text is blue when it should
be white.


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
             codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=7,0,0,0" width="1002px"
height="350px"                                    id="Germantown"
style="z-index: 1;">
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="false" />
                        <param name="movie" value="Germantown3.5.swf" />
                        <param name="wmode" value="opaque" />
                    <param name="WindowlessVideo" value="-1" /
>
                    <param name="loop" value="true" />
                    <param name="quality" value="high" />
                        <!--<param name="bgcolor" value="#000000" /> -->
                                <embed src="Germantown3.5.swf" quality="high"
bgcolor="#000000" width="1002" height="400" name="Germantown"
                                   allowScriptAccess="sameDomain"
allowFullScreen="false"
                                type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer";
wmode="transparent"  />
                        </object>

Thanks for any help!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to