James, It appears that you've added the wmode to the OBJECT and EMBED tag, however, if you take a closer look at the code, you should notice that you made the changes within a NOSCRIPT tag. You'll need to update the AC_FL_RunContent() to pass in the appropriate parameters to set wmode to transparent. I don't use that function, but it appears that you pass in a name and a value as separate parameters, so add new line below the quality entry like so: 'wmode','transparent',
Note the trailing comma.