POST
- a screen shot of your project from within ANIMATE CC
- an animate GIF
- an embedded SWF file using a link from your DROPBOX
The THIRD in the series - YOUTUBE TUTORIAL
Button Actions Code: - remember to name the button! startButton
stop();
function playMovie(event:MouseEvent):void
{
play();
}
startButton.addEventListener(MouseEvent.CLICK, playMovie);
function playMovie(event:MouseEvent):void
{
play();
}
startButton.addEventListener(MouseEvent.CLICK, playMovie);
Embed code
<embed src="paste dropbox link between quotes" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="300" width="300"></embed>
...


No comments:
Post a Comment