Re: [Flashcoders] AS3 _url?

2007-09-05 Thread hermit
 _url has been removed from AS3. Trying to find its replacement... is there
 one?

 - eric

Assuming you mean like:

var request:URLRequest = new
URLRequest(http://www.[yourdomain].com/externalSwf.swf;);
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);

then you might want to look up URL in the Flash AS3 help for more
information.

hth

Hermit

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS3 _url?

2007-09-05 Thread eka
Hello :)

oops problem of keyboad :p

In the AS2 Migration page :
http://livedocs.adobe.com/flex/2/langref/migration.html

You can read : _url Property[read-only]
flash.display.Loader.contentLoaderInfohttp://livedocs.adobe.com/flex/2/langref/flash/display/Loader.html#contentLoaderInfo

EKA+ :)

2007/9/5, eka [EMAIL PROTECTED]:

 Hello :)

 In the AS2 Migration page :
 http://livedocs.adobe.com/flex/2/langref/migration.html

 You c

 2007/9/4, eric e. dolecki  [EMAIL PROTECTED]:
 
  _url has been removed from AS3. Trying to find its replacement... is
  there
  one?
 
  - eric
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS3 _url?

2007-09-05 Thread eka
Hello :)

In the AS2 Migration page :
http://livedocs.adobe.com/flex/2/langref/migration.html

You c

2007/9/4, eric e. dolecki [EMAIL PROTECTED]:

 _url has been removed from AS3. Trying to find its replacement... is there
 one?

 - eric
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] AS3 _url?

2007-09-04 Thread eric e. dolecki
_url has been removed from AS3. Trying to find its replacement... is there
one?

- eric
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS3 _url?

2007-09-04 Thread Arul Prasad M L
loaderInfo.url

eg: you can use stage.loaderInfo.url to get the url for the swf.

On 9/5/07, eric e. dolecki [EMAIL PROTECTED] wrote:

 _url has been removed from AS3. Trying to find its replacement... is there
 one?

 - eric
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




-- 
Arul Prasad
http://arulprasad.blogspot.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com