Older Flash plug-in?

Out of context: Reply #6

  • Started
  • Last post
  • 8 Responses
  • uffa0

    Even though the SWF is coded as flash 4, you are embedding it into the page at Flash 6. If you use dreamweaver MX, it automatically embeds the flash and inserts code telling the client that Flash 6 is required.. you can fix this by hand editing the following line of code

    codebase="http://download.macrom...

    notice the "version=6,0,29,0"

    you just need to change this to

    "version=4,0,0,0"

    You'd think DW would be smart enough to check the version of the flash, but it's not.

View thread