Re: [Flashcoders] standalone+amfphp doesn't work

2006-01-08 Thread Gabriel

nope...windows

JesterXL wrote:

Is it a Mac projector?

- Original Message - 
From: "Gabriel" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Thursday, January 05, 2006 2:37 AM
Subject: Re: [Flashcoders] standalone+amfphp doesn't work


What do you mean by "full path"? I have "http://...etc../gateway.php"; 
and its working in the browser in the same computer


Anthony Covert wrote:
  

Do you have a full path to your gateway in the Service Browser?

You should be able to view the working service directly in flash.

On Wed, 04 Jan 2006 17:34:54 +0100 Gabriel <[EMAIL PROTECTED]> wrote:



Hi all,
I have a standalone movie connecting to amfphp.
It doesn't connect or have response from it, but it does if I open 
the swf with the browser...


any idea?


thanks a lot...
Gab



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash 7 to 8 XML.load problem

2006-01-08 Thread David Garcia
I have a movie that was compiled using Flash 7. It is a swf that sits on my
local disk and accesses a fit in the same directory using XML.load(). I run
it by loading the swf into my browser. If the browsers are using the Flash 7
plugin, it works great on both Mac OSX and PC WinXP. But if the browsers are
using the Flash 8 plugin, only the PC works.

 

Adding trace code, it seems that the XML.onLoad even is never called on the
Mac. It doesn't even call XML.onLoad(false) to indicate a bad connection. Is
there any particular reason why this would happen? What are some possible
fixes? I'm really hoping to get this working by tomorrow, so any help is
greatly appreciated!

 

A side question - when I double-click a swf, in Windows Explorer or Mac
Finder, it runs in the stand-alone Flash Player 7 even if I have the Flash 8
plugin installed. Do I have to install the Flash 8 IDE to get the Flash
Player 8 instead?

 

Thanks,

Dege

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] tossable boxes and editing text

2006-01-08 Thread Lance Massey

Hey all,

I'm working on yet another XSPF mp3 player for my site. A couple of  
the boxes are tossable (e.g. if you drag and let go, they float to a  
stop), but when I try to make the "Search" box tossable I can no  
longer enter text into the search field. Any ideas? (It seems to be  
an issue with using "enterFrame" to control the animation)


Also -- any suggestions on implementing drag 'n' drop between the lists?

Thanks,

L
The demo is at: http://www.gorillapop.com/gorilla/xspf/xspf.html


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] status bar humbug

2006-01-08 Thread Amanda Kuek
Hello Listites,

I'm having a great deal of difficulty getting a message to show in the
browser window status bar from my swf.

I wanted the appropriate button rollovers to show the URL of the page
they linked to.

I thought the following code should do the trick:

//On the button
on (rollOver) {
   getURL("javascript:setStatus('http://www.somesite.com/somepage.html')");
}

//In the HTML file

function setStatus(msg) {
   window.status = msg;
}


No joy there. I also tried following the TechNote instructions at the
following address:

Setting the browser status bar from a Flash movie
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14827

That didn't work either. Ditto for various forum answers.

I'm sure this question has been asked many times, but as far as I can
google (AFAICG) I haven't yet found a response that works.

Thanks for any ideas!

Amanda.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] MTASC with v2 components

2006-01-08 Thread Alan MacDougall

I have two MTASC issues:

First, MTASC cannot compile MM's source for v2 components, because that 
source itself does not comply to pure, strict AS 2.0. The workaround is 
to use the -mx flag, which causes MTASC to use the precompiled .aso 
objects for v2 components.


That's all well and good, but I need to alter the functioning of a 
specific method in a specific class (I need the Tween class's 
constructor to quit firing a start() command); and I can't extend and 
override the method without MTASC trying to compile the base class and 
barfing.


If anyone knows an MTASC-safe way of compiling v2 components, I'd like 
to try it out. http://osflash.org/mx_v2_components_patch seems 
interesting, for example. But...


