Message # 1 | 3:28 AM
hi i created a liitle Flash Slideshow with Web page creator and when I go to the page is have a big white spot (where must normally be the slideshow) i put all image and files to the html design. for a little Idea here is the code:
Quote
<html>
<head>
<title>Untitled</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="Web Page Maker (unregistered version)">

<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>

<script src="ac_activex.js" type="text/javascript"></script>

</head>

<body>

<div id="slideshow1" style="position:absolute; overflow:hidden; left:244px; top:0px; width:288px; height:244px; z-index:0">
<script type="text/javascript">
AC_RunFlashContent('width','288','height','244','quality','high','autoplay','true','loop','true','wmode','opaque','FlashVars', 'bcastr_xml_url=images/slideshow14250609.xml&AutoPlayTime=5&IsShowBtn=0','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab','pluginspage','http://www.macromedia.com/go/getflashplayer','src','images/bcastr31.swf');
</script>
<noscript>
<object width=288 height=244 classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="images/bcastr31.swf">
<param name="quality" value="high">
<param name="loop" value="true">
<param name="wmode" value="opaque">
<param name="autoplay" value="true">
<param name="FlashVars" value="bcastr_xml_url=images/slideshow14250609.xml&AutoPlayTime=5&IsShowBtn=0">
<embed src="images/bcastr31.swf" width=288 height=244 quality="high" TYPE="application/x-shockwave-flash" wmode="opaque" FlashVars="bcastr_xml_url=images/slideshow14250609.xml&AutoPlayTime=5&IsShowBtn=0" loop="true" autoplay="true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</noscript>
</div>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/.s/src/css/953.css" />
</head>

<body>
$ADMIN_BAR$
<div id="container">
<div id="logo"></div>
$GLOBAL_AHEADER$
<!-- <middle> -->
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td valign="top" width="223">

$GLOBAL_CLEFTER$

</td>
<td valign="top" style="border:1px solid #AE9A75;background:#000000;padding:10px;"><table cellpadding="15" cellspacing="0" border="0" width="100%"><tr><td style="border:1px solid #AE9A75;background:url('/.s/t/953/1.gif') #F9ECD3;"><!-- <body> -->$CONTENT$<!-- </body> --></td></tr></table></td>

<td width="223" valign="top">
<!-- -->
$GLOBAL_DRIGHTER$
</td></tr></table>
<!-- </middle> -->
<br>
$GLOBAL_BFOOTER$
</div>
</body>
</html>​

thank you