Re: [flexcoders] noob question, css to swf, stylemanager

2008-09-05 Thread Douglas Knudsen
ue ,true); > > } > > ]]> > > > > > -- > Sherif Abdou > http://VadexFX.com > http://Sherifabdou.com > > ----- Original Message - > *From:* dsds99 <[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com > *Sent:* Friday, Se

Re: [flexcoders] noob question, css to swf, stylemanager

2008-09-05 Thread Sherif Abdou
nager.loadStyleDeclarations( 't.swf',true ,true); } ]]> -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: dsds99 To: flexcoders@yahoogroups.com Sent: Friday, September 05, 2008 8:34 AM Subject: [flexcoders] noob question

Re: [flexcoders] noob question, css to swf, stylemanager

2008-09-05 Thread Tom Chiverton
On Friday 05 Sep 2008, dsds99 wrote: > So, now in my creationComplete function. I have > StyleManager.loadStyleDeclarations( 'ChangeBG.swf',true ,true); Does the load go OK ? What does the web server log say ? Did you attach success and error handlers to the load event ? -- Tom Chiverton **

[flexcoders] noob question, css to swf, stylemanager

2008-09-05 Thread dsds99
by accident I posted on flexcomponents* I saw a tutorial online, yet I can't make it work...@@ My css: /** ChangeBG.css **/ Application{ background-alpha:0.1; background-image: Embed(source="water.jpg"); } All my files are in the src package and then I just run the option Compile css to swf. I