Hi,
I don't have a problem on my computers, but on a friend's that has not got the latest Flash update the menu doesn't load and asks to update Active X, eventually the menu appears, but when you navigate to another page the same thing happens again. I don't want force clients to have to update to view the page, is there anything I can do?
Melanie
PS I do have some other flash going on the index page but not on the others, which still have the same problem
www.sealflex.co.uk/newsite
Answer:
Hi Melanie,
our menus require flash player version 6 or higher.
Probably dreamweaver has set codebase ="...version=9,0,28,0" for both flash movies.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
You can replace it with codebase ="...version=7,0,0,0" for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
Regards
Dmitry
f-source.com
Hi Melanie,
our menus require flash player version 6 or higher.
Probably dreamweaver has set codebase ="...version=9,0,28,0" for both flash movies.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
You can replace it with codebase ="...version=7,0,0,0" for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
Regards
Dmitry
f-source.com
No comments:
Post a Comment