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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to get flash 3D carousell to shown when imported via Dreamweave

Status
Not open for further replies.

CharlotteL

IS-IT--Management
Apr 13, 2005
92
GB
I have created a Flash 3D Carousell - the swf file works fine, I can watch that. But when I insert it into a page on my site I just get a big black box. I've uploaded all the files, images etc but still no joy.

I've tried putting on a blank page to make sure that nothing else is causing the problem.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','800','height','600','src','portfolio/CarouselWebGallery','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','portfolio/CarouselWebGallery'[/URL] ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"[/URL] width="800" height="600">
  <param name="movie" value="portfolio/CarouselWebGallery.swf" />
  <param name="quality" value="high" />
  <embed src="portfolio/CarouselWebGallery.swf" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash" width="800" height="600"></embed>
</object>
</noscript></div>
</body>

</html>
 
I'm not very good at reading code ... but did you click the "parameters" button in Dreamweaver? That's where you need to put in the word "base" (under parameter). Then put the "folder's name" which contains the Flash file (under Value)

I see you have parameter information there ... but not the word "base" which is what Adobe told me what was needed when I had the same problem/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top