Archive for the 'FireFox Tips' Category

Display Windowless Flash on Firefox

Thursday, May 19th, 2005

Most people said that firefox doesn’t support windowless flash using “< param name=wmode value=transparent>”, but Firefox can do it of cause

First of all, you have to modify < object > tags. Firefox does not read param tags, but embed tag. So, you have to add new attribute to embed tag like this,

If you […]