Second, I wish to compile to a different location when I use MTASC. The 
last time I tried MTASC, I found that the .aso files it produced caused 
Flash to hang when I gave up and went back to MMC. If I could save MTASC 
.aso files to a different location, leaving the old MMC ones untouched, 
that would be pretty handy.


I could be wrong about this one, now that I think of it; what is the 
relationship between MTASC and the compiled .aso files MMC generates? In 
my understanding, MMC stores precompiled objects and re-uses those when 
generating an SWF, assuming the actionscrip hasn't changed; MTASC does 
the same, right?



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] is delegate the answer?

2006-01-08 Thread matt ganz

hey john.

that did help. i've still got some remaining issues with retrieving the 
correct scope but eval() worked.


thanks. -- matt.
- Original Message - 
From: "John Grden" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Sunday, January 08, 2006 12:01 AM
Subject: Re: [Flashcoders] is delegate the answer?


Hey Matt, if completeScope is a string, eval it in your call:

removeEventListener( "complete", eval(completeScope));

removeEventListener is looking for function or object in the second
argument:

function removeEventListener(event:String, handler):Void

As for using Delegate, I don't think that's the issue here, but then again,
I might be missing your question.

hth,

John

On 1/7/06, Matt Ganz <[EMAIL PROTECTED]> wrote:


hi.

i'm having problems referencing a listener that is attached to my
media display component. i believe the answer lies in my using
delegate.

when my video plays thru, i can successfully remove my listener a la:

var completeListener = new Object();
completeListener.complete = function( eventObject:Object )
{
_level0.container_mc1.mediaDisplay1.removeEventListener(
"complete",
this ); // works great.
};
_level0.container_mc1.mediaDisplay1.addEventListener( "complete",
completeListener );

the problem is that i have a navigation menu that allows you to jump
out of the section you're in (interrupting the video) and move to
another section. at this point i have to remove all listeners, and
i've been trying to do it by passing the scope along a la:

function jumpToNewSection( my Params )
_level0.[ "container_mc" + mediaNum ][ currentMediaDisplay
].removeEventListener( "complete", completeScope);
}

where completeScope is a string: _level0.externalSwf_mc.completeListener;

but it's not working. would i be better off going with delegate in
this instance?

thanks for any helpful tips.

matt.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders






--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] reducing build times

2006-01-08 Thread Mark Winterhalder
> Could anyone suggest a way to have the symbols' graphic vector data compiled
> once, so that i can later change their AS2 class code without compiling the
> vector data for them over and over again?

have you had a look at mtasc yet?
http://osflash.org/mtasc

with mtasc you can compile your code into an existing swf. the -keep
option is something you should have a look at.

hth,
mark



On 1/9/06, Uri <[EMAIL PROTECTED]> wrote:
> i'm trying to reduce build (publish) times for a project i'm working on. I
> have many vector symbols that have AS2 classes assigned to them. Since i'm
> working with complex vector symbols, it takes flash quite a while to publish
> the swf of the movie each time.
>
> Could anyone suggest a way to have the symbols' graphic vector data compiled
> once, so that i can later change their AS2 class code without compiling the
> vector data for them over and over again?
>
> thanks
> Uri
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>


--
http://snafoo.org/
jabber: [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] reducing build times

2006-01-08 Thread Uri
i'm trying to reduce build (publish) times for a project i'm working on. I
have many vector symbols that have AS2 classes assigned to them. Since i'm
working with complex vector symbols, it takes flash quite a while to publish
the swf of the movie each time.
 
Could anyone suggest a way to have the symbols' graphic vector data compiled
once, so that i can later change their AS2 class code without compiling the
vector data for them over and over again?
 
thanks
Uri
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash 8 v2 Components Bug-fixes / Updates List

