We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
[ C ] How can I add this kind of videi (not sure about the format)
Topic Started: Aug 22 2012, 12:58 PM (717 Views)
enias
Member
[ *  * ]
Board Address: ( 'Private')
Board Software: (ZetaBoards )
Description: I want to post this kind of videos http://voces.huffingtonpost.com/2012/08/17/barbara-bermudo-amante-selena-quintanilla_n_1799354.html?utm_hp_ref=entretenimiento (The video is in this site. I have the code for HTML5 Videos and I thought it was gonna work with that but no...
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Does the site allow an embed option for that particular video? If not, you're not really allowed to take videos off of other sites without permission.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
Yes... the code it is too long

<div style='text-align:center'>
<object width='560' height='345' id='FiveminPlayer' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'>
<param name='allowfullscreen' value='true'/>
<param name='allowScriptAccess' value='always'/>
<param name='movie' value='http://embed.5min.com/517315151/'/>
<param name='wmode' value='opaque' />
<embed name='FiveminPlayer' src='http://embed.5min.com/517315151/' type='application/x-shockwave-flash' width='560' height='345' allowfullscreen='true' allowScriptAccess='always' wmode='opaque'>
</embed>
</object>
<br/>
</div>


I tried using only the URL and it doent work
Thouth you saw the site

Posted Image
Edited by enias, Aug 22 2012, 01:22 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
It worked for me in the Board Template. Are you trying to insert it into a post?
Offline Profile Goto Top
 
enias
Member
[ *  * ]
I wanna post it as any youtube video
Cory
Aug 22 2012, 01:22 PM
It worked for me in the Board Template. Are you trying to insert it into a post?
Yes that`s what I want.. in a post as youtube videos
Edited by enias, Aug 22 2012, 01:25 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
http://embed.5min.com/517315151/
That URL in between the flash tags worked fine for me.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
It did to me too.. thanks!!!
why there are some You tube videos that never load or can be seen in a post, just a space,, there is a way to fix it or just happen??
Edited by enias, Aug 22 2012, 01:44 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Please post a URL to a YouTube video that does this so I can investigate.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
https://www.youtube.com/watch?feature=player_embedded&v=Gzjhej9pVuY

This cen be seen, and it is something that often happens
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
https://www.youtube.com/watch?v=Gzjhej9pVuY
Try that URL instead.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
Yes it worked, what's the matter? I an see what you delete from the the link, but How a, I going to know what exactly to delete?
Edited by enias, Aug 23 2012, 10:10 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
feature=player_embedded&
Just delete that from any of those type of links, or I could create a code to automatically delete that text from YouTube links.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
That would be fantastic!!!!!!!! Please Cory!
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
$('td.c_post object').each(function () {
var object = $(this).attr('data');
var param = $(this).find('param[name="movie"]').attr('value');
var newObject = object.replace('/watch?feature=player_embedded&v=', '/v/');
var newParam = param.replace('/watch?feature=player_embedded&v=', '/v/');
$(this).attr('data', newObject);
$(this).find('param[name="movie"]').attr('value', newParam);
});
</script>
Offline Profile Goto Top
 
enias
Member
[ *  * ]
I am gonna put the videos as usual and every video that comes with this part it will be removed... I guess..
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1