[Flashcoders] AS3 / Accessing functions in a Loaded SWF

2007-08-30 Thread Eric Lee
Hey List, I'm have a swf that contains several functions, and I'm loading it into another swf like this: var ldr:Loader = new Loader(); var url:String = content.swf; var urlReq:URLRequest = new URLRequest(url); ldr.load(urlReq); addChild(ldr); When it try to access a function by saying

[Flashcoders] AS3 Sound Looping Problem

2007-08-08 Thread Eric Lee
Howdy Coders, I'm in desparate need of some AS3 help. I'm loading a swf with sound embedded in the timeline into another file thusly: var urlRequest:URLRequest = new URLRequest(animatio ns/ANIM_Test4.swf); var animLoader:Loader = new Loader(); animLoader.load(urlR equest);

RE: [Flashcoders] AS3 Sound Looping Problem

2007-08-08 Thread Eric Lee
| Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lee Sent: Wednesday, August 08, 2007 3:17 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] AS3 Sound Looping Problem Howdy Coders, I'm in desparate need

[Flashcoders] AS3 Defining Objects

2007-01-24 Thread Eric Lee
Hi list, So I have a situation where I need to create multiple objects based on XML data. Is there a way in AS3 that I can do something like this: for (var i:int=0; inumItems; i++) { var myObject[i]:Object = new Object(); myObject[i].name = Name from XML; }

[Flashcoders] Flash Tracer / FF2

2007-01-08 Thread Eric Lee
For those of you who haven't used it, there's a cool FF plugin called Flash Tracer (https://addons.mozilla.org/firefox/3469/) that lets you view any traces generated by a SWF within firefox. My problem is that, since upgrading to FF2, I haven't been able to get it to work properly. Has anyone

RE: [Flashcoders] Flash Tracer / FF2

2007-01-08 Thread Eric Lee
: Re: [Flashcoders] Flash Tracer / FF2 I can do you one better. Download the XRay connector and classes from Blitz agency and use this link http://www.rockonflash.com/xray/flex/Xray.html and tell me what you think ;) T - Original Message - From: Eric Lee [EMAIL PROTECTED] To: 'Flashcoders

[Flashcoders] FF Display problem when using flash in a moving div

2006-11-09 Thread Eric Lee
Hi List, I'm having a bit of an issue with Firefox when displaying a flash dropdown over html content. Currently, I have the flash embedded in a div that repositions according to the menu rollover state (If rolled over, the div shifts right/movieclip shifts to the left to display the dropdown

[Flashcoders] Exporting from flash to vector format

2006-10-19 Thread Eric Lee
Howdy list, I'm looking for a way to export vector data from flash to some sort of a format that Illustrator can use-svg, ai, eps, etc. Does anyone know how to do this? Thanks! -eric ++ ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Exporting from flash to vector format

2006-10-19 Thread Eric Lee
timeline. Eric Lee wrote: Howdy list, I'm looking for a way to export vector data from flash to some sort of a format that Illustrator can use-svg, ai, eps, etc. Does anyone know how to do this? Thanks! -eric ++ ___ Flashcoders

RE: [Flashcoders] Exporting from flash to vector format

2006-10-19 Thread Eric Lee
mentioned MovieClips, I avoid going this route as it was just basic drawing commands. You can find more info on blazePDF at www.blazepdf.com (neat, huh?) ;-) Hope that helps. Cheers g. On 10/19/06, Eric Lee [EMAIL PROTECTED] wrote: Sorry, should've been a bit more specific -- I have a swf