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  
unload() — Method in class com.jeffdePascale.fosfr.FosfrSubSWF
Automatically called by FosfrSubSWF when a NavigationEvent.UNLOAD is dispatched from the fosfr.navigation.Navigation class, this method may be overriden to perform custom unload procedures.
UNLOAD — Constant static property in class com.jeffdePascale.fosfr.navigation.loaders.NavLoaderEvent
The NavLoaderEvent.UNLOAD constant defines the value of the type property of the event object for a unload event.
unloadComplete() — Method in class com.jeffdePascale.fosfr.FosfrSubSWF
Automatically called by FosfrSubSWF upon completion of the unload method, this method must be manually called if the unload method is overriden.
UNLOAD_COMPLETE — Constant static property in class com.jeffdePascale.fosfr.navigation.loaders.NavLoaderEvent
The NavLoaderEvent.UNLOAD_COMPLETE constant defines the value of the type property of the event object for a unloadComplete event.
UNLOADING — Constant static property in class com.jeffdePascale.fosfr.navigation.loaders.LoaderState
unloadSubSWF() — Method in class com.jeffdePascale.fosfr.navigation.loaders.SubLoader
Unloads the currently loaded SubSWF without loading a replacement.
update(str) — Method in class com.jeffdePascale.fosfr.debug.Debug
Adds text values to the Debug panel.
updatePageTitle(str) — Method in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler
Forces an update to the title bar.
updateQueryInfo() — Method in class com.jeffdePascale.fosfr.core.URLInfo
Repopulates properties with the current query string values and url information.
url — Property in class com.jeffdePascale.fosfr.core.URLInfo
The full URL in the addres bar.
urlInfo — Property in class com.jeffdePascale.fosfr.core.FosfrBaseClass
An instance of the URLInfo class.
URLInfo — Class in package com.jeffdePascale.fosfr.core
Parses variables out of the query string and provides information on the URL.
URLInfo(_fosfr:com.jeffdePascale.fosfr.core:FosfrBaseClass) — Constructor in class com.jeffdePascale.fosfr.core.URLInfo
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