Author Topic: ie https  (Read 8687 times)

sovteq

  • Newbie
  • *
  • Posts: 19
    • View Profile
ie https
« on: January 22, 2009, 09:52:46 am »
https works fine except that ie7 say security error about secured and non secured content. I resolved this. In js file wchich loading sound.swf try to replace http://... to https://... as codebase for swf object.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: ie https
« Reply #1 on: January 22, 2009, 11:29:32 am »
Hi,

Thanks for your fix!

Just to be clearer, the file to be modified is 'public/assets/javascript/og/Sound.js', line 32, change from 'http' to 'https' where it says 'codebase="http://...'. This only needs to be done if using HTTPS.

interjinn

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: ie https
« Reply #2 on: December 21, 2009, 03:03:15 am »
Could we fix this properly in public/assets/javascript/og/Sound.js by changing the Sound function to the attached version which programmatically sets the appropriate protocol?

Thanks,
Rob.