Windowless Mode para Netscape Windows & Mac OS X
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Windowless Mode now also implemented for Netscape Windows & Mac OS X
Windowless mode, previously only supported on Windows Internet Explorer, allows you to take advantage of the transparent movie, absolute positioning, and layering capabilities available in the browser. Windowless mode is controlled with the wmode parameter in the object tag. The Flash Player supports three windowless mode options in certain browsers:
Window: Use the Window property to play a Flash Player movie in its own rectangular window on a web page. This is the default property for WMode and the works the way the classic Flash Player works. This normally provides the fastest animation performance.
Opaque: By using the Opaque property you can use JavaScript to move or resize movies that don't need a transparent background. Opaque mode makes the movie hide everything behind it on the page. Additionally, opaque mode moves elements behind Flash movies (for example, with dynamic HTML) to prevent them from showing through.
Transparent: Transparent mode allows the background of the HTML page, or the DHTML layer underneath the Flash movie or layer, to show through all the transparent portions of the movie. This allows you to overlap the movie with other elements of the HTML page. Animation performance might be slower when you use this property.
The windowless mode feature can be invoked or affected by a Flash or HTML developer in the following ways:
- setting the wmode parameter in the object or embed tag
- setting the HTML Window Mode option in the Publish Settings HTML tab in the Flash Authoring tool
- setting the z-index or the style settings to layer a DIV on top of the plug-in using Cascading Style Sheets
This feature is supported in the following browsers:
Windows Internet Explorer
Windows Netscape 7.0
Windows AOL
Windows Mozilla 1.0
Mac OS X IE 5.1
Mac OS X IE 5.2
Mac OS X Netscape 7.0
Mac OS X AOL
Mac OS X Mozilla 1.0
Mac OS X CompuServe
This feature is not supported on Mac Classic.
Please see the following for more information on this feature:
How to make a Flash movie with a transparent background http://www.macromedia.com/support/flash/ts/documents/wmode.htm
Flash content displays on top of all DHTML layers http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
He encontrado esto aqui http://www.macromedia.com/support/flash/releasenotes/player/rn_6.html
Josh
Que susto. Al ver el titular digo: "¡¡El gabi ya ha descubierto las cromeless para Netscape y Mac!!"
Eso creo que se refiere a que normalmente el reproductor flash adquiere un objeto canvas (su propia ventana) dentro del navegador, como un applet (tb tienen su propio "window object" los campos de formulario), lo que hace que su contenido quede totalmente aislado de lo que se visualiza en el navegador. Con un modo windowless, su canvas es el mismo que el de el navegador.