I use Joomla v2.5.14, EasyBlog v3.9.15245, BestShop template from Themeforest, JCE Editor and TinyMCE editors. The website is still on my PC and not live.
The "object" attibute changes "o-bject" to when I save a message with the following code:
<object data="images/stories/MP3PlayerCustom/player_mp3_maxi.swf" type="application/x-shockwave-flash" height="20" width="740"><param name="movie" value="images/stories/MP3PlayerCustom/player_mp3_maxi.swf"><param name="bgcolor" value="#ffffff"><param name="FlashVars" value="mp3=images/stories/2013Dec/ProgPsyTranceMix.mp3&width=740&showstop=1&showinfo=1&showvolume=1&loadingcolor=ffe800&bgcolor1=ee0000&bgcolor2=cc0000&slidercolor1=ff0000&slidercolor2=bb0000&sliderovercolor=ffe800&buttonovercolor=ffe800"></object>
Once posted, the above code appears as follow;
<o-bject data="images/stories/MP3PlayerCustom/player_mp3_maxi.swf" type="application/x-shockwave-flash" height="20" width="740"><param name="movie" value="images/stories/MP3PlayerCustom/player_mp3_maxi.swf"><param name="bgcolor" value="#ffffff"><param name="FlashVars" value="mp3=images/stories/2013Dec/ProgPsyTranceMix.mp3&width=740&showstop=1&showinfo=1&showvolume=1&loadingcolor=ffe800&bgcolor1=ee0000&bgcolor2=cc0000&slidercolor1=ff0000&slidercolor2=bb0000&sliderovercolor=ffe800&buttonovercolor=ffe800"></object>
Please help.