php forum
php mysql forum
php mysql smarty
 
Page 3 of 4 < 1 2 3 4 >
Topic Options
#313456 - 03/09/07 12:05 PM Re: YouTube BB Code [Re: Ian_W]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
If I stick the whole string available in either the "URL" or "Embed" boxes I see nothing in my post.

if I just put the "Video Id"

I see the picture - but can't click it and start it.

I'm testing with

http://www.youtube.com/watch?v=bfMgRHRJ-tc

Top
#313457 - 03/09/07 12:26 PM Re: YouTube BB Code [Re: owen93]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
Code:
[youtube]bfMgRHRJ-tc[/youtube]
works for me without any issues; the play button is in the center, just took one click.

I'm using the embed code here.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313459 - 03/09/07 01:32 PM Re: YouTube BB Code [Re: Gizmo]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
hmm

wonder if it is my web server?

do I need to add something to the apache config maybe?


Top
#313460 - 03/09/07 02:38 PM Re: YouTube BB Code [Re: owen93]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
The code doesn't touch your apache config, it's a flash embed code, has nothing to do with your web server really... It should just load; assuming you inserted the bbcode in the proper place...

Can you link me to an example of your embedding?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313462 - 03/09/07 07:25 PM Re: YouTube BB Code [Re: Gizmo]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
Its my firefox browser.

works great in IE.

what I don't get is that youtube works fine from other sites and from youtube itself.


Top
#313463 - 03/09/07 07:35 PM Re: YouTube BB Code [Re: owen93]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
It could be that you don't have the flash player installed; or a current version of it... I know I had to jump through all sorts of hurtles on my linux machine to get it to play any java applets...

I'm not sure if it'd be:
http://www.macromedia.com/software/flash/about/

But it looks promising...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313467 - 03/09/07 08:52 PM Re: YouTube BB Code [Re: Gizmo]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
I've been having some other trouble with the firefox install
on my machine
so I wound up uninstalling and re-installing firefox2.

its working for me now


Top
#313468 - 03/09/07 08:54 PM Re: YouTube BB Code [Re: owen93]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
lol glad it's working now; i'm semi curious what the issue was, but since it's working you're golden wink
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313512 - 03/12/07 08:18 PM Re: YouTube BB Code [Re: Gizmo]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
Originally Posted By: Gizmo
lol glad it's working now; i'm semi curious what the issue was, but since it's working you're golden wink


I'm curious about that too.
I uninstalled all my extensions to see if perhaps there was something in there that was causing it.

The one thing I SHOULD have done - and didn't was clear my cache.
Oh well

Top
#313528 - 03/14/07 07:47 AM Re: YouTube BB Code [Re: owen93]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Mines working smile

I've added a improved gif,
it does have white text no transparency.

First Post Download txt needs to be updated,
as you read through this thread there are amendments.

As in [7.1] changes.

Love it, wasn't too bad to implement.

Another great Hack from the Gizmo camp.


Attachments
2373-youtube.gif



Top
#313529 - 03/14/07 08:29 AM Re: YouTube BB Code [Re: Mark_S]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Saying that i cant get the yahoo video to work ?

http://video.yahoo.com/video/play?ei=UTF-8&cache=1&gid=177918&vid=266039&b=0

The player shows up, click to play but nothing happens?
Just the blank screen ?
No sound.

using the [yahoovideo] tags?

IE7 - Nothing
FFv2 - In the status bar says
Transfering data from playlist.yahoo.com........

Any idea's ?

Top
#313530 - 03/14/07 08:41 AM Re: YouTube BB Code [Re: Mark_S]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
Youtube also has underscores in the ID's. So you should add it to the regex.

Code:
array( "#\[youtube\]([a-zA-Z0-9-_]+)\[/youtube\]#i", '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>' ),			array( "#\[u\](.+?)\[/u\]#i", "<u>\\1</u>" ),


_________________________

Top
#313539 - 03/14/07 05:27 PM Re: YouTube BB Code [Re: blaaskaak]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
Mark, the problem with updating the inital post is that this isn't my set of addons, i just hijacked the thread wink...

