Hi Everyone ,
i've made an animation in flash and i am unable to play it in macromedia Dreamweaver. I've inserted it on to a basic HTMl page . When i click play on dreamver , nothing shows up. The Code is pasted below . Please tell me where i'm going wrong .Thanks.
c:logo1-flash.fla <-- Thats where the flash animation is stored.
The code below is generated by macromedia dreamweaver.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<font size="1"></font>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="554" height="240">
<param name="movie" value="file:///C|/logo1-flash.fla">
<param name="quality" value="high">
<param name="BGCOLOR" value="#FFFFFF">
<embed src="file:///C|/logo1-flash.fla" width="554" height="240" quality="high" pluginspage=" type="application/x-shockwave-flash" bgcolor="#FFFFFF"></embed></object>
</body>
</html>
i've made an animation in flash and i am unable to play it in macromedia Dreamweaver. I've inserted it on to a basic HTMl page . When i click play on dreamver , nothing shows up. The Code is pasted below . Please tell me where i'm going wrong .Thanks.
c:logo1-flash.fla <-- Thats where the flash animation is stored.
The code below is generated by macromedia dreamweaver.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<font size="1"></font>
<object classid="clsid
<param name="movie" value="file:///C|/logo1-flash.fla">
<param name="quality" value="high">
<param name="BGCOLOR" value="#FFFFFF">
<embed src="file:///C|/logo1-flash.fla" width="554" height="240" quality="high" pluginspage=" type="application/x-shockwave-flash" bgcolor="#FFFFFF"></embed></object>
</body>
</html>