Problem retrieving a link address from php to flash because it has &

By nightkarnation | Jul 9, 2009

actionscript3

Hey guys…when I retrieve/load data from php (mysql) to flash everything works fine but retrieving the following address…it gets cut off when the "&" appears…
Here is the example link:

PHP Code:


http://clickcashv2.webpower.com/Refer.dll?Acct=DIEGO22&url=http://blahblahblah&pclub=pinocho 




And this is what I get when I trace it:

PHP Code:


http://clickcashv2.webpower.com/Refer.dll?Acct=DIEGO22 




How can I solve this?? It gets CUT OFF when the & appears.

I have checked only on php and the link that is retreaving from mysql echos it just fine…the problem is when i load the link into flash from php…
im using the following syntax on flash:

Code:

shimmyUrl.push(event.target.data["url_"+e]);

Any ideas on how may I fix this?

Thanks a lot in advance!

actionscript3

Please reply at our Forum

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 ActionScript 3.0