Archive for the ‘flash’ Category

This is the right way to use swfobject and jquery framework. To avoid the known issues  between these two. <script type=“text/javascript”> $(document).ready(function(){ var so = new SWFObject(“movie.swf”, “mymovie”, “400”, “100%”, “8”, “#336699”); so.addParam(“quality”, “low”); so.addParam(“wmode”, “transparent”); so.addParam(“salign”, “t”); so.write(“flashcontent”); }); </script>


This is actually my first attempt to make a menu XML customizable driven. I will probably release a new version soon. This Download the sample files here. The .fla file is included. Any comments on the code is appreciated. Feel free to use!! Goto My new Blog and Download the newest Version … ( many […]


Rhythm of lines

23May08

great site using papervision3d check out here


CSS play

18Feb08

CSS play Experiments with Cascading Style Sheets A good place if you want to experiment with CSS. I couldn’t find anything applicable, pretty enough, but i found great ideas i used to play with css properties and stuff I couldnt’t believe is possible with plain CSS elements styling.