Tag Archives: bug

Frustrating FireFox bug with ExtnernalInterface – resolved

Looks like I had a problem with my JavaScript. I need to add: var swfDiv = document.getElementById(’swfDiv’); Checks out now in FireFox 3.5 mac, FireFox PC (version?), IE 8 on the pc. <script type="text/javascript">         function putFlashOnTop() {                 var swfDiv = document.getElementById('swfDiv');             [...]
Posted in code | Also tagged , , | Leave a comment

Frustrating FireFox bug with ExtnernalInterface

I have a swf with some html copy below it. It should (seemingly) expand when clicking the button and contract when clicked again. see example I need to swap the z-Index of the divs containing the SWF and the html copy. The swf is embeded using SWFObject. I have two simple javascript methods for re-assigning the SWF [...]
Posted in Professional, code | Tagged | 2 Comments