Webservice call from object tag to _level0
Hi. Heres a challenge for ya.Im trying to pass a webservice http address from an object tag to the root in the embedded swf. From there I parse it and split it into objects. I looks like this when embedded:
<PARAM NAME=FlashVars VALUE="&my_service=http://vmcmswaqagj/gj/webservices/gj_iwish.asmx/GetIwishText?LanguageCode=en&"> which I put in the embed tag as well.
Ive also tried utf-8 URL encoding where it looks like this
http%3a%2f%2fvmcmswaqagj%2fgj%2fwebservices%2fgj_iwish.asmx%2fGetIwishText%3fLanguageCode%3den
Ive tried splitting it into strings and reassembling it in flash
path=http://vmcmswaqagj/gj/webservices/gj_iwish.asmx/GetIwishText?LanguageCode&lang=en&
if I put it difectly in my flash file (that is, I dont get it out of the object tag), it works a charm! I can get it from object tag and javascript trace the stringin and it even looks right and everything, but when I go to parse it, it disappears even though it looks just like the on one that I put in directly.
Has anyone ever had this problem??
