Thursday, April 21, 2011

Flash references for today

The "web banner" you'll be creating today should be at this size:

720 pixels by 300 pixels

There is a list of standard web banner sizes here:

http://en.wikipedia.org/wiki/Web_banner#Standard_sizes

And I'll be going over this in class, but the actionscript for your button link (Actionscript v. 2) should be:

on (release) {
getURL("http://www.slate.com");
}

No comments: