#include <flashnet.h>
Inherits lightspark::ASObject.

Public Member Functions | |
| URLRequest () | |
| ASFUNCTION (_constructor) | |
| ASFUNCTION (_getUrl) | |
| ASFUNCTION (_setUrl) | |
Static Public Member Functions | |
| static void | sinit (Class_base *) |
| static void | buildTraits (ASObject *o) |
Private Attributes | |
| tiny_string | url |
Friends | |
| class | Loader |
| class | URLLoader |
Definition at line 34 of file flashnet.h.
| URLRequest::URLRequest | ( | ) |
Definition at line 41 of file flashnet.cpp.
| lightspark::URLRequest::ASFUNCTION | ( | _setUrl | ) |
| lightspark::URLRequest::ASFUNCTION | ( | _getUrl | ) |
| lightspark::URLRequest::ASFUNCTION | ( | _constructor | ) |
Reimplemented from lightspark::ASObject.
| void URLRequest::buildTraits | ( | ASObject * | o | ) | [static] |
Reimplemented from lightspark::ASObject.
Definition at line 52 of file flashnet.cpp.
| void URLRequest::sinit | ( | Class_base * | c | ) | [static] |
Reimplemented from lightspark::ASObject.
Definition at line 45 of file flashnet.cpp.
friend class Loader [friend] |
Definition at line 36 of file flashnet.h.
friend class URLLoader [friend] |
Definition at line 37 of file flashnet.h.
tiny_string lightspark::URLRequest::url [private] |
Definition at line 39 of file flashnet.h.
1.6.3