Thank you I have found.
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
Maybe anybody need.
2007/7/26, Muzak <[EMAIL PROTECTED]>:
>
> http://www.google.com/search?hl=en&q=flash+javascript+communication&meta=
>
> ----- Original Message -----
> From: "natalia Vikhtinskaya" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, July 26, 2007 7:35 AM
> Subject: Re: [Flashcoders] sending information from HTML to swf
>
>
> > Any articles or examples?
> >
> > 2007/7/26, Helmut Granda <[EMAIL PROTECTED]>:
> >>
> >> search on javascript + actionscript.
> >>
> >> That is one way.
> >>
> >> ...helmut
> >>
>
>
> _______________________________________________
> [email protected]
> 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
>
_______________________________________________
[email protected]
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