Can I embed SWF inside CSS so it will appear on my page?
I'm thinking of trying this example:
div {
background: [someflash.swf]
}
Will this work or is there a way?
Can I embed SWF inside CSS so it will appear on my page?
I'm thinking of trying this example:
div {
background: [someflash.swf]
}
Will this work or is there a way?
As far as I know, you cannot embed Flash in CSS, but I found a link for a workaround: http://lists.deconcept.com/pipermail/swfob...ber/001911.html
Hope this helps.