Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
phpBB Flash Banner Ad Help
Old 12-28-2011, 10:09 PM phpBB Flash Banner Ad Help
buckshot5792's Avatar
Experienced Talker

Posts: 32
Name: Josh
Location: Chester, VA
Trades: 0
Hello guys. I need some help figuring this out and I appreciate any help you have. A guy sent me a flash banner when I'm only use to regular graphic extensions and I can't figure it out. I need to link the banner ad so that when someone clicks it, it takes them to their site preferably in a new window.

I need the banner to be linked to http://www.slumperseats.com

This is what I have so far:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
  id="name" width="468" height="60">
  <param name="movie" value="http://www.va-huntfish.com/ads/S2Border.swf">
  <param name="quality" value="high">
  <param name="wmode" value="transparent">
  <embed name="name" src="http://www.va-huntfish.com/ads/S2Border.swf"
  quality="high" wmode="transparent" width="468" height="60"
  type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">
  </embed>
</object>
Thanks fellas.
__________________
Nothing runs like a Deer, nothing stops 'em like a Browning!
Vegetarian - Old Indian word for bad hunter.
I wish everybody could understand a full-blooded dog hunting man.
buckshot5792 is offline
Reply With Quote
View Public Profile Visit buckshot5792's homepage!
 
 
Register now for full access!
Old 12-29-2011, 08:13 AM Re: phpBB Flash Banner Ad Help
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
I've never done this myself, actually. But if I were to add flash animations, I'd place my trust in w3schools. And to make it a clickable link, I don't see why you cannot just place the object in an <a>-tag.

HTML Code:
<a href="http://www.slumperseats.com">
    <!-- I just copied this from w3schools, and changed some parameters -->
    <object width="468" height="60" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
        <param name="src" value="http://www.va-huntfish.com/ads/S2Border.swf">
        <embed src="http://www.va-huntfish.com/ads/S2Border.swf" width="468" height="60"></embed>
    </object>
</a>
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.

Last edited by lizciz; 12-29-2011 at 08:22 AM..
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 12-29-2011, 01:31 PM Re: phpBB Flash Banner Ad Help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
I don't see why you cannot just place the object in an <a>-tag.
<object> elements will be at the top of the stacking order in the flow which will mean that the <a>nchor element that is wrapped around the object will be below the object and will be "unclickable"

You may need to apply a "opaque" or "transparent" value to the object element's wmode attribute to ensure that other elements are not covered up or obscured by it.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-29-2011, 08:11 PM Re: phpBB Flash Banner Ad Help
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Quote:
Originally Posted by chrishirst View Post
<object> elements will be at the top of the stacking order in the flow which will mean that the <a>nchor element that is wrapped around the object will be below the object and will be "unclickable"
You learn something new every day. Thank you
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Reply     « Reply to phpBB Flash Banner Ad Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28434 seconds with 12 queries