|
-
Aug 18th, 2005, 11:13 AM
#1
Thread Starter
Addicted Member
Getting Spicific text From Textbox[RESOLVED]
I have a textbox that is gets filled with a webpages html page source. What I need is a way to get just this part of the Html (the src will be always different):
<embed width="550" height="400" src="http://agflashfarm.com/D78AQSAKQLQWI9/2019.swf" quality=high NAME=FlashContent AllowScriptAccess=never TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>
and then be able to extract the URL from that so that im just left with the url which would be in this case http://agflashfarm.com/D78AQSAKQLQWI9/2019.swf. now i could just replace the information around the url but what I need help on is how to take just this part of the code out of the webpages html page source
Last edited by messup000; Aug 18th, 2005 at 03:46 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|