TwelvestoneFront End

floating + transparent swf


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
boo
 
2009-10-06

running into a wall here ...

I've got a basic aspx page with html text content. And I have an swf that will float over the content. All works as intended unless there is an additional swf embedded in the aspx page (see code and reference images below).

My questions are:

1) Is the problem that the Flash Player itself sits 'on top' of an html page - and toggling depths between instances of the Player is causing grief? Am i overlooking an obvious solution here?

2) Is there a solution that works cross-browser? So far i've only been able to get transparency to work properly in IE.

This first image shows the floating swf (blue circle) sitting above the text content.

http://i145.photobucket.com/albums/r222/dbmediadesign/state01.gif

This second image shows that although the floating swf remains 'above' the text, it falls behind the embedded swf ...

http://i145.photobucket.com/albums/r222/dbmediadesign/state02.gif

Technomancer
 
2009-10-06

Try z-index instead of zindex

scudsucker
 
2009-10-07

I'd also try embedding the floating SWF after the inline SWF (unless that what you have done, so in the page stacking order it is above.)

Also, make both transparent.

boo
 
2009-10-07

thanks guys.

yeah, wmode = transparent for the embedded swf makes all the difference - but I had hoped to avoid that path as it creates an additional massive headache.

should be able to use divs to achieve same result - hopefully client will be flexible.

thanks again

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

floating + transparent swf