Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Video Gallery
av8r_bra Offline
Junior Member
**
Posts: 11
Joined: Jun 2011
Post: #31
RE: Video Gallery
Thanks all for the help! It's working like a charm now...just had to remove file extensions for thumbnails, just left max size 500kb and only image files. Perfect.

What would have to be done for an automatic thumbnail for the post? Is it easy?

Working on the custom "New Video" button now...Wink2
06-07-2011 07:17 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #32
RE: Video Gallery
(06-07-2011 07:17 PM)av8r_bra Wrote:  What would have to be done for an automatic thumbnail for the post? Is it easy?

If what you mean is like the YouTube video thumbnail (created automatically when a user upload a video, and the thumbnail comes from a frame of the video uploaded), unfortunately, we can't do that.

Sorry for late reply.

06-09-2011 02:19 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #33
RE: Video Gallery
When you embed the video, by default, it shows a thumbnail anyway.

My Blog
06-09-2011 09:06 AM
Find all posts by this user Quote this message in a reply
av8r_bra Offline
Junior Member
**
Posts: 11
Joined: Jun 2011
Post: #34
RE: Video Gallery
Thanks for the information guys...

Would it be possible to increase video player size?

Checking "Video/FLV Uploader" Custom thread in display format:

Code:
<a href="{URL}" style="display:block; width:520px; height:330px" id="player"></a> 
<script>
	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.6.swf");
</script>


Tried editing for a 30% increase in size:

Code:
<a href="{URL}" style="display:block; width:676px; height:429px" id="player"></a> 
<script>
	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.7.swf");
</script>


Like that the video description stays cut behind some of the player =/

06-09-2011 04:57 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #35
RE: Video Gallery
Try also changing this in the xtmv_postbit_first template

HTML Code
<div class="float_left" style="width:530px;">


My Blog
06-09-2011 09:33 PM
Find all posts by this user Quote this message in a reply
awww Offline
Junior Member
**
Posts: 12
Joined: May 2010
Post: #36
RE: Video Gallery
when i upload the file it doesn't show the player at all just a blank post
(This post was last modified: 06-15-2011 11:02 AM by awww.)
06-15-2011 10:43 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #37
RE: Video Gallery
Which player you use? URL?

06-16-2011 01:15 AM
Find all posts by this user Quote this message in a reply
awww Offline
Junior Member
**
Posts: 12
Joined: May 2010
Post: #38
RE: Video Gallery
i used the latest player flow player i even tryed the older version thats in the tutorial it still shows blank with no player and is it a way i could add a progress bar to the uploader ?
06-16-2011 01:40 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #39
RE: Video Gallery
Please make sure that all path to the player is the right path.

06-16-2011 02:33 AM
Find all posts by this user Quote this message in a reply
av8r_bra Offline
Junior Member
**
Posts: 11
Joined: Jun 2011
Post: #40
RE: Video Gallery
(06-16-2011 01:40 AM)awww Wrote:  i used the latest player flow player i even tryed the older version thats in the tutorial it still shows blank with no player and is it a way i could add a progress bar to the uploader ?

You have to change Video/FLV Uploader custom thread from:

HTML Code
<a href="{URL}" style="display:block; width:520px; height:330px" id="player"></a> 
<script>
	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.6.swf");
</script>

to

HTML Code
<a href="{URL}" style="display:block; width:520px; height:330px" id="player"></a> 
<script>
	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.7.swf");
</script>


That's because of a new version(3.2.7) is out.. Wink

(This post was last modified: 06-18-2011 11:43 PM by av8r_bra.)
06-18-2011 11:43 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: