Wednesday, September 23, 2009

Redirect to HTML page after the flash animation

Take the bellow code and place @ last frame....... Then it will redirect to an other page which you have give the page name.........
navigateToURL(new URLRequest("http://kahikilis.com/home.html"), "_self");

W3c Standed - Flash embed Object

<object id="logo" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="169" height="78">

<param name="movie" value="flash-file/flash_recent.swf" />

<param name="menu" value="false" />

<param name="wmode" value="transparent" />

<param name="scale" value="noscale" />

<param name="quality" value="high" />

<!--[if !IE]>-->

<object type="application/x-shockwave-flash" data="flash-file/flash_recent.swf" width="169" height="78">

<param name="menu" value="false" />

<param name="wmode" value="transparent" />

<param name="scale" value="noscale" />

<param name="quality" value="high" />

</object>

<!--<![endif]-->

</object>

Friday, September 11, 2009

Difference between web portal and web site?

Web site: A website (or Web site) is a collection of web pages. It contains info about the particular company which as hosted it.

For eg: NDTV.com, will contain info about latest news, other program info etc; all company sites comes under this.

Web portal: Web portal is also a website that offers a broad array of resources and services, such as e-mail, forums, search engines, and on-line shopping malls etc; etc;

Eg: Web portal are MSN, Yahoo!, AOL and iGoogle. Consider yahoo - you have yahoo mail, answers, chat, online shopping and so many things .. news etc; so it is something that offers various services which a company website may not offer.