Re: BP Album+ || New Features Requests and Discussion
Perhaps making a way to globally enter 3rd party streaming sites through the admin panel? For example…
Making an input that allows you to enter a example url.
http://www.veoh.com/browse/videos/category/animation/watch/v1545955ZqxpQBBK
Than users can choose that the latest 16 characters are the important ones and that the streaming site is labeled with Veoh.
More examples:
http://www.youtube.com/watch?v=4E606X_TaDI (label: youtube)
http://www.dailymotion.com/video/x2bsvj_amv-strawberry-panic_creation (label: dailymotion)
Then making another textbox where you can enter an embed code off the site, where you paste the embed code and where you place a certain character needs to be replaced with the earlier mentioned code.
Example.
http://www.dailymotion.com/video/x2bsvj_amv-strawberry-panic_creation (label: dailymotion)
<object width=”480″ height=”360″><param name=”movie” value=”http://www.dailymotion.com/swf/video/@“></param><param name=”allowFullScreen” value=”true”></param><param name=”allowScriptAccess” value=”always”></param><embed type=”application/x-shockwave-flash” src=”http://www.dailymotion.com/swf/video/@” width=”480″ height=”360″ allowfullscreen=”true” allowscriptaccess=”always”></embed></object>
This all will make the end code that gets displayed to the users like this..
<object width=”480″ height=”360″><param name=”movie” value=”http://www.dailymotion.com/swf/video/x2bsvj“></param><param name=”allowFullScreen” value=”true”></param><param name=”allowScriptAccess” value=”always”></param><embed type=”application/x-shockwave-flash” src=”http://www.dailymotion.com/swf/video/x2bsvj” width=”480″ height=”360″ allowfullscreen=”true” allowscriptaccess=”always”></embed></object>