Hi,
I’ve designed a website in Flash 8 and I need to embed it as an swf or flash object so that it runs with Flash Player 6 and up. Changing the Flash version parameter in the SWFObject function call doesn’t work:
var so = new SWFObject(“movie.swf”, “mymovie”, “200”, “100”, “6”, “#336699”);
with this call, the flashcontent value is displayed (prompts user to download latest version of Flash plug-in).
Any ideas on how to do this?