Replies: 2 comments
-
I'm not 100% sure about this, but I think that as long as you have the allowScriptAccess param on the object, it should work unless it's something different than what was recently implemented. If it still doesn't work, you can file an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using the Flash plugin's built-in SetVariable function, then that is still not supported in Ruffle, see #7868 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys, we got a lot of e-learning courses that depend on loading some initial variables into swf to take the user to the correct class.
To do this we usually used JS to pass the variables in. Basically we find swf objects on page with getElementById and then call function SetVariable on that object.
Is it possible to do it with Ruffle? If so how can we do this?
Beta Was this translation helpful? Give feedback.
All reactions