October 31 2003 Media X Menu 0.9n.6 Please stop by the forums at Xbox-Scene.com to report any issues in the MXM forum. Tutorials located at: http://www.writersgallery.com/MXM/TUT Short Version- [*] Revamped the FTP Server. Again. [*] More ActionScript stuff. [*] "Big F:" on X2 BIOSes problem fixed [*] Added more variations of Simplicity "internal" skin See below for complete list. Beta 0.9n.6 (Bug Fixes) [*] Added experimental automatic G: fix If drive F: is not between 128GB and 132GB, MXM will not automatically mount G: [*] Failing that, there is now an MXM_Patcher option to force MXM not to init G: [*] SETFUNC::FILESIZE should now return directory size now. [*] New ActionScript commands: BEGINSEARCH - The local variables "search_name", "search_path", "search_arg", "search_size", "search_type", "search_active" (which equals "1" when the search values are OK) are updated during the search SEARCHITEM (Load VarName with current file/pathname) SEARCHSIZE (Load VarName with current file size) SEARCHTYPE (Load VarName with current type for entry - "file" or "dir") SEARCHNEXT ENDSEARCH MEDIAPATCH (Experimental, patches media flag and media check code) INPUT [NOWAIT] (Added optional "nowait" parameter, which prevents it from waiting forinput) OPENREAD OPENWRITE READFILELN (Reads line and loads variable) WRITEFILELN (Writes line with text and appends CR/LF) WRITEFILE (Writes line with text) CLOSEFILE FILESTAT (If file access is OK, value will be "1" - for read, "0" means end - otherwise "") WEBFILEFETCH (A little goodie... but this is a very basic HTTP client, so it won't work with all sites) SETFUNC new: - FNBASENAME - FNEXTENSION - FNPATH - FNMERGE [] - FATXIFY [] (Do not use with a full path! backslashes and colons will be removed!!) - TEMPFILE (Creates a new temporary filename) - REPLACE - ContextScriptExists - ScriptExists XMLOpen - Opens an XML file or internal XML link (::MXM, ::PREFS, ::MENUCACHE, ::MENU, ::Internal) XMLSave [] - Saves XML back out to a given file XMLSaveNode - Save current selected node to file (File must not exist) XMLSetNodePtr [OnFail