Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Missing banner on forum link

Asked Modified Viewed 1,595 times
T
tandarul
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

First of all hi to this community, and thanks a lot to precious developers for this nice and versatile work.
(You can see that this is my first post so it was necessary for me to write theese :)

And my problem is that my flash banner works on in-site links except forum link and administration panel.It is blank and the second banner is missing too.(second banner is a image)

-I have put the flash *.swf file root directory (i have read it on this forum and it worked)
-I put the code System Ad.>Banners
-My code is this:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="800" HEIGHT="200" id="tabela" ALIGN="">
 <PARAM NAME=movie VALUE="tabela.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#060501> <EMBED src="tabela.swf" quality=high bgcolor=#060501  WIDTH="800" HEIGHT="200" NAME="tabela" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>


Any help will be appreciated.
0 replies

2 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Change the embed reference to the movies full url

<embed src="http://www.your-site.com/tabela.swf" .....


--
Edited by HobbyMan on 12-04-2010 10:44,
0 replies
T
tandarul
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

It worked for me...
Thanks a lot for the help :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
T
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet