Feng Forum

Other Topics => Development => Community Contributions => : sovteq January 22, 2009, 09:52:46 AM

: ie https
: sovteq 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.
: Re: ie https
: ignacio 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.
: Re: ie https
: interjinn 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.