Greetings, I have written a modal using jquery UI and it appears at the front of a flash movie thus the html inside the modal becomes corrupt, I tried to hide the movie right before modal gets triggered and reappears after closing the modal, works well but each .hide() and .show() the flash movie gets resetted while all I want is to hide (without removing the movie) and displaying it once it is triggered to .show that modal div.
|
feedback
|
|
Tested in FF/linux, FF/WinXp, IE/WinXp, Safari/WinXp:
basic:
or, show and hide with animation effects:
html example:
you can't get a cross-browser working solution with .css('visibility', 'visible'/'hidden') | |||
|
feedback
|
|
Working solution: Use Just tested it with firebug. EDIT:
Please note, this is different from | ||||
|
feedback
|
|
Perhaps move the movie div off the screen. Set it's Left position to be -1000 or something like that? Then replace when the other div has disappeared? | |||
|
feedback
|