Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8856077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:16:43+00:00 2026-06-14T14:16:43+00:00

Is it possible to insert a link to the object tag where after you

  • 0

Is it possible to insert a link to the object tag where after you click it you will be redirected to that link?

I already tried this:

<a href="LINK"><OBJECT TAG></a>

and even this:

<OBJECT TAG height="109"><a href="LINK" style="margin-top:-109px;"></a>

The first one is working on Chrome but in the other web browser I can’t click the link.

So basically, is it really possible to link an object/flash object.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:16:44+00:00Added an answer on June 14, 2026 at 2:16 pm

    I’m assuming adding a button in the flash object is out of the question, in that case you can position the anchor over the flash object, using “position: absolute” and z-index (optional). Example: http://jsfiddle.net/qbK5Q/ (I haven’t used an actual flash object, but it should work with one):

    <div class="objectContainer">
        <object>...</object>
        <a href="#">Test link</a>
    </div>
    

    CSS:

    a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        top: 0px;
        left: 0px;
        background-color: rgba(255,112,0,0.5);
    }
    .objectContainer {
        position: relative;
        width: 100px;
    }
    

    If it’s a flash object, make sure that it has the “wmode” param set to “transparent” or “opaque”. The problem with this solution is that the link will cover the flash object making it inaccessible to your mouse cursor (buttons and mouse events inside flash won’t be accessible to the user).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is it possible to insert an object into a session instead of creating a
is it possible to insert a table row that doesn't adhere to any columns?
It is possible to insert an object into the Notes property of a task
Possible Duplicate: Country, State, Province WebService? This orignal link only shows web services or
I've already read this: How do I insert into a database only if a
Possible Duplicate: Insert string between two points with PHP How can I replace everything
Is it possible to insert ads to other sites like it is with Adsense
Is it possible to insert multiple sets of values to a SQLite table in
Is it possible to INSERT...ON DUPLICATE KEY UPDATE into a table on the current
Is it possible to insert into a table variable without defining the schema? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.