Results 1 to 7 of 7

Thread: Put links over a Flash object?

  1. #1
    Join Date
    Mar 2009
    Location
    Phoenix
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Thumbs up Put links over a Flash object?

    Is it possible to use Dreamweaver, maybe an apDiv or some other way to put text links over a flash movie?

    Thanks,

    Susan
    Last edited by susaninphoenix; 03-04-2009 at 05:27 PM. Reason: Resolved

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Well, it's certainly possible to do so in HTML. Since Dreamweaver in theory is a code editor, you should be able to do so.

    The key is to use z-index and non-static positioning to achieve that goal.

  3. The Following User Says Thank You to Medyman For This Useful Post:

    susaninphoenix (03-04-2009)

  4. #3
    Join Date
    Mar 2009
    Location
    Phoenix
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Others have said this would work too! - What am I missing?

    I think I tried that.

    I put the flash into an apDiv and positioned my text links in another apDiv, but they don't show up over the flash...

    I also made the z-index larger for the links, and lower for the flash object.

    See it here: http://ourtrustisingod.com/flash/

    I positioned it only halfway over the flash just above the Three-Day Intensives link, and you can see how only half of it shows - the part not over the flash.

    Any ideas?

    Really appreciate the help!!

  5. #4
    Join Date
    Mar 2009
    Location
    Phoenix
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    I think I tried that.

    I put the flash into an apDiv and positioned my text links in another apDiv, but they don't show up over the flash...

    I also made the z-index larger for the links, and lower for the flash object.

    See it here: http://ourtrustisingod.com/flash/

    I positioned it only halfway over the flash just above the Three-Day Intensives link, and you can see how only half of it shows - the part not over the flash.

    Any ideas?

    Really appreciate the help!!

  6. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    Code:
    <embed wmode="transparent" src="../images/BannerAnimation.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="126">
    Good luck!

  7. The Following User Says Thank You to Snookerman For This Useful Post:

    susaninphoenix (03-04-2009)

  8. #6
    Join Date
    Mar 2009
    Location
    Phoenix
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Big thanks, I think that is going to work!

    Susan

  9. #7
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, glad to help!
    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

  10. The Following User Says Thank You to Snookerman For This Useful Post:

    susaninphoenix (03-04-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •