IE9 freeze when I try to play a mp3 file in flash mode (Projekktor Core)
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?
Complete thread:
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-07, 14:43
![Open whole thread [*]](templates/default/images/complete_thread.png)
- IE9 freeze when I try to play a mp3 file in flash mode - sascha, 2012-08-07, 16:46
![Show preview […]](templates/default/images/ajax_preview.png)
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-07, 17:45
![Show preview […]](templates/default/images/ajax_preview.png)
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-08, 10:31
![Show preview […]](templates/default/images/ajax_preview.png)
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-22, 12:05
![Show preview […]](templates/default/images/ajax_preview.png)
- IE9 freeze when I try to play a mp3 file in flash mode - sascha, 2012-08-24, 10:43
![Show preview […]](templates/default/images/ajax_preview.png)
- IE9 freeze when I try to play a mp3 file in flash mode - sascha, 2012-08-24, 10:43
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-22, 12:05
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-08, 10:31
- IE9 freeze when I try to play a mp3 file in flash mode - Djo, 2012-08-07, 17:45
- IE9 freeze when I try to play a mp3 file in flash mode - sascha, 2012-08-07, 16:46
