Re: [swfmill] SWFMill and SWF:s created in the FlashIDE

2006-06-21 Thread William Strapazzon
hum... thanks for sharing this information.. I also thought that having MovieClip in the library should be enough. and sorry for not replying about your progect, but I don't even have windows anymore =P regards William - Brazil Robert Sjödahl wrote: > Hey > > If I put a instance of the mo

Re: [swfmill] swfmill, shared lib and mtasc

2006-06-13 Thread William Strapazzon
when do you call this function loadMovies() ?? are you compilling it with a -main in mtasc and calling in the constructor? I still haven't tried to do a loader to my application so I couldn't tell you the right way of doing it. but probably you can't access the library because it still wasn't

Re: [swfmill] SWFMill and SWF:s created in the FlashIDE

2006-06-11 Thread William Strapazzon
Hi, for example in your xml file you set: And in your build/classes.swf you call with actionscript using attachMovie: class YourClass extends MovieClip { public function onLoad() { _root.attachMovie("Cross", "insta

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread William Strapazzon
following Darren's idea but just without the needed of xml. take a look at --> http://amfphp.org/ and --> http://amfphp.org/docs/ at "Needed for Remoting" section I still haven't found a better way to work on server side for actionscript applications maybe because I like php anyway hehe and ma

[swfmill] problems with UI

2006-06-05 Thread William Strapazzon
so I would be pleased with any suggestions on what UI framework to use.. I didn't get V2 components to work fine I followed the swfmill tutorial about "Adding Components" at --> http://iterative.org/swfmill/doc/using-swfmill.html and I thought everything was working fine, until I try to use Num