Skip to main content
Participant
June 12, 2007
Question

Flashvars: HTML pages linked to embedded SWF labels

  • June 12, 2007
  • 2 replies
  • 219 views
Hello,

I'm trying to connect my HTML pages to the correct SWF labels, using flashvars.

If i add this line of code (see bottom pls) into the <object> param:


In Flash, what should i write into the corresponding frame action?

Thanks for your help!
This topic has been closed for replies.

2 replies

Participating Frequently
June 13, 2007
trace(labelFrame) on frame 1
Participating Frequently
June 12, 2007
labelFrame will be a timeline variable in Flash 8 Actionscript 2 backwards to when FlashVars was introduced.

In Flash 9 (CS3) Actionscript3
root.loaderInfo.parameters.labelFrame;
subrenaudAuthor
Participant
June 12, 2007
Thank you for answering!

As i said, i want to reach a specific labelframe in the timeline for each HTML page. I'm still using Flash 8. Do you know the code in actionscript2?