Hello,
I am a complete beginner with Flash and have just created a simple movie which I want to insert into a layer into dreamweaver. I have published the movie and exported it but when I try and insert it into Dreamweaver it doesn’t work. I know this is probably a very stupid question - but if anyone can help I would be most grateful.
Many thanks
if you could post the swf file that you exported and the html file that you’re trying to make in dreamweaver on a webserver somewhere then post links to both the files here … maybe i can help. but without seeing your code it’s hard to know what exactly the problem is. or if your files total are under 1024KB then you can post them here … as an attachment.
good luck
That would be really kind of you - here are the files.
Many thanks
copy this code into a txt document and save it as an html file
<!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>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="200">
<param name="movie" value="star%20animation.swf">
<param name="quality" value="high">
<embed src="star%20animation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="200"></embed></object>
</body>
</html>
it works on my computer. the html file is stored in the same directory as the swf file. in this example you can ofcourse change the paths if you’d like
hope this helps