CharlotteL
IS-IT--Management
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.
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>