Category Archives: code

Random Tile class

An Actionscript 3 class I wrote the places tiles on a grid - either randomly or in order, with no overlap, and allows for a tile free zone.
Also posted in Professional | Tagged , | Leave a comment

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 | 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 [...]
Also posted in Professional | Tagged | 2 Comments