Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Feng Forum
»
Other Topics
»
Development
»
Community Contributions
»
ie https
« previous
next »
Print
Pages: [
1
]
Author
Topic: ie https (Read 5983 times)
sovteq
Newbie
Posts: 19
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.
Logged
ignacio
Hero Member
Posts: 1703
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.
Logged
How to debug an error
Feng Office Wiki
interjinn
Newbie
Posts: 31
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.
Logged
Print
Pages: [
1
]
« previous
next »
Feng Forum
»
Other Topics
»
Development
»
Community Contributions
»
ie https
anything