I think the problem may lie in the method
  Timeline.DefaultEventSource.prototype._getBaseURL

-- since you are not specifying a url in the loadJSON call, Timeline
is using
  document.location.href
to determine the base url for links and images in your event data.

Maybe it is leaving out the transport (http/https) on IE or
something.

Suggestions:
1) Use a debugging proxy such as fiddler to see exactly what url is
being called that uses http instead of https
2) Use breakpoints to see where the url (that has http in it) is being
generated.

IE 7 debugger tips: 
http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/
Free Debugger: http://www.microsoft.com/express/download/default.aspx

Good luck,

Larry



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to