Thanks for the news, Crist.
For me all issues are solved but only for firefox.
I love firefox, but most of my users are using IE and they can’t see the videos that are played with flvplayer.swf (youtube, vsocial, flv) I try to use another flvplayer like before, but the issue persists. Then I looked at the code of the generated page and this is what I see:
With firefox:
HTML Code:
<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" border="0" cellpadding="2" cellspacing="1" width="168">
<tbody><tr>
<td class="tcat">
<span style="float: right;"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0"></a></span>
<a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
</tbody><tbody id="collapseobj_media_1659645334">
<tr>
<td class="alt1" align="center">
<!-- Abode Flash -->
<script type="text/javascript" src="clientscript/anymedia.js"></script>
<div id="anymedia_container_1659645334"><object data="URL_OF_MY_VIDEO" type="application/x-shockwave-flash" height="140" width="160"><param name="play" value="true"><param name="wmode" value="opaque"><param name="quality" value="high"></object></div>
<script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
</td>
</tr>
</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->
With IE:
HTML Code:
<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" cellpadding="2" cellspacing="1" border="0" width="168">
<tr>
<td class="tcat">
<span style="float:right"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0" /></a></span>
<a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
<tbody id="collapseobj_media_1659645334">
<tr>
<td class="alt1" align="center">
<!-- Abode Flash -->
<script type="text/javascript" src="clientscript/anymedia.js"></script>
<div id="anymedia_container_1659645334"></div>
<script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
</td>
</tr>
</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->
Both are including and calling the function anymedia.js and both creates a div to put the object, but this div is empty in the case of IE, it looks like this
HTML Code:
<div id="anymedia_container_1659645334"></div>
?May be it the problem?
I’ve try to reinstall last version, uninstall and reinstall a previous one and it doesn’t solves