RE: [flexcoders] Flash Component Kit and external SWF

2007-11-20 Thread Alex Harui
07 2:31 PM > *To:* flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > *Subject:* [flexcoders] Flash Component Kit and external SWF > > > > Hello, so I was able to Load an external SWF, in a state in flash like > this: > > stop(); > reques

Re: [flexcoders] Flash Component Kit and external SWF

2007-11-20 Thread Guillermo Villasana
ould work. > > > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Guillermo Villasana > *Sent:* Tuesday, November 20, 2007 2:31 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Flash Component Kit and external SWF &g

RE: [flexcoders] Flash Component Kit and external SWF

2007-11-20 Thread Alex Harui
: [flexcoders] Flash Component Kit and external SWF Hello, so I was able to Load an external SWF, in a state in flash like this: stop(); request = new URLRequest("external.swf"); loader = new Loader() loader.load(request); this.addChild(loader); This code is in the timeline but is ther

[flexcoders] Flash Component Kit and external SWF

2007-11-20 Thread Guillermo Villasana
Hello, so I was able to Load an external SWF, in a state in flash like this: stop(); request = new URLRequest("external.swf"); loader = new Loader() loader.load(request); this.addChild(loader); This code is in the timeline but is there a way to reuse the external.swf and replay it without reload