Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash connect with XML

Status
Not open for further replies.

rukshi

Technical User
Oct 7, 2006
15
AU
Hi
I need to make a button in flash and , when i clicked the button it should read xml file web link. and then it should open a pop up window and follow that url in the xml file.
could you help me with the script i should put on the button and how I should write the xml file.
Thank you

 
Hi kenneth
button in flash I have used
on(release){
getURL(this.urlsurvey,"_self");
}

urlsurvey is from xml
In xml i have used
urlsurvey="javascript: openwindow('
unfortunately when I click Flash button Browser (firefox) will open a new blank window and then open the pop-up.

but I needed to open pop-up in the current window which is flash button sitting on. also whn I tested this on IE browser , pop up window will suddenly disappear as soon as i click the flash button.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top