dgentile
Oct-05-2009, 07:08 AM
Well, I know that I can place something in between of the <object ....>Alternative Content</object> code...
I've tried to do so with my main homepage - as I use a slideshow generated by the "show off" feature.
now I've tried to place an image in there...
Like this:
<h1>Home</h1>
<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="880" height="585" id="ssidx">
<param name="movie" value="http://gallery.dgentile.net/ria/ShizamSlides-2009090305.swf?AlbumID=9848247&AlbumKey=dvtDx&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHost=gallery.dgentile.net&VersionNos=2009090305&showLogo=false&width=880&height=585&clickToImage=false&captions=false&showThumbs=false&autoStart=true&showSpeed=false&pageStyle=white&showButtons=false&randomStart=true&randomize=true&splash=&splashDelay=0&crossFadeSpeed=250">
<param name="wmode" value="transparent">
<param name="allowNetworking" value="all">
<param name="allowScriptAccess" value="always">
<embed src="http://gallery.dgentile.net/ria/ShizamSlides-2009090305.swf?AlbumID=9848247&AlbumKey=dvtDx&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHost=gallery.dgentile.net&VersionNos=2009090305&showLogo=false&width=880&height=585&clickToImage=false&captions=false&showThumbs=false&autoStart=true&showSpeed=false&pageStyle=white&showButtons=false&randomStart=true&randomize=true&splash=&splashDelay=0&crossFadeSpeed=250" width="880" height="585" wmode="transparent" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"></embed><img alt="" src="http://gallery.dgentile.net/photos/669807463_BgXWv-880x585-1.jpg"> </object></center>
This works well in:
- Safari
- Internet Explorer
But in the following Browsers it FAILS:
- Firefox !!
- Camino
- (I guess any other mozilla engine based browser )
The problem is that the image which should show if there is no flash available will just be shown beneath the slideshow even if flash is installed...
any idea how to solve this??
btw: I have commented the code on the real website - as it would look nasty if there are two images showing up...
Thanks
- Daniel
I've tried to do so with my main homepage - as I use a slideshow generated by the "show off" feature.
now I've tried to place an image in there...
Like this:
<h1>Home</h1>
<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="880" height="585" id="ssidx">
<param name="movie" value="http://gallery.dgentile.net/ria/ShizamSlides-2009090305.swf?AlbumID=9848247&AlbumKey=dvtDx&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHost=gallery.dgentile.net&VersionNos=2009090305&showLogo=false&width=880&height=585&clickToImage=false&captions=false&showThumbs=false&autoStart=true&showSpeed=false&pageStyle=white&showButtons=false&randomStart=true&randomize=true&splash=&splashDelay=0&crossFadeSpeed=250">
<param name="wmode" value="transparent">
<param name="allowNetworking" value="all">
<param name="allowScriptAccess" value="always">
<embed src="http://gallery.dgentile.net/ria/ShizamSlides-2009090305.swf?AlbumID=9848247&AlbumKey=dvtDx&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHost=gallery.dgentile.net&VersionNos=2009090305&showLogo=false&width=880&height=585&clickToImage=false&captions=false&showThumbs=false&autoStart=true&showSpeed=false&pageStyle=white&showButtons=false&randomStart=true&randomize=true&splash=&splashDelay=0&crossFadeSpeed=250" width="880" height="585" wmode="transparent" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"></embed><img alt="" src="http://gallery.dgentile.net/photos/669807463_BgXWv-880x585-1.jpg"> </object></center>
This works well in:
- Safari
- Internet Explorer
But in the following Browsers it FAILS:
- Firefox !!
- Camino
- (I guess any other mozilla engine based browser )
The problem is that the image which should show if there is no flash available will just be shown beneath the slideshow even if flash is installed...
any idea how to solve this??
btw: I have commented the code on the real website - as it would look nasty if there are two images showing up...
Thanks
- Daniel