Fla 8 / As2
How can i add variables to - / deliver variables with -
the query string (“value” / “SWFAddress.getValue()”)
in order to evaluate another parameter
once the query string is called within flash ?
i added variables to the query string
(which resulted in “undefined” error messages
for the “value” variable within flash )
+
i already tried to add parameters to the “title” variable
(“title” won’t be delivered but replaced
once the query string is called
via “SWFAddress.onChange”)
…
i do not use frames within my swf file
(it’s a dynamic navigation structure based on variables)
+
i managed to update / bookmark my navigation
via the browser using SWFaddress so far;
my swf provides several languages which use
different entries for bookmarking.
In consequence they do refer to different query strings –
hence i need to find a way to check for the language
that was active when a bookmarks was set
before/when bookmarks are released via SWFAddress.getValue
within my swf file.
…