Control not working with Flash 10,1,53,64 and Firefox

Last post 06-09-2010, 1:51 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-07-2010, 6:39 PM 61613

    Control not working with Flash 10,1,53,64 and Firefox

    *update*
    I read another post that had a similar experience and found that adding the line:
    Uploader1.UploadAddonButtonMode() = UploadAddonButtonMode.Replace
    seemed to solve the problem in Firefox.
     
     ------
    I updated my version of Flash to 10,1,53,64 release candidate 7 because of 0-day vulnerability and now the button to select files does not work with Firefox.  The control still works in IE.
     
    I realize that something else could be causing the problem, esp. since the control works in IE, but I just wanted to bring it to your attention since Adobe will be releasing this version of Flash soon.
     
    Also, is there a way to force AJAX Uploader to use either the Silverlight or basic method?
     
    Thanks
     
  •  06-09-2010, 1:51 AM 61635 in reply to 61613

    Re: Control not working with Flash 10,1,53,64 and Firefox

    Hi jsteltor,
     
    Also, is there a way to force AJAX Uploader to use either the Silverlight or basic method?
     
    Try this way, it will disable the flash mode.
     
    attachment1.SetAdvancedOption(UploaderAdvancedOption.NoFlash, "true");
     
    by default uploader will use Silverlight for upload. If user have not install silverlight, uploader will change to IFrmae mode automatically.
     
    Regards,
     
    Ken
View as RSS news feed in XML