RE: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3

2008-11-12 Thread Tracy Spratt
, November 12, 2008 4:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3 OK, I've found some old posts now that I've been pointed that direction. I'm still struggling, though, in one of your old posts you mention doing something

RE: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3

2008-11-11 Thread Subeesh
PROTECTED] On Behalf Of Todd Sent: Tuesday, November 11, 2008 10:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3 OK, a little more research tells me that the Flex compiler strips out all timeline code from the embedded Flash

Re: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3

2008-11-11 Thread Fotis Chatzinikos
hm, it seems that when embeded the compiler does not have enough info to see if your variable is there or not (you mention that loading the swf dynamically works)... I remember reading somewhere in this forum that there is a compiler flag that makes things less strict and your error would get

RE: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3

2008-11-11 Thread Alex Harui
: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3 From my readings around the web, the Flex compiler strips all timeline information from the SWF when embedding. I now have found a suggested workaround over at Grant Skinner's Blog, however, it's dependent upon all the code