Skip to main content
Known Participant
July 23, 2007
Question

how to change xml tag at runtime

  • July 23, 2007
  • 2 replies
  • 295 views
Hi
i have flash movie that plays flv file and store it's configuration in xml file. one of those configuration is the path of the flv file
<filepath>myfile.flv</filepath>

i have many flv files uploaded and i want to change the path on the xml file based on somthing that user requests like url parameter or any thing.
so it will be
<filepath>anotherfile.flv</filepath>

how to change the path in xml file ?

thanks in advance.
This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Inspiring
July 24, 2007
macnux wrote:
> any help

This is a Dreamweaver forum. You are more likely to get help with a
Flash problem in the Flash forum.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
macnuxAuthor
Known Participant
July 24, 2007
any help