Quote:
Originally Posted by BBR-APBT
Not a problem thanks for the fast support.
Now maybe you can help me with a video code once I figure out one I can do more.
This is for Photobucket videos in which a lot of my users post.
regex URL this converts just fine I think.
Code:
http:\/\/(?:[\w\d]+\.)?photobucket\.(?:[\w\.\/%-_?]+)\?.*action=view¤t=([a-z0-9-_]+\.flv)
it parses to
Code:
[video=photobucket;TesTTube.flv]http://s295.photobucket.com/albums/mm133/amonday7/?action=view¤t=TesTTube.flv[/video]
Now here comes the problem.
I added this in the embed box
Code:
<object type="application/x-shockwave-flash" width="600" height="361" data="http://photobucket.com/player.swf?file={vb:raw code}">
<param name="movie" value="http://photobucket.com/player.swf?file={vb:raw code}" />
<param name="wmode" value="transparent" />
</object>
But when you view the thread nothing shows for that video but all your defs work fine. Its just my Photobucket that is the problem. You see any problems?
|
Just been looking into this one. Photobucket may be a little complex - it looks like it will need a scrape at the minimum. Let me see what I can whip up