IE9 freeze when I try to play a mp3 file in flash mode (Projekktor Core)

by Djo, Tuesday, August 07, 2012, 14:43 (289 days ago)

Hello,

When I try to play a mp3 file (audio/mpeg) on IE9 with the flash mode, the browser freezes (not respond) during the buffering of the file (I suppose during the buffering).

But if I change in the projekktor.js file, the "streamType" from "http" to "file" in the lines below, the freeze disappears and the player works correctly on IE9 but not on the other browser:

"modelId: "AUDIOFLASH",
iLove: [
{
ext: "mp3",
type: "audio/mp3",
platform: "flash",
streamType: ["http"]
}, {
ext: "mp3",
type: "audio/mpeg",
platform: "flash",
streamType: ["http"]
}, {
ext: "m4a",
type: "audio/mp4",
platform: "flash",
streamType: ["http"]
}],"

For information, you can find the configuration used to create the player:

projekktor(id, {
width: XXX,
height: XXX,
cssClassPrefix: XXX,
videoScaling: 'none',
imageScaling: 'none',
controls: true,
autoplay: false,
poster: XXX,
debug: false,
enableKeyboard: false,
playerFlashMP4: 'players/jarisplayer.swf',
playerFlashMP3: 'players/jarisplayer.swf',
disableFade: true,
playlist: [{0: {src:YYY, type:YYY}}],
platforms: ['flash']
}

Have you got an idea about this problem?

  925 views

Complete thread:

 RSS Feed of thread