[Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread julian atienza

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?
___
Flashcoders@chattyfig.figleaf.com
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


[Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread julian atienza

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?
___
Flashcoders@chattyfig.figleaf.com
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


RE: [Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread Jim Tann
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: flashcoders@chattyfig.figleaf.com
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?
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread sam rolfe

Not sure that I understand your poblem. I have used these apps, and SWFKit
and they open dialogue boxes etc without any problems. Make sure that you
are prolperly including any files to be used into your .exe files.


On 6/26/06, julian atienza [EMAIL PROTECTED] wrote:


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?
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread Nicolas Cannasse
 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?

Screenweaver HX is still at Beta stage (http://haxe.org/swhx) but might
be enough for what you need to do. There is not yet fullscreen support
but it will be part of 1.0 in a few weeks.

Nicolas
___
Flashcoders@chattyfig.figleaf.com
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


RE: [Flashcoders] HELP : File Access in FLASH

2006-06-26 Thread David Thompson
Hi,

why when i compile swf  that uses mdm sentences it
compiles with error? :'( i will cry!

Try following the instructions on this forum post:
http://www.mdmforum.com/forum/index.php?showtopic=11941

It shows you how to install the mdm class package - this should get rid of
any compilation errors from mdm code.

For whatever reason Zinc doesn't install these classes to your classpath as
part of its own install - so your compiler will naturally complain.
Hopefully that'll stop some of the tears :)

David Thompson
Lightmaker

_
 
The information transmitted in this email is intended only for the person or
entity
to which it is addressed and may contain confidential and/or privileged
material.
Any review, retransmission, dissemination or other use of, or taking of any
action
in reliance upon, this information by persons or entities other than the
intended
recipient is prohibited.  If you received this in error, please contact the
sender
and delete the material from any computer.

_
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of julian
atienza
Sent: 26 June 2006 12:29
To: flashcoders@chattyfig.figleaf.com
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?
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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