Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthordougiem
    • CommentTimeFeb 11th 2007
     
    Is there a way I can read, from within flash, the ID name ("butt01") and the Object name ("status") without
    adding 2 x so.addVariables. Thanks for any help.

    <div id="butt01"></div>
    <script type="text/javascript">
    var so = new SWFObject("status.swf", "status", "152", "150", "8", "#ff666f");
    so.write("butt01");
    </script>
    • CommentAuthorGeoff
    • CommentTimeFeb 12th 2007
     
    You could do it with some crazy javascript stuff, but the easiest answer is to just pass it in via addvariable