Is there a way to pass in variables to an actively running swf? #19644
Unanswered
yourpalmark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that SetVariable isn't supported in Ruffle yet: #7868 .
Are there other options to pass in variables to an actively running swf?
Is it possible to use FlashVars?
It looks like you can pass them in when loading the swf, ex:
<embed src="main.swf?param1=true" />
Beta Was this translation helpful? Give feedback.
All reactions