1: Take a look at SWFStudio as an alternative projector creation software. www.northcode.com
2: As for the different levels. Using levels makes the flash player treat each movie in a different level as separate movies. They cannot access each others libraries or code. I had to use levels as a workaround in the past for using assets in the libraries of dynamically loaded swf's but this led to more issues. Best thing is to not use levels for loading movies & if you need to share assets from loaded libraries (I am assuming this is why you are using levels) you should look into using shared libraries. If you import one movieclip from a shared library into the host library & include that shared movieclip on the timeline it will force all other available assets in that library to become available in the host movie. 3: are you including the path to the mdm intrinsic classes in the publish settings for your movie? The only reason I can think that the movie will not compile on the lines you use the mdm classes is that It cannot see them. Hth Jim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of julian atienza Sent: 26 June 2006 12:18 To: [email protected] Subject: [Flashcoders] HELP : File Access in FLASH "Hi everybody. I know that subject appears in a lot of messages in forum, but i have a related problem. I'm finishing one project. Only SAVE/LOAD Operations and another issues like Full-Screen with a fixed resolution to 1024zx768 are pending. This project is one complex kiosk-type application for MAC osX and Windows (Both systems) Now i have to buy one third party app like mdm zinc or mProjector. mProjector - it appears to be old fashioned. F.e. the screen resolution - it only let me 800x600. Zinc - it appears like a bug-montain-code-software. I'm using last version in trial mode and things like opening a Dialog box for choose a file contains a bug (press cancel button and crashes). Forum of MDM is one kind of hell and somebody said that this bug was fixed in new version and it's not true. People in forum are lost and ask for questions with weak answers. And it's strange... my app is created with multiple swf's loaded in several levels... where i have to put the mdminit() command ? in every swf? and more: why when i compile swf that uses mdm sentences it compiles with error? :'( i will cry! I'm desperate. What i have to do? some ideas?" _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

