RE: [flexcoders] swf z-index overlay cant click swf buttons

2009-08-30 Thread Tracy Spratt
What you have posted will not cause that.  Canvas does not do any automatic
layout of children, do you have anything else in that canvas after the
SWFloader that could be overlaying the SWFLoader?

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of advancedonsite
Sent: Saturday, August 29, 2009 2:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] swf z-index overlay cant click swf buttons

 

  

I have a swf which has buttons and I'm loading it using

mx:Canvas width=100% height=100%
mx:SWFLoader id=swffile source= height=400 width=400
autoLoad=true x=900 y=100 /

but the swf buttons cant be clicked it's like theres an invisible layer over
them?

any ideas what might be causing this?





[flexcoders] swf z-index overlay cant click swf buttons

2009-08-29 Thread advancedonsite
I have a swf which has buttons and I'm loading it using

mx:Canvas width=100% height=100%
mx:SWFLoader id=swffile source= height=400 width=400 autoLoad=true 
x=900 y=100  /

but the swf buttons cant be clicked it's like theres an invisible layer over 
them?

any ideas what might be causing this?