FireStrarter and VSD - Post ID 201490

User 1905896 Photo


Registered User
16 posts

I am trying to be able to overlap a link bar with links over pics being flashed in the background similar to the site

http://www.carlyle.com/

or

http://www.threesquared.com/

any idea how to as even having the link bar set as upfront in VSD the flash always comes out on top.
User 187934 Photo


Senior Advisor
20,247 posts

I don't see any flash on your site.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

The first site uses Jquery rather than Flash.
Eric, have you ever overlapped a slideshow with another item (menu, banner, etc.)?

Maybe one of these might be helpful...

http://www.coffeecup.com/help/articles/ … html-menu/

http://chromicdesign.com/2009/03/floati … bject.html

**Keep in mind, your Flash backgrounds won't show up on iphones, ipads and some other mobile devices. :(
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 187934 Photo


Senior Advisor
20,247 posts

paintbrush wrote:
Eric, have you ever overlapped a slideshow with another item (menu, banner, etc.)?

Yes, I have.:)
http://progrower.coffeecup.com/overlapping.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

Eric, you make me lazy. I don't bother learning things anymore... I just assume there will be an example on your site when I need it :lol:
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 122279 Photo


Senior Advisor
14,571 posts

If there IS a firestarter flash, wasn't there some trick with wmode and transparent? Haven't used Firestarter for ages, I might be wrong though.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 187934 Photo


Senior Advisor
20,247 posts

Add the WMODE parameters to the HTML code.

Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent"> </param>


Add the following parameter to the EMBED tag:
wmode="transparent"


Example
<object width=”120? height=”600?>
<param name=”movie” value=”myflash.swf“> <param name=”wmode” value=”transparent”>
<embed src=”myflash.swf” wmode=transparent pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”120? height=”600?>
</embed>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

The above links are about wmode/transparency and how to alter the code. :|
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 122279 Photo


Senior Advisor
14,571 posts

Sorry, I didn't open the links, Paintbrush. I'm also getting lazy when we have someone like Eric here... :lol:
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.