blaas, I figured they may... I'll update mine and hell, I'll start my own thread wink...

Mark, I'm not sure on taht issue, the video id for that video looks completely differant than what I crafted the regex to accept... I'll look into it later...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313891 - 04/17/07 11:24 AM Re: YouTube BB Code [Re: chillin]
Frost Offline
Lurker

Registered: 04/11/07
Posts: 1
Nevermind I fixed that issue.

I am still having an issue playing the Video with Firefox even though I updated my flashplayer, it still will not let me click the play option.


Edited by Frost (04/17/07 03:27 PM)
Edit Reason: Fixed original problem

Top
#313892 - 04/17/07 05:28 PM Re: YouTube BB Code [Re: Frost]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
Clearer instructions and more updated code are available on the other thread.

your problem is quite simply, you're entering the URL; all you need to do is enter the video ID.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313893 - 04/17/07 05:29 PM Re: YouTube BB Code [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
I really need to check the post before responding to see if it's been edited vs relying on email notices... lol...

Not sure why firefox would give you these issues though, I'm using FFoX2 and haven't noticed any such problems...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313913 - 04/21/07 03:49 AM Re: YouTube BB Code [Re: Gizmo]
willing Offline
User

Registered: 04/17/07
Posts: 42
Hi - I modified the file to add the YouTube and Google Videos - and YouTube works fine.

But for some reason the Google vid doesn't work.... the black space where the video should be appears on the page along with the bottom (google video) menu, but nothing moving even if I click play.....

Can anyone help me troubleshoot?

Thank you

Top
#313914 - 04/21/07 04:16 AM Re: YouTube BB Code [Re: Gizmo]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Humm i questioned Yahoo video maybe i ment Google lol

Originally Posted By: Gizmo
Clearer instructions and more updated code are available on the other thread.

your problem is quite simply, you're entering the URL; all you need to do is enter the video ID.

Top
#313915 - 04/21/07 04:20 AM Re: YouTube BB Code [Re: Mark_S]
willing Offline
User

Registered: 04/17/07
Posts: 42
I did enter just the video ID actually.

Top
#313916 - 04/21/07 04:42 AM Re: YouTube BB Code [Re: willing]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5287
Loc: Portland, OR, USA
Could you paste me the URL to the google video you're trying to utilize, as well as the code you're entereing in to get it to load on your site (as in [googlevideo]videoid[/googlevideo])
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
Page 3 of 4 < 1 2 3 4 >


Moderator:  sirdude 
Who's Online
0 registered (), 25 Guests and 17 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Ubb - Buy It!
best forum software
Latest Posts
I want to create a Self Search mod [Question]
by lightningrod
03/10/10 09:04 PM
If I create a new script, can I just upload it?
by lightningrod
03/10/10 05:35 PM
Notepad Creates Errors when working with PHP
by lightningrod
03/10/10 05:01 PM
Question on Adding a New Script ?
by lightningrod
03/10/10 06:39 AM
Disable Watch List option
by Mike_Tabat
03/09/10 01:27 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by Gizmo
02/27/10 05:07 PM
How to Be a Great Host
by pinku
02/19/10 02:47 AM
New Mods
Disable Watch List option
by Mike_Tabat
02/18/10 09:14 AM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by
07/30/06 10:42 PM
Newest Members
joshuasm02, Chosen, Vick, Bartman, Infinity Master
13496 Registered Users
Top Posters
AllenAyres 25554
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1028046
Finished-[6.5.2] Games Arcade Deluxe v1.9 327222
Integrated Index Page (IIP) 5.3.1 279924
Integrated Index Page (IIP) 5.1.1 279403
TLD Bv2.1 Released - Threads Links Directory 270427
[6.0x] Who's Online 4.0.0 [Finished] 230365
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 217518
[6.3.x] [beta] Hit Hack 2.0 179339
FlashChat & UBB.threads 161010
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 154650
Forum Stats
13496 Members
59 Forums
37114 Topics
290378 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 12/23/01
Posts: 38

 

 

 
fusionbb message board php hacks