Re: [Flashcoders] LoadMovie adds style to UIComponents?

2006-11-29 Thread Glen Pike

Hi,

   Brilliant!
  
   I managed to get a result using the Loader component too.  Thanks 
for your reply, I will try to post this somewhere online with a useful 
demo, but have a stack of work and homework to do first...


   Glen

Wade Arnold wrote:
Another post on this list directed me to the answer. 


http://ariaware.com/products/optimizer/downloads/docs/hints___tips/the_c
orrect_way_to_load_in_external_swfs_that_contain_v2_components.htm

I did change my loader out to be a loader component because I was still
having focus problems. However just using the following code fixed my green
area problems. 


holder._lockroot = true;
holder.loadMovie(test.swf);
  

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] LoadMovie adds style to UIComponents?

2006-11-28 Thread Wade Arnold
Another post on this list directed me to the answer. 

http://ariaware.com/products/optimizer/downloads/docs/hints___tips/the_c
orrect_way_to_load_in_external_swfs_that_contain_v2_components.htm

I did change my loader out to be a loader component because I was still
having focus problems. However just using the following code fixed my green
area problems. 


holder._lockroot = true;
holder.loadMovie(test.swf);


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike
Sent: Wednesday, November 22, 2006 12:44 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] LoadMovie adds style to UIComponents?

Hi,

I had a similar problem with a site that I was trying to load in 
another small preloader swf and asked the list, but received no answer - 
sorry.

I tried overriding global styles in the preloader swf, but had no 
joy with this method.

Anyone found a solution to this???

Glen

Wade Arnold wrote:
 I have one swf file that has a couple textinputs and textareas. When I run
 the swf alone it does not draw the green default boarder on focusIn.
However
 if I load that same SWF via another swf into a symbol
 holder.loadMovie(test.swf); then I get the green boarder when I click on
 the textinput and textarea. Is there a way to disable this? It does not
seem
 as though using setStyle allows me to keep the boarder from showing under
 focusIn.

 Thanks! 

 Wade Arnold


 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


   
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] LoadMovie adds style to UIComponents?

2006-11-22 Thread Glen Pike

Hi,

   I had a similar problem with a site that I was trying to load in 
another small preloader swf and asked the list, but received no answer - 
sorry.


   I tried overriding global styles in the preloader swf, but had no 
joy with this method.


   Anyone found a solution to this???

   Glen

Wade Arnold wrote:

I have one swf file that has a couple textinputs and textareas. When I run
the swf alone it does not draw the green default boarder on focusIn. However
if I load that same SWF via another swf into a symbol
holder.loadMovie(test.swf); then I get the green boarder when I click on
the textinput and textarea. Is there a way to disable this? It does not seem
as though using setStyle allows me to keep the boarder from showing under
focusIn.

Thanks! 

Wade Arnold



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


  

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com