Free SubDomain Names    CO.CC:Free Domain

Tuesday, December 16, 2008

Fox Shooting Game

This is an example of Simple Shooting with Flash Action Script 2.0.. Take a look of the tutorial at www.thelimbiz.com







Wednesday, December 10, 2008

Simple Shooting Game

This is an example of Simple Shooting with Flash Action Script 2.0.. Take a look of the tutorial at www.thelimbiz.com







Decorate the Christmas Tree

This is an example of Christmas Decoration with Flash Action Script 2.0.. Take a look of the tutorial at www.thelimbiz.com







Wednesday, December 3, 2008

Add flash to HTML

To put and flash swf object to a HTML, simply use this code below


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="identity" align="middle" height="120" width="120">
<param name="allowScriptAccess" value="sameDomain">
<param name="allowFullScreen" value="false">
<param name="movie" value="swf filename">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="swf%20filename" quality="high" name="description" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="120" width="120"></embed>
</object>