I have a web page where a flash file is embeded in that.The flash file is having a quiz consist of 4 questions.When user answer the first question the second question will b
The only solutions which work for me on Firefox and Chrome is these css code on flash container:
If you want "remove" flash from the document (kind of like display:none
):
width:0;
height:0;
If you want only hide element without "remove" from the document:
visibility: hidden
The position tips doesn't work on Chrome