Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

If flash is not loaded

Status
Not open for further replies.

jleslie053

IS-IT--Management
Oct 24, 2005
14
US
Hello all...

I am new to Flash... So I have a question...

How do I display an error or a default image if Flash is not loaded on the machine viewing my website...

Here is my code... and thanks for your help!

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" width="190" height="190" align="right">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Untitled-1_loader.swf" />
<param name="quality" value="high" />
<param name="flashvars" value="basePth=%2E&file2load=Untitled%2D1_images.swf&txtClr=#000066&txtBgr=#000099&txtLoad=Loading%2E%2E%2E&allW=190&allH=190" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#000066" />
<embed src="Untitled-1_loader.swf" menu="false" quality="high" flashvars="basePth=%2E&file2load=Untitled%2D1_images.swf&txtClr=#000066&txtBgr=#FFFFFF&txtLoad=Loading%2E%2E%2E&allW=190&allH=190" scale="noscale" bgcolor="#000066" width="190" height="190" align="right" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" /></object>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top