RE: [flexcoders] swf loader

2009-06-14 Thread Alex Harui
If a subswf expects to size to the stage then you can clip it, but you can't resize it. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of veritech82 Sent:

RE: [flexcoders] SWF Loader is not repainting when I make the with to 0 and again expand it.

2008-09-04 Thread Alex Harui
Don't set its width/height to 0. It creates a degenerate transform (scaleX/Y = 0) then future scaling is using that scaleFactor. Set it to 1, set visible=false. Or reset scaleX/Y before setting width/height when expanding From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
: http://weblogs.macromedia.com/pent/archives/2006/07/using_actionscr.cfm - Original Message - From: Jean-Luc ESSER To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:25 AM Subject: Re: [flexcoders] SWF Loader Jester, Does this mean that there is no way of getting

Re: [flexcoders] SWF Loader

2006-07-18 Thread JesterXL
flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 12:18 PM Subject: Re: [flexcoders] SWF Loader Hi Jesse,Would you recommend LocalConnection over ExternalInterface for this type of communication? Just wondering what the pitfalls of using ExternalInterface might be. On 7/12/06, JesterXL [EMAIL

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
are in the works for utilizing Socket to communicate to these SWF's. In the meantime, LocalConnection enforced via Interfaces is your best bet. - Original Message - From: Derek Vadneau To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 12:18 PM Subject: Re: [flexcoders] SWF Loader Hi

Re: [flexcoders] SWF Loader

2006-07-18 Thread JesterXL
Here's a technote on it: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=749eaa47pss=rss_flex_749eaa47 - Original Message - From: Derek Vadneau To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 3:47 PM Subject: Re: [flexcoders] SWF Loader Awesome explanation

Re: [flexcoders] SWF Loader

2006-07-13 Thread JesterXL
Sorry, I posted the wrong link earlier: http://weblogs.macromedia.com/pent/archives/2006/07/using_actionscr.cfm - Original Message - From: Jean-Luc ESSER To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:25 AM Subject: Re: [flexcoders] SWF Loader Jester, Does

Re: [flexcoders] SWF Loader

2006-07-12 Thread Hilary Bridel
Hi, There is an example on my site with a Flash 9 SWF. http://www.bridel.org/ Hilary -- On 7/12/06, flexnewbie06 [EMAIL PROTECTED] wrote: I am trying to cast swf as MovieClip in Flex 2.0.The SWF wascreated with Flash 8...I get an coercion error...is this something that can not be done or

Re: [flexcoders] SWF Loader

2006-07-12 Thread Jean-Luc ESSER
Jester, Does this mean that there is no way of getting a loaded swf to play, pause or stop without using localConnection ? JL - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 3:07 PM Subject: Re: [flexcoders] SWF