We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
[ C ] I need Upload a banner in a different format, please HELP! with redirectional link
Topic Started: Aug 13 2012, 07:12 PM (598 Views)
enias
Member
[ *  * ]
Code:
 
Code: HTMLSelect All

<object type='application/x-shockwave-flash' width='900' height='270' data='http://img69.xooimage.com/files/3/5/b/bannertva-3074287.swf'>
<param name='AllowScriptAccess' value='never' />

<param name='wmode' value='transparent' />
<param name='movie' value='http://img69.xooimage.com/files/3/5/b/bannertva-3074287.swf' /><param name='play' value='true' />
<param name='loop' value='true' /><param name='quality' value='high' /></object>


Pando Gave me this code to upload that banner..

I want that when you click the banner you are redirected to tha main page of the forum
Edited by enias, Aug 13 2012, 07:12 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
onclick="window.location = main_url"
Add that to the starting object tag.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
It doesnt work or I dont know exactly where to place the the code you gave me
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<object type='application/x-shockwave-flash' width='900' height='270' data='http://img69.xooimage.com/files/3/5/b/bannertva-3074287.swf'>
Change that to this:
Code:
 
<object type='application/x-shockwave-flash' width='900' height='270' data='http://img69.xooimage.com/files/3/5/b/bannertva-3074287.swf' onclick="window.location = main_url">
Offline Profile Goto Top
 
enias
Member
[ *  * ]
I did it and didnt work, I just did it again and it didnt work either
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
It works fine for me on your board. Are you actually clicking the banner? It may seem as if it's not clickable because the cursor doesn't change.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
yes I tried clicking even when the cursor didnt change
ok on my board!!

I started a topic asking users if that works for them... for me it doesnt so far
Edited by enias, Aug 14 2012, 07:28 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
What browser are you using?
Offline Profile Goto Top
 
enias
Member
[ *  * ]
Google Chrome
they say it doesnt work for them either
Edited by enias, Aug 14 2012, 07:30 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<a href="http://w11.zetaboards.com/tvaplus/index/" style="position: absolute; width: 900px; height: 270px"></a>
Insert that before the starting object tag. That worked for me.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
yes.. thanks!!
Offline Profile Goto Top
 
Quozzo
Member Avatar
By the blood of Sanguinius!
[ *  *  *  *  * ]
i believe chrome requires `onClick` as HTML is not caps specific but JS is.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
It may actually be an issue with window.location, various people on Stack Overflow had the same issue. I tried 'onClick' and 'window.location.href' and neither worked. Does not matter now though, a hyperlink did the job nicely and it even produced the pointer cursor.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
With this code how do I do to center the banner.. I cant center it... ???

Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<div style="text-align: center">
Put that before this:
Code:
 
<a href="http://w11.zetaboards.com/tvaplus/index/" style="position: absolute; width: 900px; height: 270px"></a>
Code:
 
</div>
Put that after this:
Code:
 
</object>
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1