bgeorge
Results 1 - 1 of 1
bybgeorge, March 30, 2009
Very easy to install ! Easy to use and configure.
The problem with IE 7 can be easy solve with very few changes.
In /mambots/contents/moseasymedia/, change the file that you need to use. For example, i've changed moseasymediaJWMediaPlayer.php (because I want to play *.swf file with this). It is enough to change the line 136 :
$embedString .= '';
with this :
$embedString .= '';
So, you should add defer="defer" in which php file from this directory that you want to use
The problem with IE 7 can be easy solve with very few changes.
In /mambots/contents/moseasymedia/, change the file that you need to use. For example, i've changed moseasymediaJWMediaPlayer.php (because I want to play *.swf file with this). It is enough to change the line 136 :
$embedString .= '';
with this :
$embedString .= '';
So, you should add defer="defer" in which php file from this directory that you want to use

