Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 09-03-2007, 03:32 PM   #1 (permalink)
Registered User
 
ociardha77's Avatar
 
Join Date: Sep 2007
Posts: 1
OS: xp


Exclamation Flash link not working in Firefox

Still a newbie-go easy
I am having issues with getting my flash movies to work the same in Firefox as they do in IE. I created a flash intro for the web site, and in IE, you click on the page, and it directs you to the home page. But in Firefox (and Netscape) the movie will play, but nothing happens when you click on the page. Also, on other pages I have a flash slide shows that are centered in IE, but not in Firefox. Here is the code and url for the index page and one of the other pages in question. Please help!!!

www.soleilbistro.net
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Soleil Bistro &amp; Wine Bar</title>
<style type="text/css">
<!--
body {
background-image: url();
background-color: #000040;
}
body,td,th {
font-family: Tempus Sans ITC;
font-size: 18px;
color: #FF8000;
}
a {
font-family: Tempus Sans ITC;
font-size: 36px;
color: #FF8000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF8000;
}
a:hover {
text-decoration: none;
color: #FF8000;
}
a:active {
text-decoration: none;
color: #FF8000;
}
.style13 {
font-size: 24px;
color: #FF8000;
font-weight: bold;
}
.style14 {
color: #ff8000;
font-size: 24px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>

<body>
<div align="center">
<embed src="PLP_scifipulse.wav" width="1" height="1" hidden="True" autostart="True" loop="True"></embed>
</div>
<p align="right">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','500','height','320','hspace','400','onfocus','MM_goToURL(\'parent\',\'Home_.html\');return document.MM_returnValue','src','intro','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','intro' ); //end AC code
</script>
<noscript>
<object type="application/x-shockwave-flash" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="500" height="320" hspace="400" onfocus="MM_goToURL('parent','Home_.html');return document.MM_returnValue">
<param name="movie" value="intro.swf" />
<param name="quality" value="high" />
<embed src="intro.swf" width="500" height="320" hspace="400" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</p>
</body>
</html>


http://www.soleilbistro.net/Home_.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Soleil Bistro &amp; Wine Bar</title>
</head>

<frameset rows="1,399" cols="*">
<frame src="music.html" />
<frame src="Home6.html" />
</frameset>
<noframes><body>
</body>
</noframes></html>

Home6 is the page with the flash movie
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url(parchmentbase.jpg);
}
body,td,th {
font-family: Tempus Sans ITC;
font-size: 18px;
color: #800000;
}
a {
font-family: Tempus Sans ITC;
font-size: 24px;
color: #800000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #800000;
}
a:hover {
text-decoration: none;
color: #000062;
}
a:active {
text-decoration: none;
color: #800000;
}
.style2 {font-size: 22px}
.style8 {
font-size: 16px;
font-weight: bold;
}
.style10 {font-size: 24px; font-weight: bold; }
.style12 {font-size: 12px}
.style15 {font-size: 24px}
.style16 {
font-size: small
}
.style18 {
font-style: italic;
font-size: 26px;
font-weight: bold;
}
.style19 {
font-size: 10px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div align="left">
<div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','188','height','281','align','left','src','foodsmall','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','foodsmall' ); //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="188" height="281" align="left">
<param name="movie" value="foodsmall.swf" />
<param name="quality" value="high" />
<embed src="foodsmall.swf" width="188" height="281" align="left" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
<img src="bluesign2.jpg" alt="" width="750" height="281" /></div>
</div>
<table width="211" border="0" align="left">
<tr>
<td width="179"><span class="style10"><a href="Home6.html" target="_self">Home</a></span></td>
</tr>
<tr>
<td><span class="style10">Menu</span></td>
</tr>
<tr>
<td><div align="left">
<p><span class="style2"><a href="Tapas6.html" target="_self">Tapas</a></span></p>
</div></td>
</tr>
<tr>
<td><p class="style2"><a href="Lunch6.html" target="_self">Lunch</a></p></td>
</tr>
<tr>
<td><p><span class="style2"><a href="Dinner6.html" target="_self">Dinner</a></span></p></td>
</tr>
<tr>
<td><p><span class="style2"><a href="Brunch6.html" target="_self">Brunch</a></span></p></td>
</tr>
<tr>
<td><span class="style10"><a href="Wine6.html" target="_self">Wine List</a></span></td>
</tr>
<tr>
<td><span class="style10"><a href="Events6.html" target="_self">Events</a></span></td>
</tr>
<tr>
<td><span class="style10"><a href="Directions6.html" target="_self">Directions</a></span></td>
</tr>
<tr>
<td><p class="style10"><a href="Contact6.html" target="_self">Contact Us</a></p>
<p class="style10">&nbsp;</p></td>
</tr>
<tr>
<td><p><span class="style8">Hours of Operation</span><br />
<span class="style12">Tues - Sat 11:30a-10:00p<br />
Sunday Brunch 10:00a-2:00p<br />
Closed Monday</span></p>
<p class="style12">Lunch is served 11:30a to 2:00p<br />
Dinner is served 5:30p to 10:00p</p>
<p class="style12">Our Wine Bar serves Tapas<br />
11:30a - 10:00p<br />
Tuesday - Saturday</p></td>
</tr>
<tr>
<td height="168"><p>&nbsp;</p>
</td>
</tr>
</table>
<p align="center"><span class="style15"> Soliel Bistro &amp; Wine Bar is a neighborhood bistro featuring Mediterranean dishes inspired by the cuisines of France, Italy and Spain, offered in a stylish, elegant setting with friendly, casual service. A thoughtfull wine list and an eclectic selection of beers is offered to complement the menu.</span></p>
<p align="center"><br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','500','height','500','src','fullcolor','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','fullcolor' ); //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="500" height="500">
<param name="movie" value="fullcolor.swf" />
<param name="quality" value="high" />
<embed src="fullcolor.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="500"></embed>
</object>
</noscript>
</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="right" class="style18"><a href="mailto://ociardha77@yahoo.com" class="style19">Created and Maintained by Laura Chapin </a></p>
</body>
</html>

Last edited by ociardha77; 09-03-2007 at 03:35 PM. Reason: add info
ociardha77 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:21 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85