How do i send flash objects back... in websites ? without blocking popups ? without braking any floating content..?
If you're talking about when you embed it on an html page then you probably just need to add wmode=transparent" to the embed tag. If you talking about within the actionscript then you can use addChildAt(displayObject, 0) to add something to the back of the stage/sprite.