Flash banner does not show

JavaScript and client side scripting.

Moderator: General Moderators

Locked
raydona
Forum Newbie
Posts: 21
Joined: Sat Mar 21, 2009 9:17 am

Flash banner does not show

Post by raydona »

Hi,
Please bear with me as I've never worked with Flash before. I wish to include a Flash banner in my web page that is a link to another web site. The other web site has provided the code for the Flash banner link as:

<script language="JavaScript" src="http://www.************************"></script>
<noscript><iframe src="http://www.********************&iframe=1" width=468 height=60 frameborder=0 border=0 scrolling=no marginheight=0 marginwidth=0></iframe></noscript>

When I include the code inbetween <head></head> or between <body></body> nothing happens. I wonder why the banner is not showing? Do I have to alter the code or include something in my HTML code? I'd be very grateful for all help.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Flash banner does not show

Post by pickle »

Don't double post. :evil:
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Locked