Displays the HTML element passed in via the elem param, after it has been hidden via FB.Canvas.hideFlashElement. This function will reset the CSS visibility to the HTML element's original value, prior to being hidden.
Developers should use this function within their hideFlashCallback function to display the element after having been hidden.
var element = document.getElementById('myGreatFlashObjectElement');
FB.Canvas.hideFlashElement(element);
| Name | Type | Description |
|---|---|---|
| elem | Object | HTML Element to display, generally a Flash Object element. |