2006-01-08 Thread Joseph Balderson
I've been looking for several days now, and I cannot seem to find a bug fix list 
for the v2 components that ship with flash 8 anywhwere. I keep seeing references 
that the standard v2 components have had certain bugs fixed in flash 8, and I 
would like to find a definitive list of "changes/updates/bug fixes made to the 
v2 components in Flash 8 from MX04".


Anyone know where I could find such a comprehensive list?



Joseph Balderson
Interactive Media Design & Development
http://www.joeflash.ca

Faculty Member, Flash Development,
Humber College School of Media Studies
http://mediastudies.humber.ca

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] mCom RadioButton : Bug?

2006-01-08 Thread John Grden
ah Sure thing Ryan!  I'll setup the same simple 2 button test and send it on
over either tonight or tomorrow

Thanks for your help,

John

On 1/8/06, Ryan Matsikas <[EMAIL PROTECTED]> wrote:
>
> Hey John,
>
> I just did a simple check and everything seems to be working ok. Can you
> re-create the issue in a new fla with only the RadioButton? If so can you
> send it over for investigation?
>
> Cheers,
> Ryan Matsikas
>
> On 1/6/06, John Grden <[EMAIL PROTECTED]> wrote:
> >
> > the click event dispatches 2x's on a single release and they don't act
> > like
> > radio buttons - defining them to the same groupName does no good.  You
> can
> > tick em' all.
> >
> > has anyone run into this? am I doing something wrong?
> >
> > --
> > John Grden - Blitz
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] What does the newline constant insert?

2006-01-08 Thread Fumio Nonaka
According to "ActionScript 2.0 Language Reference" the newline constant
"Inserts a carriage return character (\r)".  But it should return a
newline character (\n).

var my_str:String = newline;
// [Debug] > [List Variables]:
Variable _level0.my_str = "\n"

However the return value is changed depending on a value which is added
to the constant with + operator.  This is very odd.  My environment is
Flash 8/Mac OS X.4.3.

var empty_str = "";
var my0_str = newline;
var my1_str = ""+newline;
var my2_str = empty_str+newline;
var my3_str = ""+newline+empty_str;
var my4_str = empty_str+newline+"";
var my5_str = 0+newline;
var my6_str = String(0)+newline;
var my7_str = true+newline;
var my8_str = undefined+newline;
var my9_str = NaN+newline;
// [Debug] > [List Variables]:
Variable _level0.my0_str = "\n"
Variable _level0.my1_str = "\r"
Variable _level0.my2_str = "\n"
Variable _level0.my3_str = "\r"
Variable _level0.my4_str = "\n"
Variable _level0.my5_str = "0\r"
Variable _level0.my6_str = "0\n"
Variable _level0.my7_str = "true\r"
Variable _level0.my8_str = "undefined\n"
Variable _level0.my9_str = "NaN\n"

Regards,

Fumio Nonaka
mailto:[EMAIL PROTECTED]
http://www.FumioNonaka.com/
My books
Flash community

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] mCom RadioButton : Bug?

2006-01-08 Thread Ryan Matsikas
Hey John,

I just did a simple check and everything seems to be working ok. Can you
re-create the issue in a new fla with only the RadioButton? If so can you
send it over for investigation?

Cheers,
Ryan Matsikas

On 1/6/06, John Grden <[EMAIL PROTECTED]> wrote:
>
> the click event dispatches 2x's on a single release and they don't act
> like
> radio buttons - defining them to the same groupName does no good.  You can
> tick em' all.
>
> has anyone run into this? am I doing something wrong?
>
> --
> John Grden - Blitz
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Increasing DisplacementMapFilter Precision

2006-01-08 Thread Alan Shaw
On 1/7/06, Spencer Markowski <[EMAIL PROTECTED]> wrote:
>
> Absolutely. You can add as many filters as you like... all effecting
> different channels or components.
>


Yes, I'm sure you can, but this is not relevant to my question...
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] > Making things

