Encountered the following javascript error if using IE 7
Line: 1180 Error: Could not get the type property. This command is not supported.
Line 1180 points to code inside FlashReady()
// Change the <input type='file'> to an innocuous <input type='button'> so that // clicking on it doesn't bring up an extra file selection dialog. inputFileElem.type = 'button';
Other than that, rest of code seems to work ok. I do not get any javascript error for IE 6, Firefox 3 and Safari 3.1
Regards Mike |