1
Pусский / Re: Помогите с трансляцией видео
« on: April 08, 2010, 08:42:29 PM »
обнови до последней беты, для начала однако
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<embed type='application/x-mplayer2' width=500 height=400 BufferingTime='5' src="+file+" autostart="true"></embed>открыл я terayon_previewbox.js, нашел там
gEBI(target+"Content").innerHTML = '<object type="application/x-mplayer2" width='+width+' height='+height+'><param name=filename value="'+file+'" /><param name=autostart value=true /></object>';и изменил на
gEBI(target+"Content").innerHTML = '<embed type="application/x-mplayer2" width='+width+' height='+height+' src='+file+' autostart=true BufferingTime='5' /></embed>';
<embed type='application/x-mplayer2' width=500 height=400 BufferingTime='5' src="+file+" autostart="true">
</embed>so i opened terayon_previewbox.js , found this linegEBI(target+"Content").innerHTML = '<object type="application/x-mplayer2" width='+width+' height='+height+'><param name=filename value="'+file+'" /><param name=autostart value=true /></object>';and changed it togEBI(target+"Content").innerHTML = '<embed type="application/x-mplayer2" width='+width+' height='+height+' src='+file+' autostart=true BufferingTime='5' /></embed>';width=undefined height=undefined