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

   Re: YouTube BB Code to Del.icio.us Add to del.icio.us
  Digg Re: YouTube BB Code Digg it
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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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: 85
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 (5 downloads)


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: 85
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
Member

Registered: 02/25/07
Posts: 287
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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

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

Registered: 01/10/00
Posts: 5119
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 Owner

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: 85
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 Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5119
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 Owner

Top
Page 3 of 4 < 1 2 3 4 >


Moderator:  sirdude 
Top Posters Last 30 Days
AllenAyres 12
Gizmo 10
S7ARBVCK 2
blaaskaak 2
Cambridge 1
Murphdog 1
MattUK 1
Who's Online
0 Registered (), 25 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
[7.3.1] add search to showmembers page
by blaaskaak
Today at 04:50 AM
BeyondCompare v3.00
by blaaskaak
09/05/08 02:46 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
New Mods
[7.3.1] add search to showmembers page
by blaaskaak
Today at 04:50 AM
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks