Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-17-2009, 08:52 AM   PM User | #1
hero132
New to the CF scene

 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
hero132 is an unknown quantity at this point
Only load a part of page source

Hello all,
I use loader to load page source of a webpage
My code is:
private function load_page_source():void
{
var addsearch:String = patent_num_txt.text;
var request:URLRequest = new URLRequest("http://en.wikipedia.org/wiki/System");
loader.addEventListener(Event.COMPLETE, handleResponse);
loader.load(request);
}

// handle
private function handleResponse(event:Event):void
{
var temp:String = loader.data;
}

When I used hadleResponse function to handle Event butI only loaded a part of page source. Now I want to load all page source then how do I code?
Please help me!
Thanks,
hero132 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:54 PM.


Advertisement
Log in to turn off these ads.