Embed multiple SWF files on a page (Was: What is wrong with this code?)
why 1 flash file work on webpage?
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>thewreath</title>
</head>
<body>
<center>
<div style="padding-top: 200px">
<object type= "application/x-shockwave-flash" data= "../index.swf"
width = "681"
height = "500">
<param name='movie" value = "media player.swf" />
</object>
<center>
<div style="padding-bottom: 2px">
<object type="application/x-shockwave-flash" data= "../red/red.swf"
width = "1000"
height = "200">
<param name='movie" value = "media player.swf" />
</object>
</body>
</html>
message edited by: chineseadam
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment