How to send flash objects back

Discussion in 'HTML & Website Design' started by finsofts, Oct 19, 2009.

  1. #1
    How do i send flash objects back... in websites ? without blocking popups ? without braking any floating content..?
     
    finsofts, Oct 19, 2009 IP
  2. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    forextrendalerts, Oct 21, 2009 IP