oscommerce flash nav menu problem
While adding a flash navigation panel on a “oscommerce-engined” ( dun not the more suitable/official words ), 1 error occured. For eg can refer to the following links:
1. http://www.silverbelle.cc/
2. http://silverbelle.cc/
You can find that at link #1, you flash nav bar was not working (ie. when click on buttons won’t load pages). Link #2 is what it should have function.
And for this website, the root (HTTP_SERVER) is set to http://silverbelle.cc.
The same problem happen to another “oscommerce-engined” website - http://i-bizzone.com.
Solution:
1. oscommerce forum
2. adobe technote
In the html code ( when the flash is being embeded ):
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=http://download.macromedia.com
/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,19,0 width=”950″ height=”28″>
<param name=”movie” value=”images/button.swf” />
<param name=”quality” value=”high” />
<param name=”AllowScriptAccess” value=”always” />
<embed src=”images/button.swf” quality=”high” pluginspage=”http://www.macromedia.com/
go/getflashplayer” type=”application/x-shockwave-flash” width=”950″ height=”28″></embed>
</object>
