Flash has nasty bugs related to wmode "opaque". For example, special characters don't work on input fields. Try changing your wmode to window just to make sure that's the problem. If it is, I'm afraid you're out of luck.
People have been coming up with workarounds for all the different problems caused by wmode "opaque" and "transparent", you may try a google search for that. Good luck! Carol On 11 dez, 19:34, Daniel <[email protected]> wrote: > How are you setting the color. And what version of actionscript are you > using. > > On Dec 11, 2010 1:11 PM, "jsummit" <[email protected]> wrote: > > > > > > > > > > > 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]<google-maps-api-for- > flash%[email protected]> > .> For more options, visit this group at > > http://groups.google.com/group/google-maps-api-for-flash?hl=en. > > > > > > > > -- 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.
