Skip to main content
Participant
April 26, 2006
Answered

XML Connector

  • April 26, 2006
  • 3 replies
  • 244 views
Is there any way to get the URL value parameter (i.e. document.xml) to load from a variable?

In other words, an example:

I have variables that are passed to Flash, one of which is a var named 'xml_var", which in this case would be 'document.xml'.

Is there a way to get the URL value parameter set to the value of the 'xml_var' variable? If so how does one target that parameter dynamically?
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer ginoxl
Solved the problem by adding a frame and putting a trigger event on the first and 2nd frames....thanx everyone!

3 replies

ginoxlAuthorCorrect answer
Participant
April 26, 2006
Solved the problem by adding a frame and putting a trigger event on the first and 2nd frames....thanx everyone!
ginoxlAuthor
Participant
April 26, 2006
Just realized I left out the fact that the XMLConnector is being used to poplutale a ComboBox with data...
ginoxlAuthor
Participant
April 26, 2006
Actually I got it work using 'myXMLConnector.URL = xml_var;

The only problem is that it doesnt load the xml_var unless i go forward a frame, and then back to the 1st frame...any ideas?