all groups > flash actionscript > may 2006 >
You're in the

flash actionscript

group:

Can anyone tell me why this is doing this?


Can anyone tell me why this is doing this? aniebel
5/19/2006 9:22:19 PM
flash actionscript:
Users have complained that they have to push the PLAY button twice to get it to
react. It's a button and in the first frame, is the code below. Should it be a
MC instead of a button? Here is the URL:

<a target=_blank class=ftalternatingbarlinklarge
href="http://www.doubleplusgooddesign.com/cointreauGameAll.html">link</a>

play_btn.onRelease = function() {
_root.gotoAndPlay(2);
};

stop();
Re: Can anyone tell me why this is doing this? tonyhigham
5/19/2006 10:28:05 PM
this is most likely due to the new IE update, an explanation and solution for
which can be found here:
<a target=_blank class=ftalternatingbarlinklarge
href="http://www.amarasoftware.com/flash-problem.htm">http://www.amarasoftware.c
om/flash-problem.htm</a>
Re: Can anyone tell me why this is doing this? tonyhigham
5/19/2006 10:30:22 PM
this is most likely due to the new IE update, an explanation and solution for
which can be found here:
<a target=_blank class=ftalternatingbarlinklarge
href="http://www.amarasoftware.com/flash-problem.htm">http://www.amarasoftware.c
om/flash-problem.htm</a>
Re: Can anyone tell me why this is doing this? aniebel
5/19/2006 11:01:01 PM
AddThis Social Bookmark Button