Ok, let me see if I can explain this one. I have an AS 2.0 built flash movie that is a scrolling menu of images that are loaded in via XML. There are 3 child nodes in the xml file which are (<title><image><url>). I can set the url node to anything, but they are all supposed to go to the same page, AND BUT, the page that they link to is driven with a significant amount of javascript.
For example, let’s say that each image in the scrolling menu is a service and the page that each of them link to lists all of the services (as in the scrolling menu), but when you click on the services, on the services page, there is a function that gets called which knows what to populate the various elements on the page with. You can see the js version of this here. Click on the services to the left and you will see it’s functionality.
My question is, how do I make it so when you click on the the individual elements in the scrolling menu on the home page (which can be seen here.) and go to the services page, the page is populated like it would be if you just clicked on that service from the services page.
I’m essentially trying to pass a javascript function call with a parameter via flash to another page on click, but this is really only the second time I have ever worked with XML. If anyone can help me, I’d appreciate it. Thanks!
JPearson311