The
Flashants Sprite is a helper to navigate the web pages.
As the LifeTime parameter in the HTML object embed code
is set to DOMAIN, the sprite will keep alive when
browsing among pages under the same website
doamin("flashants.com"). If you link to webpages
that outside the website domain(ex. "googls.com"),
then you will see the Sprite
will close and disappear immediately.
The
navigation sprite can be drag to move and
you may click on the
logo
face
to
scroll
up / down
the
navigation
list.If
you
are running Win2000/XP, the alpha channel effect allow
you to see through the panel. To
learn how to add such windowless object to your page,
you can view the icePlayer object embed code in the
HTML
source as following:
<object id="IcePlayer"
classid="CLSID:A2ECDF87-BFE5-4EBA-852A-45E4F881377F"
codebase="http://www.flashants.com/codebase/iceplayer.cab#version=1,0,5,0" width="1" height="1" >
<param name="SRCURL" value="http://www.flashants.com/windowless/flashantsMenu.swf">
<param name="ONTOP" value="FALSE">
<param name="LICENSEKEY" value="ICECDA3DBQ83IMZWXZ4Q5EMQZJBRA8">
<param name="EnableXY" value="TRUE">
<param name="_X" value="0">
<param name="_Y" value="0">
<param name="EnableWH" value="TRUE">
<param name="_W" value="230">
<param name="_H" value="600">
<param name = "LifeTime" value ="DOMAIN">
</object>