rjc95451
06-10-2010, 05:53 PM
I have Chrome, IE, FF, Opera, Avant, and Safari.
The flash documents that i have embedded into my web page work in ALL browsers except IE and Avant.
Here is my code
<table border="0" width="500" align="center">
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various1" href="images/poker.swf"><img src="images/pokerthumb.jpg" width="140" height="104" border="0" style="float: right;" /></a>
<div align="left"><span><b><span style="font-size:24px;"><a id="various6" href="images/poker.swf">Poker </a></span></b></span><br /><br /> Your standard game of five card draw. Fun for all.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various2" href="images/masterfish.swf"><img src="images/fishthumb.jpg" width="140" height="104" border="0" style="float: left;" /></a>
<div align="right"><a id="various7" href="images/masterfish.swf"><span><b><span style="font-size:24px;"> Master Fisherman</span></b></span></a><br /><br /> Relax by the lake and cast your line in this simple fishing game.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various3" href="images/Roulette.swf"> <img src="images/roulthumb.jpg" width="140" height="104" border="0" style="float: right;" /> </a>
<div align="left"><a id="various8" href="images/Roulette.swf"><span><b> <span style="font-size:24px;">Roulette </span></b></span> </a><br /><br /> Spin the wheel and wait for the ball to stop. Will you be a winner?</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various4" href="images/kvcslots.swf"> <img src="images/slotthumb.jpg" width="140" height="104" border="0" style="float: left;" /> </a>
<div align="right"><a id="various9" href="images/kvcslots.swf"><span><b> <span style="font-size:24px;"> KVC Slots</span></b></span> </a><br /><br /> Spin spin spin the reels. "K" is wild in this fun slot game.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various5" href="http://www.brainjar.com/js/blackjack/blackjack.html"><img src="images/bjthumb.jpg" width="140" height="104" border="0" style="float: right;" /></a>
<div align="left"><a id="various10" href="http://www.brainjar.com/js/blackjack/blackjack.html"><span><b><span style="font-size:24px;">Blackjack </span></b></span></a><br /><br />Play a simple game of Blackjack starting with a bankroll of $1000.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
</table>
Also I am using a script called Fancybox, though I doubt thats the propblem, because as I said, it works in all browsers except IE and Avant.
Thanks in advance to any help.
The flash documents that i have embedded into my web page work in ALL browsers except IE and Avant.
Here is my code
<table border="0" width="500" align="center">
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various1" href="images/poker.swf"><img src="images/pokerthumb.jpg" width="140" height="104" border="0" style="float: right;" /></a>
<div align="left"><span><b><span style="font-size:24px;"><a id="various6" href="images/poker.swf">Poker </a></span></b></span><br /><br /> Your standard game of five card draw. Fun for all.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various2" href="images/masterfish.swf"><img src="images/fishthumb.jpg" width="140" height="104" border="0" style="float: left;" /></a>
<div align="right"><a id="various7" href="images/masterfish.swf"><span><b><span style="font-size:24px;"> Master Fisherman</span></b></span></a><br /><br /> Relax by the lake and cast your line in this simple fishing game.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various3" href="images/Roulette.swf"> <img src="images/roulthumb.jpg" width="140" height="104" border="0" style="float: right;" /> </a>
<div align="left"><a id="various8" href="images/Roulette.swf"><span><b> <span style="font-size:24px;">Roulette </span></b></span> </a><br /><br /> Spin the wheel and wait for the ball to stop. Will you be a winner?</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various4" href="images/kvcslots.swf"> <img src="images/slotthumb.jpg" width="140" height="104" border="0" style="float: left;" /> </a>
<div align="right"><a id="various9" href="images/kvcslots.swf"><span><b> <span style="font-size:24px;"> KVC Slots</span></b></span> </a><br /><br /> Spin spin spin the reels. "K" is wild in this fun slot game.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
<tr>
<td><a id="various5" href="http://www.brainjar.com/js/blackjack/blackjack.html"><img src="images/bjthumb.jpg" width="140" height="104" border="0" style="float: right;" /></a>
<div align="left"><a id="various10" href="http://www.brainjar.com/js/blackjack/blackjack.html"><span><b><span style="font-size:24px;">Blackjack </span></b></span></a><br /><br />Play a simple game of Blackjack starting with a bankroll of $1000.</div>
</td>
</tr>
<tr>
<td style="background-color: #000000;"></td>
</tr>
</table>
Also I am using a script called Fancybox, though I doubt thats the propblem, because as I said, it works in all browsers except IE and Avant.
Thanks in advance to any help.