Hi
My second question is :
Using sc I have imported swf upto AS2, and had the code work fine.
.flash background=blue bbox=160x600 version=10
.swf animClip0 "adExample_animationClip.swf"
.put animClip0 x=0 y=0 scalex=54% scaley=54%
.swf textClip0 "adExample_textClip0.swf"
.put textClip0 x=0 y=0 scalex=54% scaley=54%
.swf textClip1 "adExample_textClip1.swf"
.put textClip1 x=80 y=550 scalex=54% scaley=54%
.end
The above code works a treat
When I swirch the code in adExample_animationClip.swf to AS3, it simply
ignores the code...
Is AS3 supported ? If so, what am I missing ?
thx
Jason