8/16/2010 2:46:46 AM
Title:
How to get orginal url of a rewrote url by AS3?
I need to get the orginal url of a rewrote url by AS3 code to get its query string.
Could anybody help suggest a workaround or a fix for this issue?
Best Regards,
meoden8x
8/16/2010 3:39:47 AM
url is rewritten at the server side even before the server page is executed. If you can get the querystring values on your server side then you can write them in the html and pass them as parameters to swf file
8/16/2010 11:57:49 AM
you can pass the values to swf in the html using querystring
a.swf?variable1=something
client side cannot read the rewritten url. If you can get the querystring transformed to new url then you may read the new url and extract them
old url
www.yoursite.com/a.php?chapter=1 it might be transformed to
www.yoursite.com/1/
here you can extract the 1 from url
8/16/2010 9:39:27 PM
Hi,
what do you mean by 'orginal url' and 'rewrote url' ??
can you explain more ??
Regards,
Virat Patel