How to use HTML param in Actionscript 2

后端 未结 2 1606
一整个雨季
一整个雨季 2021-01-16 13:32

The main thing in this i have written a code for swf and also the html and i need to pass the 2 parameters from html to swf i am passing clicktag param and other parameter.

2条回答
  •  一整个雨季
    2021-01-16 13:48

    inside a movie clip we have to address to root like _root.clickTAG otherwise it does not work.

提交回复
热议问题