[mtasc] Flashout 0.2.0.0 is out!
Eugene Potapenko
mail at potapenko.com
Mon Jun 13 22:42:13 CEST 2005
Really, so,
OK, I shall solve this problem having added BASE parameter in html template
> This probably is an issue w/finding the location of your xml
> document relative to the location of the where the swf is hosted.
> Maybe the way that flashout is now hosting the swf it is coming from
> a different path than before?
> On 6/13/05, Andre Fuller <afuller at transmx.com> wrote:
> I love all the new features, except that this version doesn't seem to allow
> xml files to be loaded at all (It worked fine in the previous version).
> Maybe I configured something wrong?
> My example class below always traces false in flashout logger.
> class Test
> {
> public function Test () {
> loadSettings("assets/config/test.xml");
> }
> public static function main()
> {
> var t:Test = new Test();
> }
> public function loadSettings(URL:String):Void {
> //////////////////////
> var desktopXML:XML = new XML();
> desktopXML.ignoreWhite = true;
> desktopXML.load(URL);
> desktopXML.onLoad = myXmlLoad
> //////////////////////
> }
> public function myXmlLoad(success:Boolean, event:Object,
> delegate:Function) {
> TRACE(Flashout.DEBUG + "XML loaded: "+success);
> if (success)
> {
> TRACE(Flashout.DEBUG + event);
> }
> }
> }
> ---------------------------------------------------------
> Andre A. Fuller [ afuller at transmx.com ]
> Senior Front-End Developer
> TransMedia Corp.
> 212-675-6664 (ext. 109)
> --
> MTASC : no more coffee break while compiling
--
Ñ óâàæåíèåì,
Eugene mailto:mail at potapenko.com
More information about the mtasc
mailing list