How to change URL link in status bar

To change text link that show to user in status bar to a different URL, you can use the “window.status” property. It work fine in Internet Explorer, but in Firefox, you must make some customize to the option. Click “Tools” -> “Options”, click “Content” Tab, then “Enable Javascript” must be on and click on the [...]

Embed Flash (swf) in HTML

<OBJECT CLASSID=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ WIDTH=”850″ HEIGHT=”610″ CODEBASE=”http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0″> <PARAM NAME=”MOVIE” VALUE=”embedded.swf”> <PARAM NAME=”PLAY” VALUE=”true”> <PARAM NAME=”LOOP” VALUE=”true”> <PARAM NAME=”QUALITY” VALUE=”high”> <PARAM NAME=”SCALE” value=”noborder”> <EMBED SRC=”embedded.swf” WIDTH=”850″ HEIGHT=”610″ PLAY=”true” LOOP=”true” QUALITY=”high” scale=”noborder” PLUGINSPAGE=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”> </EMBED> </OBJECT> or you can try the simple code, <object width=”550″ height=”400″> <param name=”movie” value=”embedded.swf”> <embed src=”embedded.swf” width=”850″ height=”610″> </embed> </object>

Follow

Get every new post delivered to your Inbox.