Enyel
Enyel

Reputation: 53

swf not working in IE when using https

I'm using a flash mp3 player (www.premiumbeat.com) within my website (localhost:8084 - tomcat). This is my situation:

When I browse playerSample.html with firefox everything works just fine... I login into my webapp, access playerSample.html and the player shows the list of tracks retrieved from /mywebapp/servlet/playlist.

But when I browse the page with IE the list is not retrieved :S I have tested the code in parts and it works, for example, if I just call /mywebapp/servlet/playlist from a IE's window, I can get the xml track list from the servlet. And playerSample.html can show the flash mp3 player. It's the player which can't get the response from the servlet (or at least that's what looks like).

Why it's just happening on IE? I know IE sometimes just sucks... but, any ideas or work-arounds?

Upvotes: 0

Views: 1735

Answers (1)

EricLaw
EricLaw

Reputation: 57075

Try monitoring your network traffic using Fiddler (www.fiddler2.com) Be sure to enable HTTPS decryption, and trust the Fiddler root certificate.

Upvotes: 2

Related Questions