hi John,
will try that just so fare no luck with the other version or better I am not that advanced I guess. I can see the loading image but is just not move from there and loads the iframe or better I guess its load but will not display just incase the code I am using right now
Code:
<div id="mainContent" align="center" >
<table width="100%"><!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContentpre.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
'width', '300',
'height', '50',
'src', 'DSCRIPTS Preloader 2',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'DSCRIPTS Preloader 2',
'bgcolor', '#010101',
'name', 'DSCRIPTS Preloader 2',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'DSCRIPTS Preloader 2',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="simple_preloader" width="300" height="50">
<param name="movie" value="simple_preloader.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="simple_preloader" src="simple_preloader.swf" quality="high" bgcolor="#000000"
width="300" height="50"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</noscript>
<tr>
<td><div align="center">
<iframe id="myframe" src="http://iframes
As well the JS
Code:
<div id="mainContent" align="center" >
<table width="100%"><!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContentpre.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
'width', '300',
'height', '50',
'src', 'DSCRIPTS Preloader 2',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'DSCRIPTS Preloader 2',
'bgcolor', '#010101',
'name', 'DSCRIPTS Preloader 2',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'DSCRIPTS Preloader 2',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="simple_preloader" width="300" height="50">
<param name="movie" value="simple_preloader.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="simple_preloader" src="simple_preloader.swf" quality="high" bgcolor="#000000"
width="300" height="50"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</noscript>
<tr>
<td><div align="center">
<iframe id="myframe" src="http://iframes
Bookmarks