Sub lzapp_FSCommand(ByVal command, ByVal args) select case command case "putHREF" location.href = args case "putTitle" call flashPutTitle(args) case "setCookie" Document.Cookie = args case "exportFile" call exportFile(args) case "exportImageMap" call exportImageMap(args) case "setSaveWarning" call setSaveWarning(args) case "gliffyEventTracker" call gliffyEventTracker(args) case "uploadFile" call uploadFile(args) case "uploadImage" call uploadImage(args) case "launchAccountSelection" call launchAccountSelection(args) case "loadPage" call loadPage(args) end select end sub