Skip to main content
May 28, 2009
Answered

FlashVars from an html link?

  • May 28, 2009
  • 1 reply
  • 1924 views

Is it it possible to receive FlashVars from an html link? How would that be done?

Thanks a lot!!!

This topic has been closed for replies.
Correct answer kglad

you can use javascript to parse the query string and use the externalinterface class to pass the variables/values to flash.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
May 28, 2009

you can use javascript to parse the query string and use the externalinterface class to pass the variables/values to flash.

May 28, 2009

wow, that sounds complicated! I might just do a work around instead!

Thank you!!!

kglad
Community Expert
Community Expert
May 28, 2009

you're welcome.