![]() |
|
|
|
|
|
|
8
17th April 15:23
External User
Posts: 1
|
http://www.theoasis.org/test.html
The top swf is without transparent and will mask out the text layer, the bottom one is transparent and mixes witht the text making it unreadable. Any thoughts? Is flash good for a side navigateion like this, or should I switch it to html? thanks for the help |
|
|
9
17th April 18:50
External User
Posts: 1
|
Victor,
Your source helped. Here's what worked for me: put the SWF in a <div>, put the text in another <div>. #textContent { position:absolute; left:200px; top:20px; width:250px; height:400px; z-index:1; } #flashContent { position:absolute; left:10px; top:10px; width:350px; height:280px; z-index:2; } So the Flash content is absolutely positioned *above* the text, and the SWF is set with a wmode of transparent, so the text shows through. Here's a temporary URL, so you can see it all in context. http://www.quip.net/victor.html Ehh, I could go either way on this one. You're not really using Flash to do anything especially Flash-like, in this case (no slide-outs or other plug-in? On the other hand, the plug-in is sooo extensively installed, maybe it's no big deal. I suppose if this were mine, I would probably opt against the Flash version simply because Flash isn't needed to pull off the effect. David stiller (at) quip (dot) net "Luck is the residue of good design." |
|
|
|