quote:
Originally posted by roflmao456
quote:
Originally posted by CookieRevised
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 until the next "&" character.
now i wonder how to do that... lol
* RTFM (Read The Fantastique Manual)
* Google
http://www.msgpluslive.net/scripts/view/152-Windo...ipt-Documentation/
things you wanna read:
* String Object
* indexOf()
* substr()
* substring()
* Regular Expressions (<= but don't start with that)
quote:
Originally posted by roflmao456
sorry if asking too much but im just new to "finding in strings"
you're not asking too much... But if you don't know this, I really wonder what you've been doing with all those releases you've done before. Plain basic string manipulation like that is the basics of basics...
I really suggest some tutorial on JScript (search google) and do everything step by step instead of trying to start with step 80/100.