Re: Flash not working on some computers, and no progress bar with IFrame

  •  06-27-2012, 8:58 AM

    Re: Flash not working on some computers, and no progress bar with IFrame

    It didn't make a difference.. it would still try to load as Flash regardless of how I set UploadType.  I did discover that the flash object works the first time that it's downloaded from the server, but once it's cached on the local machine, it no longer works.
     
    It was bugging me that your demo works fine, so I viewed the source and discovered that this is REQUIRED:
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
     
    I added it to my project and now it's working fine.
     
    Thanks,
    Ted
View Complete Thread