all groups > flash (macromedia) > may 2007 >
You're in the

flash (macromedia)

group:

Image when Flash not installed/enabled?


Image when Flash not installed/enabled? jaslr
5/9/2007 11:51:37 PM
flash (macromedia):
I have created a flash banner for a clients website however, a few of his users
do not (and will not!) install or enable flash player for their browsers. I
have created a jpg banner that I would like these users to see when they visit
the website, however I am not sure what code I need to insert into my page for
this to happen.

I would like these non flash users to view this jpg banner so, how do I go
about this?


Re: Image when Flash not installed/enabled? jaslr
5/10/2007 2:36:15 AM
A bit of searching and I found it - thanks to Drew (again!)

[code]

<object type="application/x-shockwave-flash" data="c.swf?path=movie.swf"
width="400" height="300">
<param name="movie" value="c.swf?path=movie.swf" />
<img src="noflash.gif" width="200" height="100" alt="" />
</object>

[/code]

As found here:
http://www.adobe.com/devnet/dreamweaver/articles/flash_satay.html
AddThis Social Bookmark Button