Skip to main content
Participating Frequently
September 26, 2006
Pregunta

Get URL from which Flash was downloaded into browser

  • September 26, 2006
  • 3 respuestas
  • 533 visualizaciones
Hello buddies,
Is there any API in ActionScript to identify the URL from which Flash was downloaded into browser?

Thanks
Este tema ha sido cerrado para respuestas.

3 respuestas

Participating Frequently
September 26, 2006
Nice script. Thanks for posting it.

Tim
Participating Frequently
September 26, 2006
Not sure if this will work but you can try:

_root._url;

Tim
Inspiring
September 26, 2006
Participating Frequently
September 26, 2006
Hi,

use this
myurl = myurl.substr(0, myurl.indexOf("/", 8));

i think u get what u wnat.....

Regards,
Ankur
DeniomAutor
Participating Frequently
September 26, 2006
No no, buddy I am looking for the URL itself! let's say 'myurl' in your sample code, where can I get that ?