| View previous topic :: View next topic |
| Author |
Message |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun May 31, 2009 12:51 pm Post subject: {AS3} Creating A Loader |
|
|
Hi, I am attempting to load a website(http://game.aqworlds.com/game/) into my form. I have Flash CS4 and using AS3. Can someone help me, I have read some tuts that I found on GOOGLE -.- and I have gotten this far: | Code: | {
var LoadAQW:URLLoader = New URLLoader}
{
LoadAQW.addEventListener(MouseEvent.MOUSE_OVER, Load)
function Load(Event.MouseEvent): Void
}
Load:URLRequest = new URLRequest("http://game.aqworlds.com/game/");
navigateToURL(Load);
} |
I am trying to get it to load when the mouse goes over the screen, that is why I added the 2nd function/assignment or w/e.
Please do not tell me the exact codes I am trying to do it myself. Helpful hints or w/e would be great. Thank you.
OFT: TODAY IS MY B-DAY!! YAY!!
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Sun May 31, 2009 1:25 pm Post subject: |
|
|
I dont think flash can view a page. It should only be able to open a browser.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun May 31, 2009 6:39 pm Post subject: |
|
|
| Beloved Hero wrote: | | I dont think flash can view a page. It should only be able to open a browser. |
Then how do the trainers made in Flash load a website if Flash cannot load a webpage?
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Sun May 31, 2009 8:24 pm Post subject: |
|
|
| [SM] Oblivion's Grave wrote: | | Beloved Hero wrote: | | I dont think flash can view a page. It should only be able to open a browser. |
Then how do the trainers made in Flash load a website if Flash cannot load a webpage? |
LOL. You fail. They don't load the page containing the flash, they use an flash activex and directly loads the swf file.
|
|
| Back to top |
|
 |
jdm Advanced Cheater
Reputation: 0
Joined: 19 Sep 2008 Posts: 88
|
Posted: Sun May 31, 2009 11:31 pm Post subject: |
|
|
| dnsi0 wrote: | | [SM] Oblivion's Grave wrote: | | Beloved Hero wrote: | | I dont think flash can view a page. It should only be able to open a browser. |
Then how do the trainers made in Flash load a website if Flash cannot load a webpage? |
LOL. You fail. They don't load the page containing the flash, they use an flash activex and directly loads the swf file. |
He fails? Fuck, you know this is exactly why people who are new to different things do their best not to ask questions on forums such as these because Fuck heads like you. Piece of shit die goto hell. Either offer the advice or dont say shit mother fucker.
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Mon Jun 01, 2009 3:22 am Post subject: |
|
|
CONGRATULATIONS !!!
there are some tutorials on how to do this in the flash section.
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Mon Jun 01, 2009 4:27 am Post subject: |
|
|
Or was I wrong? :S
I mean ofc you can load a movie to a movieclip and control it's variables using flash.
That is very possible. But is that what you really want to do?
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Mon Jun 01, 2009 3:43 pm Post subject: |
|
|
This is general programming, not random spam and not flash section.
Also flash programming belongs in flash section (also you might get more help there)
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Jun 01, 2009 6:04 pm Post subject: |
|
|
| Calm down, ladies
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Jun 01, 2009 7:06 pm Post subject: |
|
|
| jdm wrote: | | dnsi0 wrote: | | [SM] Oblivion's Grave wrote: | | Beloved Hero wrote: | | I dont think flash can view a page. It should only be able to open a browser. |
Then how do the trainers made in Flash load a website if Flash cannot load a webpage? |
LOL. You fail. They don't load the page containing the flash, they use an flash activex and directly loads the swf file. |
He fails? Fuck, you know this is exactly why people who are new to different things do their best not to ask questions on forums such as these because Fuck heads like you. Piece of shit die goto hell. Either offer the advice or dont say shit mother fucker. |
Lol... If you read, I did offer advice. I told him to load the flash into an active X control instead of a web page. Read... Its a good thing to be able to.
|
|
| Back to top |
|
 |
|