Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to play a flash Movie on local PC via macromedia dreamweaver.

Status
Not open for further replies.

2charlie

Programmer
Jun 6, 2002
2
GB
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:D27CDB6E-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>
 
.fla is the sourse file of flash.

in order to get it in a website you need to publish it to .swf.

then you can put the .swf in the html, like you did here with the fla file

-----
I'm unique, just like everyone else...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top