I am setting up a site that uses a number of swf files in tables for primary navigation.
It’s a pretty standard layout - topNav, leftNav. It tests fine across all mac browsers -
From the very first tests in IE, all items show the dreaded Click to Activate prompt and highlighted borders.
I’m just using the simple flashplugin - It really is a neat little bit of code, but I was skeptical with all the ActiveContent.js stripped out.
For those who haven’t used it, flashplugin works alone in the templates with this single line, most of it optional:
{exp:flashplugin file=”/flash/google.swf” width=“320” height=“120” bgcolor=”#000000” quality=“low” version=“5” name=“MyFlashMovie” align=“left”}
IE is suspicious of it as there is no local script running.
I don’t imagine “exp:flashplugin is really the solution.
Any ideas on another reliable way to place swfs into the template that don’t flag explorer? I’ve been using flash nav for years and have never had an issue as Macromedia/Adobe have always had fast responses to things like the ie7 license issue.
I’ve tried everything I can think of to point different versions of embed src to the AC_RunActiveContent file with no success.
Any alternate approaches to embedding flash without the {exp:flashplugin approach would be really appreciated.
