
Get info from page
Get flash to fully experience Pearltrees
Plug-in Basics - MDC
How Plug-ins are used Plug-ins offer a rich variety of features that can increase the flexibility of Gecko -based browsers. Plug-ins like these are now available: The range of possibilities for using plug-in technology seems boundless, as shown by the growing numbers of independent software vendors who are creating new and innovative plug-ins. You can see which plug-ins are installed on your system and have been properly associated with the browser by consulting the Installed Plug-ins page.Drawing and Event Handling - MDC
Header
Thumbshot
icon
Observers
X-FRAME-OPTIONS
Ok, let’s imagine the use case: I have an iframe somewhere on my page, and when I click a link or a button I need to get the content of it (could be a textarea e.g.), and then do some stuff with it. It was easy to do this in IE, but for Firefox I struggled more, as I kept getting the “frame has no properties” error message in the console. And when I solved this I couldn’t get to the content.
Get the content of an Iframe in Javascript – crossbrowser soluti
Manipulating video using canvas - MDC
The key bits to take away from this are: This document establishes two canvas elements, with the IDs c1 and c2 . Canvas c1 is used to display the current frame of the original video, while c2 is used to display the video after performing the chroma-keying effect; c2 is preloaded with the still image that will be used to replace the green background in the video. The JavaScript code is imported from a script named main.js ; this script uses JavaScript 1.8 features, so that version is specified in line 22 when importing the script. The doLoad() method is called when the XHTML document initially loads.Using audio and video in Firefox - MDC
Multiple source files can be specified using the element in order to provide video or audio encoded in different formats for different browsers. For instance: This plays the Ogg file in browsers supporting the Ogg format.A Boolean attribute; if specified, the video will automatically begin to play back as soon as it can do so without stopping to finish loading the data. autobuffer Non-standard Obsolete A Boolean attribute; if specified, the video will automatically begin buffering even if it's not set to automatically play.