2006-01-08 Thread ryanm
Does anyone have experience with using the materials of MakingThings.com 
and how I can obtain their packages in Europe. Because I wasn't really 
planning to pay $70 to let it shop to Europe. That's like ~80% added to 
the price. Expensive.


   They have a Yahoo group ([EMAIL PROTECTED]) you could ask on, 
I know some of the guys that work there administer the list.


   I haven't bought any of their stuff, but I've been thinking about it for 
several personal projects.


ryanm 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Linebreak textfield

2006-01-08 Thread Adrian Lynch
I think it's likely to be String.fromCharCode(13) or String.fromCharCode(10)
or a combination of the two rather than \r.

Try setting your lookfor to one of the above. Which one wil depend on where
and how the text file was created. Windows will but in a carriage return and
and line feed, 13 and 10, Macs and *nix will use linefeed, 10.

Have a play about with them and see if it works.

Ade

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jiri
Heitlager
Sent: 08 January 2006 14:49
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Linebreak textfield


H there,

Is is possibble to read a linebreak from a textfield with text. I can
remember flash uses a [slash]r instead of a [slash]n. Is this correct?
I would like to replace a linebreak with a linebreak followed by a
tabspace [slash]t.

this:
1.this is a text and
has many lines.

should be:
1.this is a text and
   has many lines.

--
So far i can only think of something like this. But I cant get the
linebreaks from the textfield.

Pseudo code:
var lookfor = '\r';
var replacewith = '\r\t';
textfield.text = stringreplace(textfield.text , lookfor, replacewith);

Thnx in advance

Jiri

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Generating XML file from projector

2006-01-08 Thread Mark Walters
OS version of Screenweaver works too, I actually just got done using
it for the same purpose.

On 1/8/06, JesterXL <[EMAIL PROTECTED]> wrote:
> mProjector, Zinc, not sure about the OS version of Screenweaver.
>
> - Original Message -
> From: "dls" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" 
> Sent: Saturday, January 07, 2006 10:27 PM
> Subject: [Flashcoders] Generating XML file from projector
>
>
> Other than SWF Studio from Northcode, does anyone know of any other
> flash to .exe software that allows your projector to create XML files?
>
> Thanks in Advance,
> Dan Sherman
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Linebreak textfield

2006-01-08 Thread Sander
I would like to replace a linebreak with a linebreak followed by a  
tabspace [slash]t.




It doesn't answer your question, but if you switch to XML you can use  
list item tags () and format those with CSS or textFormat objects.





Bullet 1
Bullet 2



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] windows flash standalone able to export standalonefile?

2006-01-08 Thread grimmwerks
Yeah; I thought about a 'player only' exe that would load in an
external xml I create (since that's how it's working internally) --
the trouble is that they wanted it to be 'packaged' for playback; my
original thought was using the QTXtra to export a full Quicktime movie
with all the slides as one quicktime - but to go full on Flash (and
flv) would negate that entirely.

I had thought I could use the F8 filters as well as part of the new
version - but since Director doesn't support that, only MX, that kills
that as well.

So my choices are:
a) flash plays in director shell and export talks to Director, exports
packaged zip with player and external media, xml of slideshow, MX only
effects
b) cut up the interface so that it's half flash and half Director, and
export Quicktime movie as the slideshow; becomes a bit of a pita as
Flash and Quicktime (on the stage) can't share the same rects without
some hassle.
c) have 2 different video files - flv and quicktime externally; user
sees flv but when they make an export I deal wtih the QT assets and
export QT. MX effects only but no Quicktime/Flash bothering.
d) A guiliess director app launches an F8 projector and they speak to
each other through a localconnection, same type as c.

So it might still be possible...

Thanks.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Linebreak textfield

2006-01-08 Thread Jiri Heitlager

H there,

Is is possibble to read a linebreak from a textfield with text. I can 
remember flash uses a [slash]r instead of a [slash]n. Is this correct?
I would like to replace a linebreak with a linebreak followed by a 
tabspace [slash]t.


