Flash in a Dialog
Flash in a Dialog
I'm using a Dialog in order to display a flash file. I also use the
flash API to make javascript calls on the object. In Firefox this
works great, but IE gives me trouble. The issue arises because when
dialog closes, the flash object is unloaded, then when the dialog
opens, the flash is loaded again. I've figured that the easiest work-
around would be to make the dialog close by moving it out of the
window to the left, then centering it again to open it, and not hide
the actual dialog.
Is this an easy hack? I've tried looking around the UI js file, but
can't seem to figure out how to do this. Any advice would be greatly
appreciated.