I'm very new to Flash. Just installed Flash MX a couple days ago. So far so good.
I bought a generic flash header thingie for one of my sites, and now I've fiddled with Flash enough so I managed to customize it just the way I wanted it.
I'm using the following code to display the header on my HTML pages..
Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=780 HEIGHT=185>
<PARAM NAME=movie VALUE="0151.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="0151.swf" quality=high bgcolor=#ffffff WIDTH=780 HEIGHT=185 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
..That code has no problems..it makes a window pop up if the Flash plugin hasn't been installed yet, asking if you want to install it.
But I know a lot of people who hate Flash with a passion, so I'd like to do it a little diferently. Ideally, if the flash plugin is not installed it should simply load a jpg image for the header instead. I don't want a flash & non-flash version of all the pages either. Anybody know the best way to pull this off?
Edit: removed url