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

[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

[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] 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:

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

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 (li) and format those with CSS or textFormat objects. myData node type='XHTML-content' ul

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

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

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

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

[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

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

[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

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 flashcoders@chattyfig.figleaf.com Sent: Sunday, January 08, 2006

[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,

[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

[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

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 flashcoders@chattyfig.figleaf.com Sent: Thursday, January 05, 2006 2:37 AM Subject: Re: [Flashcoders] standalone+amfphp doesn't work What do you