A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
load(urlStringOrURLRequest) — method, class com.apdevblog.load.PreLoader
loads the passed url (or URLRequest) by adding it to the end of the loader queue.
loadAfter(urlStringOrURLRequest, beforePreLoader:com.apdevblog.load:PreLoader) — method, class com.apdevblog.load.PreLoader
Loads the passed url (or URLRequest) by adding it to the loader queue after the passed PreLoader object.
loader — Property, class com.apdevblog.load.PreLoader
returns the Loader.
loaderContext — Property, class com.apdevblog.load.PreLoader
gets and sets the LoaderContext of the load process.
loadImmediately(urlStringOrURLRequest) — method, class com.apdevblog.load.PreLoader
loads the passed url (or URLRequest) by canceling the current load and starts the load immediately.
loadNext(urlStringOrURLRequest) — method, class com.apdevblog.load.PreLoader
loads the passed url (or URLRequest) by adding it after the current loading request.
logQueue() — Static Method , class com.apdevblog.load.PreloadProxy
Traces the queue.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z