need a small favour if possible below you see the bbcode I'm using it shows the longtail player but it won't play the video, using Phpbb3 3.0.7-PL1, I replaced the .dll for .mov as extension in the code like suggested by the source for some browsers but unfortunally without any luck, but then again it could also be a HTML replacement issue that didn't put in correctly the main purpose of the bbcode is that I can play Yahoo HD trailers, It works with streamed hd links ending with the .mov extension but need it to work with the ID that yahoo provides.
Hope that someone is willing to help me out on this one, would be much appreciated.
more info you can see below,
Best Regards
BBCode Usage
Code: Select all
[yh]{IDENTIFIER}[/yh]
Code: Select all
<object id="mediaplayer" data="http://www.hd-trailers.net/mediaplayer/player.swf" type="application/x-shockwave-flash" width="720" height="400">
<param name="name" value="mediaplayer">
<param name="controlbar" value="over">
<param name="allowfullscreen" value="true"><param name="quality" value="high">
<param name="flashvars" value="file=http://playlist.yahoo.com/makeplaylist.mov?sdm=web&pt=rd&sid={IDENTIFIER}&backcolor=000000&frontcolor=FFFFFF&volume=100&icons=false">
<param name="src" value="http://www.hd-trailers.net/mediaplayer/player.swf">
</object>
Code: Select all
ID : [yh]Yahoo ID here ![/yh]
Source code :
Code: Select all
http://playlist.yahoo.com/makeplaylist.dll?sdm=web&pt=rd&sid=103393157
from Link
on the site of the source it works great : Proof