Flash Developer
Categories
Tags
1990s ActionScript 3 Air art artcars bill codding bindlestiff family cirkus blog book border Brain Blips brett james bridges Brooklyn bug burninator burningman burning man business card caution mike circus code danny trejo dream El Paso encryption first-motorcyle garbage John Law kal list Madagascar Institute mike ross motorcyle npr story privacy pyro ryan 0'connor safety first santa sign slideshow pro spy thriller video
Category Archives: code
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');
[...]
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 [...]
Random Tile class