Hey all,
I’m just wondering about something. I have everything else working in this example. But I’m quite confused about how to accomplish this.
What I have built, is a news system loading from XML, it loads up in a dataGrid, and displays the latest news items.
I’ve also built up a HTML page, which uses Javascript to load the XML in and present the full news article properly.
This is all built just fine.
It’s even set up, so that in Flash, when clicked the dataGrid traces the correct variables ( the index, which is what I’m relying on to determine which news item to send to the Javascript based window. )
But what I’m wondering, is how I would go about doing this:
What I want to happen, is when clicked. The Datagrid sends that variable off to the new browser window, sets that variable in the Javascript so it knows which XML record to load. ( based of course, on which one was clicked in Flash. )
As of now, in JS, it’s just a simple variable set in the script.
Am I on the right track here?
Also, if anyone knows, would they be able to run me through how i’d accomplish sending this information across?
Thanks.