javascript - Hiding/Showing a swf in a div? -


I have a Flex app that I want to hide in a single device as long as the user clicks on a link or some type of element does not. I have seen that embedding the SDF into a style display in one display: Nobody really does not hide the SDF, so how would I have to go about completing this?

Flex is loading the background in the target while the user uses other things Thanks.

I usually force the container's height / width to 1 to 1 pixels ...

  & lt; Div style = "height: 1px; width: 1px;" & Gt; ... Flash goes here ... & lt; Div & gt;  

Then, when I need to flash, I will reset the height / width as appropriate, note that you may want to put it in the parent container if You just want to reset the HV in "100%" which is the "parent: relative; height: px; width: px" setting.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -