home
 
   

Archive for Flash Menu

You are browsing the archives of Flash Menu.

get flash menu to remember which page it’s on

Our flash menu components setup to remember which page it’s on and will stay “open” to that menu selection.

It is coded fro Param setting. see the below
———————————————————————————————————————— 
<OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
 codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0”
 WIDTH=”778″ HEIGHT=”80″ ALIGN=””>
      <PARAM NAME=movie VALUE=”Navigation.swf?pageNum=1&subNum=4“>
      <PARAM NAME=quality VALUE=high>
      <PARAM NAME=bgcolor VALUE=#FFFFFF>
      <EMBED src=”Navigation.swf?pageNum=1&subNum=4” quality=high bgcolor=#FFFFFF  WIDTH=”778″ HEIGHT=”80″ ALIGN=””
 TYPE=”application/x-shockwave-flash” PLUGINSPAGE=”http://www.macromedia.com/go/getflashplayer”></EMBED>
    </OBJECT>
 ——————————————————————————————————————————————————————-
When we add swf into a html page, […]

Considering SEO for Menu driven by SWF.

SEO(Search Engine Optimization) is one of most important issue for the web marketing.
The very nature of flash sites make it very hard for the search engines to fully appreciate the content or navigational structure of them..
You can just use a Flash alternate javascript like below.

<head>
<!–snip–>
<script type=”text/javascript” src=”/jscript/SWFObject.js” mce_src=”/jscript/SWFObject.js”></script>
</head>
<body>
<!–snip–>
<!–primary content, for non-Flash visitors–>
<div id=”flash” align=”center”>  […]

Add sub menus in Flash Navigation.

This tutorial shows you how to add a sub menu in Menu source that we provide.

Get the Flash Player to see this player.
[…]