Array
javascript - Flash Issues [Archive] - FlashMove Forum

PDA

View Full Version : javascript - Flash Issues


triaz
08-11-2005, 08:31 AM
I use javascript to extract name/value pairs from a querystring. The variables extracted are then added to the <object> and <embed> tags via a query. The values are then accessible in flash.

This works fine, I extract the querystring, add to flash and then get flash to send this to another page as a querystring via getURL.

The destination page then processes the querystring and returns another querystring which is once again parsed by the js and values passed to flash.

I can check that the values have been received by adding a dynamic text box with the var field set to the same name as the passed variable. Flash displays the correct result.

So where's the problem I hear you say? The problem I have is that the movie should move to another frame on the timeline if the variable returned has a value of "complete". This does not happen even though I can display the returned variable value as "complete"

Why can I display this value in a dynamic text box but not 'use' it?

I hope this explanation is clear enough.

Regards