Log in

View Full Version : Resolved Put links over a Flash object?



susaninphoenix
03-04-2009, 01:28 AM
Is it possible to use Dreamweaver, maybe an apDiv or some other way to put text links over a flash movie?

Thanks,

Susan

Medyman
03-04-2009, 02:46 AM
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.

susaninphoenix
03-04-2009, 01:29 PM
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!!

susaninphoenix
03-04-2009, 01:30 PM
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!!

Snookerman
03-04-2009, 01:53 PM
Try this:

<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!

susaninphoenix
03-04-2009, 05:12 PM
Big thanks, I think that is going to work!

Susan

Snookerman
03-04-2009, 05:17 PM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif 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!