liamloveslearning Posted January 14, 2010 Share Posted January 14, 2010 Hi everybody, I have a flash obejct on my page which fails to load on x browsers <object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="701" height="260"><param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" /> <param name="allowFullScreen" value="true" /> <param name="allowScriptAccess" value="always" /> <param value="transparent" name="wmode" /> <param name="flashvars" value="feed=api://www.flickr.com/?user=signworldgroupn&numRows=3&glowColor=#FFFFFF&style=light" /> <embed type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf" flashvars="feed=api://www.flickr.com/?user=signworldgroup&numRows=3&glowColor=#FFFFFF&style=light" width="701" wmode="transparent" height="260" allowfullscreen="true" allowscriptaccess="always" /></object></div> Ive place an image in the div it shows on yet the flash image partially loads and then stops before calling data, so it creates a white box over my image, Id like to somehow incorporate an IF statement (without php) which will stop the flash object from displaying if it doesnt load, and show the image; Is this possible? such as IF ie dont display, if FF display? Quote Link to comment Share on other sites More sharing options...
dingus Posted January 14, 2010 Share Posted January 14, 2010 let me know if this helps http://www.quirksmode.org/js/detect.html Quote Link to comment Share on other sites More sharing options...
liamloveslearning Posted January 14, 2010 Author Share Posted January 14, 2010 You hero dingus! just what ive been looking for, thanks mate Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.