Unknownflavour1
02-15-2008, 06:15 PM
Hello All,
I was referred to this site (http://blog.deconcept.com/swfobject/) in order to solve and issue I had with SWF files having a border when importing it into Dreamweaver. I'm new to this and I don't understand the directions to very well.
Can anyone guide me through this step by step? To get a better understanding, I have created a dummy SWF file from Flash (media.html) and imported it into Dreameaver. Here's how the code looks.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="420">
<param name="movie" value="media.swf" />
<param name="quality" value="high" />
<embed src="media.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="420"></embed>
</object>
</body>
</html>
Please explain!! Your help is VERY APPRECIATED.
Please explain the .js file too.
Thanks.
I was referred to this site (http://blog.deconcept.com/swfobject/) in order to solve and issue I had with SWF files having a border when importing it into Dreamweaver. I'm new to this and I don't understand the directions to very well.
Can anyone guide me through this step by step? To get a better understanding, I have created a dummy SWF file from Flash (media.html) and imported it into Dreameaver. Here's how the code looks.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="420">
<param name="movie" value="media.swf" />
<param name="quality" value="high" />
<embed src="media.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="420"></embed>
</object>
</body>
</html>
Please explain!! Your help is VERY APPRECIATED.
Please explain the .js file too.
Thanks.