this:
1.this is a text and
has many lines.

should be:
1.this is a text and
  has many lines.

--
So far i can only think of something like this. But I cant get the 
linebreaks from the textfield.


Pseudo code:
var lookfor = '\r';
var replacewith = '\r\t';
textfield.text = stringreplace(textfield.text , lookfor, replacewith);

Thnx in advance

Jiri

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] > Making things

2006-01-08 Thread Weyert de Boer
Does anyone have experience with using the materials of MakingThings.com 
and how I can obtain their packages in Europe. Because I wasn't really 
planning to pay $70 to let it shop to Europe. That's like ~80% added to 
the price. Expensive.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Motion on perspective gameboard

2006-01-08 Thread Sander

Hi there,

I'm working on a 3Dish flash game where a player moves across a  
perspective gameboard. It's not isometric, there's real perspective  
distortion on the square gameboard.


I'm using the Tween class to move from tile to tile, respecting the  
perspective distortion. onMotionFinished I check if a key is still  
pressed and continue to move to the next tile if so.


If I set my framerate to 25, there's a tiny hickup in the motion. If  
I move to 50 (and double the time a character has to travel to the  
next tile), the hickup is gone.


--> Do you think I'll run into trouble further in my development  
using this frameRate of 50? I've planned some AI for the enemies  
defending / tracking the game boards, I don't want the lot to come to  
a grinding halt.


Thanks!

Sander.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] > Switching plugins on the mac

2006-01-08 Thread Weyert de Boer

Hi Sander,

I have 3 zip archives on my Mac, in the "Library/Internet Plugins"  
folder: plugin 6,7,8 files. I quickly throw away all MM plugins and  
expand the one I wan to test. Perhaps that's quicker than modify  
Mike's script to include more than 8 / 8.5? You need a browser  
restart after the switch.


Thanks, I understand you can do the same stuff as on Windows switching 
between several versions, time to look into if I can use Folder Actions 
or whatever it's called in Tiger.




By the way: 8.5 MAC is just as fast / slow for bitmapData / filters /  
AS motion for me, hope it speeds up by the time it's released.


I am mainly using 8.5 for the new binary sockets stuff this way I can 
communicate nativitely with  the database access framework I use in my 
.NET/mono applications. I only need to get the MacOSX version of mono to 
function properly.


Yours,
Weyert de Boer
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Classes being cached - deleting ASO does help (flash8)

2006-01-08 Thread Michael Klishin

blists wrote:
I should have been more clear sorry. Clearing the ASO files does not 
help in this case.




I met smth like that several times during component development. Solved 
it when cleared ASO cache and then updated component definition (just 
opn and then close the dialog).


--
Michael "Antares" Klishin,

Email: [EMAIL PROTECTED]
Web: www.novemberain.com

Non progredi est regredi
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] windows flash standalone able to export standalonefile?

2006-01-08 Thread Johan Karlsson
It's not possible with flash alone. Since it won't even let you save a
textfile, besides from shared objects, localy. So you would need either
Director or a 3rd party app like ZSinc (http://www.multidmedia.com). But I'm
not sure if Zinc allows you to save exe files though.

But you could probably make an exe file that reads text/xml files that tells
it how to behave...

/Mirandir
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
grimmwerks
Sent: den 8 januari 2006 07:27
To: Flashcoders mailing list
Subject: [Flashcoders] windows flash standalone able to export
standalonefile?


Hey all  - I have to recreate a Director app/dvd I've done a few times
-- it's basically a presentation creation engine that allows one to
pick slides and video and create their own small presentation. The
client wants the ability to export standalone files, so I was
exporting quicktime moves from the app.

I'd prefer to use Flash only (for Flash 8) or if I had to Flash in a
Director shell -- but if I was considering a windows only application
done entirely in Flash, would there be any shell that can be used to
export either video ro another .swf?


Thanks all.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders