Replies: 1 comment 1 reply
-
Maybe something like this?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have the following two animations (please, remove the
.txt
extension [they are SWF files]):pr-loader.swf.txt
.pr-presentation.swf.txt
.I may use flashvars with the presentation, such as in:
This works fine. Although slides in this particular presentation are zero-based (and values for the
slide
variable are not).I would like to invoke the same flashvar with the loader (
ruffle -P slide=3 pr-loader.swf
) to have it passed to the presentation.The (stripped down) AS2 code to load the presentation in the loader reads:
I’m afraid I don’t know how to pass the value from the loader to the loaded movieclip (since this doesn’t work at all).
Would any kind soul know how to do that in AS2?
Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions