Looping an FLV video
Posted by thornyeternity in ActionScript 3 Snippets, Code, Flash on 07. Dec, 2009 | Comments Off
FLV Playback component is named “myvideo” myvideo.addEventListener(Event.COMPLETE, doLoop); function doLoop(event:Event):void{ myvideo.autoRewind=true; myvideo.play(); }
Brochure Open Engine
Posted by Michele in Code, Flash on 01. Oct, 2009 | 0 Comments
This is one of the earlier items we uploaded to Flashden, but it has proved to be reasonabily popular, so I thought I would highlight it. It is a pretty nifty little flash movie, that is kinda like the evil flash flipping book. I hate flipping books, although it does work in places, for example [...]
Useful CSS, Jquery & HTML references
Posted by Michele in Code on 29. Sep, 2009 | 0 Comments
I am always finding tutorials or references, but by the time I want to use them I can’t ever seem to find them. I am starting this page so I can keep track of them, hopefully this way I will manage to find them again when I need them. Smashing Magazine 50 useful new jquery [...]
Insert body class name in Joomla
Posted by Michele in Code on 25. Mar, 2009 | 0 Comments
I recently had to add a class name per section into a body tag for a Joomla based website I have been working on. After quite a bit of google’ing I found this and it was super useful. To use the menu alias as the class name <?php $menu = &JSite::getMenu(); $active = $menu->getActive(); ?> [...]
The ThornyRabbit library
Posted by Michele in Code, Design, Flash on 22. Jan, 2009 | 0 Comments
This will be the design and development resource for Andrew and Michele Macklin. We have over the last 2 years both tried blogging a bit and it kinda worked and also not. After some discussion one early morning on the ferry over to Vancouver we decided we did not want a blog so much as [...]


