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>