Passing Variables to Flash

GOT ITRequires Flash 8 though, and there's some annoying local/network/internet zone issues.Flash Code:


import flash.external.*;var ccText = ExternalInterface.call( "getCCText" );cc.htmlText = ccText;


External HTML ObjectObject Type: Header ScriptingCustom HTML:function getCCText(){ return Var_ccText.getValue()}


In this example, "_ccText" is my Lectora variable. "cc" is my dynamic text block in Flash.

Discussions have been disabled for this post