lets say you have a movie with framelabels ālabel1ā, ālabel2ā, ālabel3āā¦
and you what to use DW to tell Flash to which label is should goto!
so you make a parameter called DWvar with a value of "label2"
then in our flash movie you put this script on the first frame
gotoAndPlay(_root.DWvar)
now when the movie loads the variable CWver is send to the root of the movie!!
The ActionSrcipt find the the variable DWvar throuw the root.