jleslie053
IS-IT--Management
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>
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>