vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs (https://vborg.vbsupport.ru/showthread.php?t=202476)

ArnyVee 05-10-2009 12:08 AM

Mine is still not working for quite some time. :(

Old embeds work, but new ones I'm getting this.....

Code:

<!-- BEGIN TEMPLATE: ame_output -->
<div style="display: none;" id="ame_noshow_post_1241917615_3">
<a href="" title="YouTube" target="_blank">YouTube</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1241917615_3">
<!-- BEGIN TEMPLATE: ame_container -->
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" width="425" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="" title="YouTube" target="_blank">YouTube</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/CGTVRbpAuRo&start="></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/CGTVRbpAuRo&start=" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object>
</td>
</tr>
</tbody>
</table></div>
<!-- END TEMPLATE: ame_container -->
</div>
<!-- END TEMPLATE: ame_output -->

....any suggested fixes for this? Pretty please! :D

Saviour 05-10-2009 10:43 AM

ArnyVee...

In the Admin Control Panel, vbulletin options/General settings...

Turn off Add Template Name in HTML Comments.

SnapOff Racing 05-10-2009 08:09 PM

Never worked for me on 3.8.2 until I disabled the "extract destination data" option...weird.

on a different note, how do I make the videos show up aligned to the left instead of centered?

EagleNick 05-10-2009 10:16 PM

Quote:

Originally Posted by SnapOff Racing (Post 1808242)
Never worked for me on 3.8.2 until I disabled the "extract destination data" option...weird.

THANK YOU - this resolved my problem as well.
Quote:

Originally Posted by SnapOff Racing (Post 1808242)
on a different note, how do I make the videos show up aligned to the left instead of centered?

In the ame_container template, find this code and remove the bit in red:
Code:

<td class="panelsurround" align="center">
That should do it. If not, replace center with left.

SnapOff Racing 05-10-2009 10:22 PM

Quote:

Originally Posted by EagleNick (Post 1808278)
THANK YOU - this resolved my problem as well.

In the ame_container template, find this code and remove the bit in red:
Code:

<td class="panelsurround" align="center">
That should do it. If not, replace center with left.

you're welcome.


i tried removing the code and replacing center with left, neither worked :(

ArnyVee 05-10-2009 10:36 PM

Quote:

Originally Posted by Saviour (Post 1807936)
ArnyVee...

In the Admin Control Panel, vbulletin options/General settings...

Turn off Add Template Name in HTML Comments.

Didn't work. :(

Now, I get this when I post the link URL.....

Code:

http://www.waltdisneyboards.com/redirect-to/?redirect=http%3A%2F%2F%3Cdiv+style%3D%22display%3A+none%3B%22+id%3D%22ame_noshow_post_1241998405_3%22%3E%3Cbr+%2F%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3Cdiv%20style=%22display:%20inline;%22%20id=%22ame_doshow_post_1241998405_3%22%3E%3Cbr%20/%3E%3Cdiv%20align=%22center%22%3E%3Cbr%20/%3E%3Ctable%20class=%22tborder%22%20cellpadding=%226%22%20cellspacing=%221%22%20width=%22425%22%20style=%22margin:10px%200%22%3E%3Cbr%20/%3E%3Cthead%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22tcat%22%20colspan=%222%22%20style=%22text-align:center%22%3E%3Cbr%20/%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/thead%3E%3Cbr%20/%3E%3Ctbody%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22panelsurround%22%20align=%22center%22%3E%3Cbr%20/%3E%3Cobject%20width=%22425%22%20height=%22350%22%3E%3Cbr%20/%3E%3Cparam%20name=%22movie%22%20value=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%3E%3C/param%3E%3Cbr%20/%3E%3Cparam%20name=%22allowFullScreen%22%20value=%22true%22%3E%3C/param%3E%3Cbr%20/%3E%3Cembed%20src=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%20type=%22application/x-shockwave-flash%22%20allowfullscreen=%22true%22%20width=%22425%22%20height=%22350%22%20wmode=%22transparent%22%3E%3C/embed%3E%3C/object%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/tbody%3E%3Cbr%20/%3E%3C/table%3E%3C/div%3E%3Cbr%20/%3E%3C/div%3E


Quote:

Originally Posted by SnapOff Racing (Post 1808242)
Never worked for me on 3.8.2 until I disabled the "extract destination data" option...weird.

Tried this as well. Still getting this. :(

Code:

http://www.waltdisneyboards.com/redirect-to/?redirect=http%3A%2F%2F%3Cdiv+style%3D%22display%3A+none%3B%22+id%3D%22ame_noshow_post_1241998565_3%22%3E%3Cbr+%2F%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3Cdiv%20style=%22display:%20inline;%22%20id=%22ame_doshow_post_1241998565_3%22%3E%3Cbr%20/%3E%3Cdiv%20align=%22center%22%3E%3Cbr%20/%3E%3Ctable%20class=%22tborder%22%20cellpadding=%226%22%20cellspacing=%221%22%20width=%22425%22%20style=%22margin:10px%200%22%3E%3Cbr%20/%3E%3Cthead%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22tcat%22%20colspan=%222%22%20style=%22text-align:center%22%3E%3Cbr%20/%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/thead%3E%3Cbr%20/%3E%3Ctbody%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22panelsurround%22%20align=%22center%22%3E%3Cbr%20/%3E%3Cobject%20width=%22425%22%20height=%22350%22%3E%3Cbr%20/%3E%3Cparam%20name=%22movie%22%20value=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%3E%3C/param%3E%3Cbr%20/%3E%3Cparam%20name=%22allowFullScreen%22%20value=%22true%22%3E%3C/param%3E%3Cbr%20/%3E%3Cembed%20src=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%20type=%22application/x-shockwave-flash%22%20allowfullscreen=%22true%22%20width=%22425%22%20height=%22350%22%20wmode=%22transparent%22%3E%3C/embed%3E%3C/object%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/tbody%3E%3Cbr%20/%3E%3C/table%3E%3C/div%3E%3Cbr%20/%3E%3C/div%3E

Then, I tried to put the "Add Template Name in HTML Comments" back to "YES" and got this again......

Code:

http://www.waltdisneyboards.com/redirect-to/?redirect=http%3A%2F%2F%3C%21--+BEGIN+TEMPLATE%3A+ame_output+--%3E%3Cbr+%2F%3E%3Cdiv%20style=%22display:%20none;%22%20id=%22ame_noshow_post_1241998654_3%22%3E%3Cbr%20/%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3Cdiv%20style=%22display:%20inline;%22%20id=%22ame_doshow_post_1241998654_3%22%3E%3Cbr%20/%3E%3C!--%20BEGIN%20TEMPLATE:%20ame_container%20--%3E%3Cbr%20/%3E%3Cdiv%20align=%22center%22%3E%3Cbr%20/%3E%3Ctable%20class=%22tborder%22%20cellpadding=%226%22%20cellspacing=%221%22%20width=%22425%22%20style=%22margin:10px%200%22%3E%3Cbr%20/%3E%3Cthead%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22tcat%22%20colspan=%222%22%20style=%22text-align:center%22%3E%3Cbr%20/%3E%3Ca%20href=%22%22%20title=%22YouTube%22%20target=%22_blank%22%3EYouTube%3C/a%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/thead%3E%3Cbr%20/%3E%3Ctbody%3E%3Cbr%20/%3E%3Ctr%3E%3Cbr%20/%3E%3Ctd%20class=%22panelsurround%22%20align=%22center%22%3E%3Cbr%20/%3E%3Cobject%20width=%22425%22%20height=%22350%22%3E%3Cbr%20/%3E%3Cparam%20name=%22movie%22%20value=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%3E%3C/param%3E%3Cbr%20/%3E%3Cparam%20name=%22allowFullScreen%22%20value=%22true%22%3E%3C/param%3E%3Cbr%20/%3E%3Cembed%20src=%22http://www.youtube.com/v/-nQtRSHKDpg&start=%22%20type=%22application/x-shockwave-flash%22%20allowfullscreen=%22true%22%20width=%22425%22%20height=%22350%22%20wmode=%22transparent%22%3E%3C/embed%3E%3C/object%3E%3Cbr%20/%3E%3C/td%3E%3Cbr%20/%3E%3C/tr%3E%3Cbr%20/%3E%3C/tbody%3E%3Cbr%20/%3E%3C/table%3E%3C/div%3E%3Cbr%20/%3E%3C!--%20END%20TEMPLATE:%20ame_container%20--%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3C!--%20END%20TEMPLATE:%20ame_output%20--%3E

Yikes, this is not fun :(

EagleNick 05-10-2009 10:39 PM

Quote:

Originally Posted by SnapOff Racing (Post 1808281)
you're welcome.


i tried removing the code and replacing center with left, neither worked :(

Hmm... try removing the align="center" from this line which is in the very beginning of the template:
Code:

<div align="center">

ArnyVee 05-10-2009 10:43 PM

Quote:

Originally Posted by EagleNick (Post 1808288)
Hmm... try removing the align="center" from this line which is in the very beginning of the template:
Code:

<div align="center">

This is from DJ's add-on thread.....

Quote:

How do I align the videos to the left or right, instead of having it aligned centered in posts?

Answer: To align the video to the left or right instead of having it centered, change your Container HTML: Admin CP >>> AMECP >>> Settings >>> Container HTML >>> Open. Look for this line of code
Code:

<div align="center">
and change "center" to "left" or "right".
Hopefully this works for you and then with that "good karma" thing I can get an answer to my issues :up:

The Geek 05-11-2009 08:26 AM

Hey Arny, I know you've had this problem for awhile, but I really don't know what the issue is. I suspect it is a conflict with another mod as it is taking the HTML output from AME and transforming all the HTML into entities. In other words, instead of your browser getting:
<div align="center">
your browser is getting
&lt;div align=&quote;center&quote;&gt;

There isn't anything in AME that would do that, so again I suspect a conflict with another hack. Another thing that would point to another hack is the odd behaviour you get doing things like turning template names on/off. That is pretty odd. Normally I would offer to log in and try to resolve, however I simply lack any time to right now. I hope the above may give you some indication on how to resolve the problem though :)

The Geek 05-11-2009 08:30 AM

Quote:

Originally Posted by SnapOff Racing (Post 1808242)
Never worked for me on 3.8.2 until I disabled the "extract destination data" option...weird.


on a different note, how do I make the videos show up aligned to the left instead of centered?

If your server doesn't support ccurl or fopen, you MUST turn off the extraction option because one of those 2 functions are needed for extracting info from other sites. The good news is that extracting isn't a necessity, however a few definitions out there and a couple minor features do require it to be on.

tanha 05-12-2009 02:51 AM

working but plz inform me "How can we add other videos like metacafe and google videos?? "

New-Age 05-12-2009 06:36 AM

Hi all,

Thankyou for the addon however when I copy and paste embed code from YouTubbe /
It just shows the code when I try to post!

Am I doing something wrong?

:D

The Geek 05-12-2009 07:46 AM

Quote:

Originally Posted by New-Age (Post 1809186)
Hi all,

Thankyou for the addon however when I copy and paste embed code from YouTubbe /
It just shows the code when I try to post!

Am I doing something wrong?

:D

Dont paste the embed code, just paste a URL to the page.

Quote:

Originally Posted by tanha (Post 1809112)
working but plz inform me "How can we add other videos like metacafe and google videos?? "

I think DJ may have made these (though Im not sure about Google as they changed their system quite substantially).

New-Age 05-12-2009 08:46 AM

Well , Well , Well , Well It was that easy!

Thankyou The Geek :D

A Good Addon !

adnoid 05-12-2009 03:53 PM

Installed and working on 3.8.1 - thanks!

Added information for those concerned about the time to set this up. We have over 3.5 million posts, so I tried this first on our backup forum and the install screen timed out due to (I believe) PHP settings. So I examined the setup and found the line that modified the post table

Code:

ALTER TABLE post ADD ame_flag TINYINT DEFAULT '0' NOT NULL
So I just ran this via mysql when the board was quiet, which took about 20 minutes, and then did the install which just skipped over this stage as it was already done and completed with no issues. I have done this for other modifications that alter the post table as well and have never had trouble.

Saint_I_Am 05-25-2009 02:16 AM

Why am I getting this error when I try to convert codes?

Code:

Forbidden

You don't have permission to access /admincp/automediaembed_admin.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

the permission of automediaembed_admin.php is 644

beishe8 05-27-2009 05:58 AM

Quote:

Originally Posted by Saint_I_Am (Post 1816602)
Why am I getting this error when I try to convert codes?

I would like to know it too...:(
https://vborg.vbsupport.ru/showthrea...53#post1800353

wildweaselmi 05-27-2009 06:31 PM

Sorry for the lame question but I'm pretty new at vBulletin, vBlog and PhotoPost. This mod looks like what I'm looking for so I installed it but I have no idea on how to move forward after its been installed.

I have some video's (.mp4) that I would like to stream from vBlog.

I also have some music (.mp3) that I would like to stream from forum.

Any help is most appreciated and again sorry for such a stupid question. I thought after install there would be an option in the Advanced Text Editor to embed media but I don't see such an option.

I have read in several posts about using [ame] tags but I have no idea what these tags are for the different media type (especially local video, audio and youtube).

I did add the Definitions for Flash[.swf], Music [.mp3], quicktime [.mov] and [.wmv] (it appears youtube and amazon were already installed)

Any examples would be greatly appreciated.

Digital Jedi 05-30-2009 06:38 AM

Quote:

Originally Posted by wildweaselmi (Post 1818277)
Sorry for the lame question but I'm pretty new at vBulletin, vBlog and PhotoPost. This mod looks like what I'm looking for so I installed it but I have no idea on how to move forward after its been installed.

I have some video's (.mp4) that I would like to stream from vBlog.

I also have some music (.mp3) that I would like to stream from forum.

Any help is most appreciated and again sorry for such a stupid question. I thought after install there would be an option in the Advanced Text Editor to embed media but I don't see such an option.

I have read in several posts about using [ame] tags but I have no idea what these tags are for the different media type (especially local video, audio and youtube).

I did add the Definitions for Flash[.swf], Music [.mp3], quicktime [.mov] and [.wmv] (it appears youtube and amazon were already installed)

Any examples would be greatly appreciated.

The mod is designed to parse (meaning, to convert) the URL of media into a video automatically. So once you have it configured to do what you want, all a user would have to is post the video and it would auto convert. No special buttons or actions required.

That said, it has to be setup to do that. If you added the Local Hosting definitions from my thread (as it appear you have) then this means that all anyone has to do is post the physical link location of a video and AME should parse it into embedded media. Just bear in mind that this won't work with attachments, because AME can't tell the difference between the different types of media in attachments. It distinguishes which type of file to parse based on the URL, and attachment URLs are all the same (yourdomain.com/attachment.php). You would need to upload the videos to your server and post the physical link to the video.

uglyduck 05-31-2009 02:41 AM

Quote:

Originally Posted by Saint_I_Am (Post 1816602)
Why am I getting this error when I try to convert codes?

Code:

Forbidden

You don't have permission to access /admincp/automediaembed_admin.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

the permission of automediaembed_admin.php is 644

I am also experiencing this issue. In addition, when embedding a video (youtube), it's shows up twice, one on top of the other. Any ideas?

thanks

wolfstream 05-31-2009 02:57 AM

The youtube thing is probably because of multiple definitions. IIRC in the AME definitions, there is already an existing definition, and in the addon group (which is really good), there's another one.

As far as the non permission error, you may need to change the file permissions for /admincp/automediaembed_admin.php to world readable. Zip files often carry weird permission problems like this.

uglyduck 05-31-2009 03:04 AM

ok, I figured out why the youtube videos were showing up twice. I had two definition for youtube and needed to delete one.

Still can't run the conversion though. Oh well, works great for new ones.

EDIT: thanks wolfstream, I think I found the extra definition just as you posted. I opened up the permissions on automediaembed_admin.php and still no go.

btotw 06-01-2009 01:49 AM

This is gonna sound like a silly question...but...I expected AME to also parse gifs, jpgs, pngs...you know, images.

My install works great on all mp3s and videos...im good there...but I assumed that it would also work on regular old image files?

Unless I missed a setting somewhere...?

Digital Jedi 06-01-2009 04:58 AM

Quote:

Originally Posted by btotw (Post 1821064)
This is gonna sound like a silly question...but...I expected AME to also parse gifs, jpgs, pngs...you know, images.

My install works great on all mp3s and videos...im good there...but I assumed that it would also work on regular old image files?

Unless I missed a setting somewhere...?

You can make it to work with images and almost any kind of media, but just keep in mind that the definitions have to be site specific. Just like you have to have a definition for YouTube to convert YouTube URLs, you would have to have a definition for wherever your hosting your image files.

2k05gt 06-02-2009 02:52 AM

Great App, Thanks so Much

wickedstangs 06-02-2009 03:53 AM

I have AME 2.0.2.zip should I upgrade to this version?

KenD 06-02-2009 12:18 PM

Very nice. Thanks for the mod.

puppetmaster222 06-02-2009 02:54 PM

Great stuff.. Thanks for the mod and hard work put into this!

Nothing worse than just looking at those links in a forum and having to leave the site to go watch it.. You're keeping users home where they belong :)

slo_chewie 06-02-2009 11:38 PM

Can this addon embed the HD version of Youtube videos by default?

DragonBlade 06-04-2009 03:59 PM

Greets all. We love this plugin, but it suddenly just stopped working for us after we moved to a new server. We can still put codes into something like [youtube] tags and itwill work, but it doesn't seem to want to transform the URLs anymore.

If anyone could point me in the right direction to what to look for, I'd appreciate it.

Digital Jedi 06-05-2009 05:17 AM

Quote:

Originally Posted by slo_chewie (Post 1822418)
Can this addon embed the HD version of Youtube videos by default?

Not by default. The add on in the link will convert the HD/HQ links, if you know how to do that. But the way YouTube has confgured their HD videos, there's no way to just have AME guess which is which. You have to post the link to the HD vid.


Quote:

Originally Posted by DragonBlade (Post 1823369)
Greets all. We love this plugin, but it suddenly just stopped working for us after we moved to a new server. We can still put codes into something like [youtube] tags and itwill work, but it doesn't seem to want to transform the URLs anymore.

If anyone could point me in the right direction to what to look for, I'd appreciate it.

Did you try re-installing yet?

cory_booth 06-05-2009 12:30 PM

I have to re-enforce some the the posts about slow-downs when making a new thread.

I have done exhaustive research and can firmly state that while AME is a great idea, whenever it is active and a user creates a new thread (not a reply) the site takes nearly 30 seconds to refresh...

With AME simply disabled via plugin interface and all other plugins active, the refresh is only 1-2 seconds.

I haven't read through the entire AME forum yet to see if there is a solution? But I am running the latest version and I have been using it for a while. This is why it took me so long to diagnose the problem. I kept looking at plugins I installed recently, not the AME (which I had for a while)....

I do have the FULL list of AME plugins installed, not sure if that a problem oh....
And I am also noticing it more on a government network than a civilian one.

Perhaps the blocking of YouTube and the rest helps create this bottle neck?

Would this happen even on a non-AME post (i.e. text only) - I mean to be honest, I rarely need to benifits of AME as my users don't normally post video and things, but I saw this slow down when simply typing "Testing 12345678"....

When I disabled....

Gone....

Let me add that I am using VBOptimizer and XCache as well....
Oh, and I - ofcourse - enabled any AME optimizations (caching) as well...

Xencored 06-06-2009 08:01 AM

1 Attachment(s)
Hi geek!

Any idea whats going on here bro
Woke up one day (changed nothing) and all of my videos /streaming

is like this (inc 2 pics)


Attachment 100206

Attachment 100207

I have 100s of videos and there all like this any idea whats going and how to fix it?
Thanks

soash 06-06-2009 11:42 AM

I want to play mp3 files stored on my server.

Installed as instructed - linked to the file - the mp3 player comes up in the post, but it doesn't play.

Do I have to store my files in a particular way??

Chadi 06-06-2009 07:52 PM

Feature Request:
*************

Jquery implementation (lightbox)

http://www.no-margin-for-errors.com/...ightbox-clone/

Really nice :)

Xencored 06-06-2009 08:08 PM

Quote:

Originally Posted by Chadi (Post 1824735)
Feature Request:
*************

Jquery implementation (lightbox)

http://www.no-margin-for-errors.com/...ightbox-clone/

Really nice :)

Yea thats so nice ^^;)

Digital Jedi 06-07-2009 12:18 AM

Quote:

Originally Posted by animemike (Post 1824746)
Yea thats so nice ^^;)

Am I the only one who doesn't really like the idea of clicking a thumbnail to watch a video? I mean I like lightbox when it comes to enlarging images and opening info and stuff. But, it just seems to me the point of embedding videos is so you don't have to click on anything other then play. Embedded video = 1 click. Lightbox Video = 2 clicks. Just my thoughts on it.

Finster 06-07-2009 12:27 AM

Jedi,

ExposureRoom.com displays HD videos the best, any way to add that? The problem is a single url shows 3 different sizes of the same HD video, with the middle one being the best.

Chadi 06-07-2009 01:13 PM

Quote:

Originally Posted by Digital Jedi (Post 1824848)
Am I the only one who doesn't really like the idea of clicking a thumbnail to watch a video? I mean I like lightbox when it comes to enlarging images and opening info and stuff. But, it just seems to me the point of embedding videos is so you don't have to click on anything other then play. Embedded video = 1 click. Lightbox Video = 2 clicks. Just my thoughts on it.

Lightbox is nicer when the "lights are off" and you have full focus on the video. Better view

Xencored 06-07-2009 02:42 PM

Quote:

Originally Posted by Digital Jedi (Post 1824848)
Am I the only one who doesn't really like the idea of clicking a thumbnail to watch a video? I mean I like lightbox when it comes to enlarging images and opening info and stuff. But, it just seems to me the point of embedding videos is so you don't have to click on anything other then play. Embedded video = 1 click. Lightbox Video = 2 clicks. Just my thoughts on it.

Hmm now you say that i see your point
I guess this would be good for posts with alot of videos on it (say 4+)

makes it look nice and tidy imo


All times are GMT. The time now is 06:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02367 seconds
  • Memory Usage 1,898KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete