SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Oct 25, 2004, 07:48 #1
- Join Date
- Oct 2004
- Location
- bellmore
- Posts
- 81
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Does Anyone know of Flash .swf can be displayed as a backround image?
The code below is whats needed to accurately display the flash on the page I am working on http://www.mmprint.com/indexcss.htm I am trying to simply use <div class="MediaWindow"></div> to keep the code on the html file down to a minimum. However the flash file will not display unless I use the following code.
Any idea's how to get around this?
<div class="MediaWindow"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="755" height="142"><param name="movie" value="Flash/ondemandprinting.swf"><param name="quality" value="high"><embed src="Flash/ondemandprinting.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="755" height="142"></embed></object></div>
-
Oct 25, 2004, 07:51 #2
There's no real way around it. You have to put Flash movies in HTML code. Why not place your content that's now in the HTML file into the Flash movie?
-
Oct 25, 2004, 08:14 #3
- Join Date
- Oct 2004
- Location
- bellmore
- Posts
- 81
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Are positive there is no way around this?
-
Oct 25, 2004, 08:19 #4
Originally Posted by mmprint
Bookmarks