Quote:
Originally Posted by Digital Jedi
It's really a matter of practicality. I've considered doing a definition for Photobucket and ImageShack, but most of the time users are going to use embed code as a matter of habit, so that could create conflicts when they post their code. Any definitions would have to be created for specific sites. Essentially, it would likely not be practical.
|
Regex is one thing I've never come close to comprehending, so I may be talking out my wazoo here.
But I thought the photobucket video embed code they provide for forums always has the action=view parameter.
[URL=http://s266.photobucket.com/albums/ii245/mixedtape1394/?action=view¤t=100_0102.flv][img]https://vborg.vbsupport.ru/[/img][/URL]
When comparing it to the HTML link they provide to render the video player, I wouldn't think there wouldn't be conflicts when the users post the embed code as long as the replacement only happened if the action=view was present in the code
HTML Code:
<a href="http://media.photobucket.com/video/test/mixedtape1394/100_0102.flv?o=3" target="_blank"><embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://i266.photobucket.com/player.swf?file=http://vid266.photobucket.com/albums/ii245/mixedtape1394/100_0102.flv&sr=1"></a>
But like I already said, regex mind as well be talking Greek to me, so any chance of me figuring out how to write a replacement to test the theory is out the window.