How to make a hidden div that will hold a flash movie onclick event i want to get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aisha siddiqui
    New Member
    • Oct 2010
    • 1

    How to make a hidden div that will hold a flash movie onclick event i want to get

    want to make a hidden div that will hold a flash movie.onclick event i want to get this div visible on same page / document.
    Is it possible?
    how it will become hidden after flash clip is completed.
  • londres9b
    New Member
    • Apr 2010
    • 106

    #2
    Yes, I think it can be done by setting the css of the div to display: none
    and then if changed to display: block or display:inline the flash movie will appear.

    Hiding the div after the flash clip is completed is not possible using css, obviously. The only way would be maybe javascript or actionScript, idk..

    Comment

    Working...