My sites have much flash in them .. i would like to know if there is a way that if it happens that some of my site visitors do not have macromedia flash player , is there an alternative that they can view the flash part into jpg or gif pictures. Like a code so that if the user does not have flash player in his pc , the flash part of the website is seen to him as gif/ jpg image ,. Thx
hey if ur using macromedia dreamweaver and using flash on ur site.. it automatically enters a flash pulgin code in your site.. so tht if theres no flash on a pc u can a prompt sayin install flash.. and it just take 2-3 seconds... tht it ..
just add <img src="bla.jpg" width="100" height="100" alt="" /> in your object tag. Just make sure the size is the same, and it under the param taggie things
thx lots , but i am a bit confused where to add it , here is an example of a flash code below , where can i add the img code in it plz?
<PARAM NAME=movie VALUE="bla.swf"><PARAM NAME=quality VALUE=high> <EMBED src="bla.swf" quality=high WIDTH="260" HEIGHT="89" NAME="mauritius_game" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> <img src="bla.jpg" width="100" height="100" alt="" /> </OBJECT> that should work