I hope I am posting this question right!! I have a website with a flash banner but the banner isnt loading.
These are the scripts and CSS I am putting in the html above the head
[CODE=html] <script src="js/AC_RunActiveCon tent.js" type="text/javascript"></script>
<link rel="stylesheet " type="text/css" href="css/sado.css" media="screen"/>
<script type="text/javascript">
function loadFlash(flash Width,flashHeig ht,flashName)
{
</script>
[/CODE]
This is the HTML where I am calling the function:
[CODE=html]<a href="default.a spx" style="border:0 px;"><img style="border:0 px;" src="images/logo.gif" alt="SADO CO Ltd."/></a><img src="images/spacer.gif" alt="spacer" width="10" height="140"/><script type="text/javascript" language="javas cript">loadFlas h(730,140,'/images/flash')</script>[/CODE]
Can you please help??? Thanks
These are the scripts and CSS I am putting in the html above the head
[CODE=html] <script src="js/AC_RunActiveCon tent.js" type="text/javascript"></script>
<link rel="stylesheet " type="text/css" href="css/sado.css" media="screen"/>
<script type="text/javascript">
function loadFlash(flash Width,flashHeig ht,flashName)
{
AC_RunActiveCon tent('codebase' ,'http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab
#version=7,0,19 ,0',
'width',flashWi dth,
'height',flashH eight,
'align','middle ',
'src',flashName ,
'quality','high ',
'bgcolor','#fff ff',
'name','foo',
'allowscriptacc ess','always',
'wmode','transp arent',
'pluginspage',' http://www.macromedia. com/go/getflashplayer' ,
'movie',flashNa me);
}#version=7,0,19 ,0',
'width',flashWi dth,
'height',flashH eight,
'align','middle ',
'src',flashName ,
'quality','high ',
'bgcolor','#fff ff',
'name','foo',
'allowscriptacc ess','always',
'wmode','transp arent',
'pluginspage',' http://www.macromedia. com/go/getflashplayer' ,
'movie',flashNa me);
</script>
[/CODE]
This is the HTML where I am calling the function:
[CODE=html]<a href="default.a spx" style="border:0 px;"><img style="border:0 px;" src="images/logo.gif" alt="SADO CO Ltd."/></a><img src="images/spacer.gif" alt="spacer" width="10" height="140"/><script type="text/javascript" language="javas cript">loadFlas h(730,140,'/images/flash')</script>[/CODE]
Can you please help??? Thanks
Comment