liamloveslearning Posted January 12, 2010 Share Posted January 12, 2010 Hi everyone, Im trying to validate my pages only I cant get one element of it to work; Could anybody inform me on why? and suggest how to go about it? thanks for any help, the lines im struggling with is object oriented.. <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> Quote Link to comment Share on other sites More sharing options...
haku Posted January 12, 2010 Share Posted January 12, 2010 Objects are tricky - they don't validate cross-browser. I use swfobject to deal with this. It allows for cross-browser compliant valid code for insertion of swf files. Quote Link to comment Share on other sites More sharing options...
liamloveslearning Posted January 12, 2010 Author Share Posted January 12, 2010 Ahh brilliant, thanks for that advice haku 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.