Log in

View Full Version : Problem w/Splash Page Script when home page has a swf file on it



dnadavid
12-09-2008, 06:13 PM
URL: http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm


The splash page script seems to work fine when its filled with as little text, images possible. I understand, its am Iframe so I tried to keep it from going to far to the left and right of the screen. I However, I’ve ran into an issue when the home page that the splash page is covering(because that’s what the splash div’s are doing right?) is reacting with the splash page script for some reason. On certain browsers it covers the page, others it falls behind it. And at other times based on my clients feedback it sits and waits for about twenty seconds with nothing showing up, then the home page displays and disappears. Weird.

I have a feeling its two scripts reacting with one another. I’ve added wmode=transparent to the swf file on the home page but that only works partially, because of what my client had to say.

Does anybody know how to solve this issue or is there another script out there that doesn’t use a div tag just to cover the underlying page.

Thanks,
David

jscheuer1
12-09-2008, 06:24 PM
Please post a link to the page on your site that contains the problematic code so we can check it out.

dnadavid
12-09-2008, 09:00 PM
http://www.oneqrp.com/testqrp/

TheLastSuperman
12-10-2008, 12:47 AM
I believe it's how you have coded it.... I can't tinker and refresh so not 100% but view the source code jscheuer1 and see what you think...

Hmmm ?

Might be the table data tags!


<tr>
<td colspan="10"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','950','height','412','title','Special Financing Offer','src','homeslideshow2','wmode','transparent','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','homeslideshow2' ); //end AC code

</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="950" height="412" title="Special Financing Offer">
<param name="movie" value="homeslideshow2.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="homeslideshow2.swf" wmode="transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="950" height="412"></embed>
</object>
</noscript><!--<img name="internalnew2WKG_r5_c1" src="images/internal-new-2WKG_r5_c1.gif" width="469" height="375" border="0" id="internalnew2WKG_r5_c1" alt="" />--> </td>
</tr>
</table>