What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Hey, a great idea but how do you do it?

Hey, a great idea but how do you do it?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Hey, a great idea but how do you do it?
quote:
Originally posted by roflmao456
thanks but i also need to know like say to get the URL after the

http://youtube.com/v/

like

http://www.youtube.com/v/YzWSSp9s6BY

the "YzWSSp9s6BY" is what im aiming for.. like to exclude everything except the url.
that's pure string manipulation. Doesn't even have anything todo with URLs or whatever.

string is "http://www.youtube.com/p.swf?video_id=YzWSSp9s6BY&eurl=http%3A//msghelp.net/showblahblahblahblahblah", so search for "video_id=" within that string and get everything after that until the next "&" character.

Then stick that found substring after a new string "http://youtube.com/v/".

This post was edited on 12-01-2006 at 02:55 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-01-2006 02:42 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Hey, a great idea but how do you do it? - by roflmao456 on 12-01-2006 at 01:32 AM
RE: Hey, a great idea but how do you do it? - by Spunky on 12-01-2006 at 01:50 AM
RE: Hey, a great idea but how do you do it? - by Voldemort on 12-01-2006 at 01:50 AM
RE: Hey, a great idea but how do you do it? - by Baggins on 12-01-2006 at 01:52 AM
RE: Hey, a great idea but how do you do it? - by Spunky on 12-01-2006 at 01:55 AM
RE: Hey, a great idea but how do you do it? - by roflmao456 on 12-01-2006 at 02:04 AM
RE: RE: Hey, a great idea but how do you do it? - by alexp2_ad on 12-01-2006 at 02:07 AM
RE: Hey, a great idea but how do you do it? - by roflmao456 on 12-01-2006 at 02:16 AM
RE: Hey, a great idea but how do you do it? - by deAd on 12-01-2006 at 02:34 AM
RE: Hey, a great idea but how do you do it? - by CookieRevised on 12-01-2006 at 02:42 AM
RE: Hey, a great idea but how do you do it? - by roflmao456 on 12-01-2006 at 02:44 AM
RE: Hey, a great idea but how do you do it? - by CookieRevised on 12-01-2006 at 02:47 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On