Quick Tip: Resizing SWFs using BrowserCanvas

Have you ever needed to resize your embedded SWF based on the user interaction/input, like how Newgrounds allows you to resize certain Flash games to fit the screen? This can be done using JavaScript and the ExternalInterface class in ActionScript. But what if you don’t know JavaScript at all?

Well, lucky for you there’s this little class out there called BrowserCanvas which does all the ugly work for you and in this quick tip I’ll be showing you how to use it.
View Tutorial