Computer How To

The complete collection of computer tutorial

Archive for 2010

Flash XHTML, Valid HTML Code for Flash File (.swf)

This is the HTML code for inserting flash file with .swf extension. With this code, the embedded flash will be detected as Valid XHTML.

Here the HTML embedded Flash code:

<object type="application/x-shockwave-flash"
data="images/yourflashfile.swf" width="480" height="60">
<param name="movie" value="images/yourflashfile.swf" />
<param name="quality" value="high" />
</object>

Notes:

  • Line 1 and line 2 should be no line space. Combile the line 1 and 2 in same line (same column or row).
  • Change “images/yourflashfile.swf” to the location path of your flash file which need to be embedded.

Facebook Video To WordPress

There are some videos from facebook facebook friends or from our own that we want to show on the web site, blog, wordpress, here is one way to menampilkannya.keunggulan from embed video from facebook, we do not need to upload the video again, and will save our hosting space.

copy this script to your site or blog :

Written by computer how to

December 24th, 2010 at 11:22 am

Yahoo Pingbox

Chat privately with visitors on social network profile, blog, or website throughMessenger.
click link http://messenger.yahoo.com/pingbox/ to create pingbox

click create
1. New pingbox

  • choose background themes
  • Type display name
  • type online greating
  • type offline message
  • click save Sign in yahoo

Written by computer how to

December 23rd, 2010 at 11:48 am

Posted in Wordpress

Tagged with , ,

WordPress YM Online Status

online ym status allows you to communicate interactively to users who visit your website.
Login to wp-admin –> Appearance –> widget
drag widget text and move to primary widget area

copy this script —> change ym id with your ym id

<a href=”http://messenger.yahoo.com/edit/send/?.target=ym id“>
<img src=”http://opi.yahoo.com/yahooonline/u=ym id/m=g/t=2/l=us/opi.jpg” border=”0″ alt=”Status YM” /></a>

Written by computer how to

December 18th, 2010 at 10:45 am