<object style="width: 100%" type="application/x-shockwave-flash" data="http://www.reuters.com/resources/flash/includevideo.swf?edition=US&videoId=81637" width="344" height="320"><param name="wmode" value="transparent" /><param name="movie" value="http://www.reuters.com/resources/flash/includevideo.swf?edition=US&videoId=81637" /><embed src="http://www.reuters.com/resources/flash/includevideo.swf?edition=US&videoId=81637" type="application/x-shockwave-flash" wmode="transparent" width="344" height="320"></embed></object> Code (markup): This code to embed a video is causing my page to invalidate. I am not sure how to go about loading the video in a way that will not invalidate... anyone know what to do? Solved the problem. For future reference for others, this is the valid way to load it: <object type="application/x-shockwave-flash" data="http://www.reuters.com/resources/flash/includevideo.swf?edition=US&videoId=81637" width="344" height="320"><param name="movie" value="http://www.reuters.com/resources/flash/includevideo.swf?edition=US&videoId=81637" /></object> Code (markup):