Thread: Embedding Flash file in CSS code
Results 1 to 3 of 3
Related
-
Flash Detection Code Forum: Javascript Forum
Replies: 2 -
How to create thumbnails from a flash file using FFMPEG Forum: PHP Forum
Replies: 0 -
how do you insert a flash file onto your web page Forum: HTML Forum
Replies: 2 -
Code for a file download Forum: HTML Forum
Replies: 8 -
Flash embedding Forum: HTML Forum
Replies: 8
-
01-25-2008, 08:15 PM #1
Embedding Flash file in CSS code
Hi
I'm not a coder by any means, but I'm basically trying to replace an existing .jpg file with a .swf flash file within the code in question below... Any help/guidance on how to best achieve this would be greatly appreciated as I'm really stuck
div.header div.headerShadow span.siteSubtitle { position:absolute; top:20px; right:0; width:144px; height:161px;text-indent:-9999px; overflow:hidden; background:transparent url(images/xyz.jpg) no-repeat top left; }
Many Thanks
-
01-30-2008, 03:01 AM #2
Re: Embedding Flash file in CSS code
You can't render Flash from CSS. You need the proper <object> tag in HTML. I quess you need that Flash to be in the background of something, I wouldn't recommend that, it can be buggy, depending on the Flash and on what's on top of it. If you need the Flash only for some small animations, I would try an animated GIF.
-
05-05-2008, 11:18 AM #3
Re: Embedding Flash file in CSS code
flash in css is tricky
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum