Go Back   Cyber Tech Help Support Forums > Software > Web Development & Graphic Design

Notices

Web Development & Graphic Design Problem Solving for Graphic Design, PHP, ASP, Perl, MySQL, SQL, XML, HTML issues

Reply
 
Topic Tools
  #1  
Old October 5th, 2006, 12:56 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
flash banner not linked in mozilla

I have a flash banner on the first site which is a button for another site.
The link works perfectly fine in Explorer and the new site opens in a new window... but in Mozilla nothing happens and I have no idea how to solve it

Please help!! Oh and the site is: www.tippat.com
Reply With Quote
  #2  
Old October 5th, 2006, 02:40 PM
renegade600's Avatar
renegade600 renegade600 is offline
CTH Subscriber
 
Join Date: Sep 2003
O/S: Linux
Location: Osceola, Ar
Posts: 26,675
it works for me, they open in another tab. try press and hold the ctrl key as you click on the link. or right click it and select open in another tab.
Reply With Quote
  #3  
Old October 5th, 2006, 03:07 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
betsafe banner

..but not the one on top, the betsafe one
Reply With Quote
  #4  
Old October 5th, 2006, 04:02 PM
Miz's Avatar
Miz Miz is offline
Cyber Tech Help Moderator
 
Join Date: Mar 2003
O/S: Windows 10 Home
Location: Kansas
Age: 78
Posts: 12,125
Moved from Internet/Browsers forum.
Reply With Quote
  #5  
Old October 5th, 2006, 04:17 PM
renegade600's Avatar
renegade600 renegade600 is offline
CTH Subscriber
 
Join Date: Sep 2003
O/S: Linux
Location: Osceola, Ar
Posts: 26,675
oops clicked on the wrong banner - I found it does not work with opera or netscape either.

is it your flash or did it come from the affilations program the link goes to.
Reply With Quote
  #6  
Old October 5th, 2006, 04:32 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
flash banner

it came from the affiliate site. but it's weird that it functions in explorer

this is the code if there's something i've missed there:

<center><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=7,0,19,0" width="468" height="60">
<param name="movie"
value="http://www.tippat.com/bilder/betsafe_468x60_Swedish_3.swf?clickTAG=http://www.betsafe.com/affiliate/bannerclick.jsp?aid=325199&bid=0" target="_blank">
<param name="quality" value="high">
<embed src="http://www.tippat.com/bilder/betsafe_468x60_Swedish_3.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="468" height="60"></embed>
</object></center>
Reply With Quote
  #7  
Old October 5th, 2006, 05:26 PM
Buzz Buzz is offline
Cyber Tech Help Moderator
 
Join Date: Sep 2000
O/S: MacOS
Location: Oregon, USA
Posts: 4,005
Doesn't work on a Mac at all. I think it's probably the swf file.
Reply With Quote
  #8  
Old October 5th, 2006, 05:41 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
swf file

ok, sigh what a hazzel.. thanks 4 the help!

any idea what i should tell them about the swf?
i mean what's wrong with it?
cos seems they think the problem is on my side
Reply With Quote
  #9  
Old October 5th, 2006, 06:00 PM
Buzz Buzz is offline
Cyber Tech Help Moderator
 
Join Date: Sep 2000
O/S: MacOS
Location: Oregon, USA
Posts: 4,005
If I comment out the <embed> line and remove all the hard returns you have in the code, then it works on the Mac.
Reply With Quote
  #10  
Old October 5th, 2006, 06:00 PM
renegade600's Avatar
renegade600 renegade600 is offline
CTH Subscriber
 
Join Date: Sep 2003
O/S: Linux
Location: Osceola, Ar
Posts: 26,675
the flash works by itself. Where did you get the code to insert the flash? maybe try the one from here
where it says "If you just want to paste HTML code of flash banner:"
Reply With Quote
  #11  
Old October 5th, 2006, 06:03 PM
Buzz Buzz is offline
Cyber Tech Help Moderator
 
Join Date: Sep 2000
O/S: MacOS
Location: Oregon, USA
Posts: 4,005
embed isn't an approved tag by the w3c, Param is. Embed is seen by IE only.
Reply With Quote
  #12  
Old October 5th, 2006, 06:32 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
So even if I use the code from the site suggested by renegade600 it won't function as you said "Embed is seen by IE only"?

What does hard returns mean? What changed did you do to get it to work on Mac and can I remove some of the code to get it to function in Mozilla?
Reply With Quote
  #13  
Old October 5th, 2006, 06:36 PM
renegade600's Avatar
renegade600 renegade600 is offline
CTH Subscriber
 
Join Date: Sep 2003
O/S: Linux
Location: Osceola, Ar
Posts: 26,675
Quote:
Originally Posted by mari79 View Post
So even if I use the code from the site suggested by renegade600 it won't function as you said "Embed is seen by IE only"?

What does hard returns mean? What changed did you do to get it to work on Mac and can I remove some of the code to get it to function in Mozilla?
I am by far no expert, but it looks like you can get rid of the whole section pertaining to that particular flash and just use that code from the link I gave you. just give it a try and see what happens. Be sure to keep a copy of the current page just in case.
Reply With Quote
  #14  
Old October 5th, 2006, 06:44 PM
mari79 mari79 is offline
New Member
 
Join Date: Oct 2006
Posts: 9
linking

But if I use that code, how shall I link it to the affiliate page?
Reply With Quote
  #15  
Old October 5th, 2006, 06:47 PM
renegade600's Avatar
renegade600 renegade600 is offline
CTH Subscriber
 
Join Date: Sep 2003
O/S: Linux
Location: Osceola, Ar
Posts: 26,675
Quote:
Originally Posted by mari79 View Post
But if I use that code, how shall I link it to the affiliate page?
oops, I forgot the link is not part of the flash.

Last edited by renegade600; October 5th, 2006 at 06:49 PM.
Reply With Quote
Reply

Bookmarks


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

Forum Jump

Similar Topics
Topic Topic Starter Forum Replies Last Post
Downloading Flash Player 10 into Mozilla Firefox 3? ThriceLabs Applications 0 November 15th, 2008 04:27 PM
Linked headache Brian M Web Development & Graphic Design 4 April 23rd, 2008 05:44 PM
linked dll idr Windows 98 3 March 3rd, 2008 06:50 AM


All times are GMT +1. The time now is 09:31 AM.