Return to Snippet

Revision: 27626
at June 18, 2010 00:54 by mennyj


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Simple Flash Embed</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
	<object type="application/x-shockwave-flash" 
		data="video_player.swf" 
		width="640" height="480">
		<param name="movie" value="video_player.swf" />
		<param name="allowScriptAccess" value="always"/>
		<param name="allowFullScreen" value="true"/>
		<p>Alternative content -- Can contain any HTML: DIVs, IMGs, etc.</p>
	</object>
</body>
</html>

Initial URL


Initial Description
[via rtcrm]

This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.

Initial Title
Simple Flash Embed

Initial Tags
flash, simple

Initial Language
HTML