Topic: Javascript

Expanding/Resizing a Flash SWF Using Javascript

You might have seen Flash advertisements or video players where the Flash movie expands beyond its original borders. The basic implementation is a javascript resize but there are a couple ways to go about this, each yielding quite a different effect.

Copy a Flash SWF Image to the Clipboard Using Javascript

The final steps for taking a screenshot of a Flash movie and placing it on the clipboard. Sadly, this last step is only implemented in Internet Explorer but there's some information for Firefox in the article as well.

Embedding Base64 Image Data into a Webpage

This is part two of a tutorial for taking a screenshot of a Flash movie and putting it into a webpage using Javascript. As you might expect, Internet Explorer and Firefox have different ways of going about embedding the image data in HTML. Details after the click-through.

Use Javascript to Take a Screenshot of a Flash Movie

This is the first part of a tutorial for allowing a user to take a screenshot of a SWF and save it to their clipboard. In this section, we grab the image data in Flash, encode it as a PNG, and send it to Javascript.

Syndicate content