RE: [Flashcoders] can I get some recommendations for development tools?

2009-12-16 Thread Cor
Flash CS4 FlashDevelop -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jim Lafser Sent: donderdag 17 december 2009 6:27 To: Flash Coders Subject: [Flashcoders] can I get some recommendations for developmen

Re: [Flashcoders] can I get some recommendations for development tools?

2009-12-16 Thread Henrik Andersson
Jim Lafser wrote: I'm trying to figure out what are some good tools to use for developing flash apps and could use some recommendations. Thanks. If you ask me, Flash cs 5 all the way, it is the closest that you can get to the swf format itself while still being easy to use. __

[Flashcoders] can I get some recommendations for development tools?

2009-12-16 Thread Jim Lafser
I'm trying to figure out what are some good tools to use for developing flash apps and could use some recommendations. Thanks. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcode

[Flashcoders] Why is my HTML file so huge

2009-12-16 Thread Alan Neilsen
Hi List I don't recall changing any publish settings for my HTML file, but when I publish my SWF its HTML file ends up 2,582 KB instead of the expected 10 or 12 KB. When I open the HTML file I find it is the same as earlier back-up versions that were 10 KB, but for some reason when these later

Re: [Flashcoders] quick FLV skin question

2009-12-16 Thread Nathan Mynarcik
Just build your own custom one. In AS3 Adobe made it easy to do. --Original Message-- From: sebastian Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] quick FLV skin question Sent: Dec 16, 2009 6:11 PM Hello folks,

[Flashcoders] quick FLV skin question

2009-12-16 Thread sebastian
Hello folks, hoping to get a quick reply, if you know. :) Is there anyway to embed a FLVPlayer skin into the library so that it loads it all from the SAME swf and therefore there is no external second SWF that needs to be loaded? Thanks for any help you can offer! Seb. __

Re: [Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Juan Pablo Califano
Just a minor correction. It's 44100 samples per second. Cheers Juan Pablo Califano 2009/12/16 Henrik Andersson > It is called the samplerate, flash uses 44200 sample pairs per second. > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.

Re: [Flashcoders] Colour Matching

2009-12-16 Thread Peter B
You say it's more noticeable on one Mac than another, which is interesting. Are both displays set to the same colour depth? It's common to see this type of issue when viewing in 16 bit. Do you have a URL we could take a look at? Pete ___ Flashcoders mail

Re: [Flashcoders] Java servlets and receiving XML fr om Flash’s xml.sendAndLoad() function

2009-12-16 Thread Dave Watts
> That's when I discovered the Adobe Technote that clarifies that "Flash > sends the data in a GET/POST 'hybrid' format", whatever that means. > Flash is apparently doing something a little unorthodox. Can you point me to that technote? Because there's simply NO SUCH THING as a "hybrid" format. An

RE: [Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Email_logo 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 233 F (416) 364-9830 W www.delvinia.com > -Original Message- > From: fl

Re: [Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Henrik Andersson
It is called the samplerate, flash uses 44200 sample pairs per second. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
Hello. I'm experimenting with playing generated sounds in Flash, and I have a question: What is the duration, in milliseconds, of a sound's playback when I write a pair of Floats to the "data" property of its SampleDataEvent event? For example, here's some sample code from the Adobe LangRef, w

Re: [Flashcoders] Java servlets and receiving X ML from Flash’s xml.sendAndLoad() functio n

2009-12-16 Thread Karl DeSaulniers
Maybe this will get you in the right direction. LoadVars.send: http://www.adobe.com/support/flash/action_scripts/ actionscript_dictionary/actionscript_dictionary434.html XMLSocket.send: http://www.adobe.com/support/flash/action_scripts/ actionscript_dictionary/actionscript_dictionary867.html

Re: [Flashcoders] Java servlets and receiving X ML from Flash’s xml.sendAndLoad() functio n

2009-12-16 Thread Karl DeSaulniers
I guess I should have clarified as well. My thoughts are to see if the flash ".send(" will send your XML data in just a POST format. I am thinking that because ".sendAndLoad" uses a GET/POST hybrid (this probably because you use sendAndLoad if you want a response to what your submitting), try

Re: [Flashcoders] Java servlets and receiving XML fr om Flash’s xml.sendAndLoad() function

2009-12-16 Thread matt stuehler
Karl, Many thanks for your response! However, I should clarify... I guess what I'm really looking for is some instructions for the Java Servlet team, on how to capture the XML sent by Flash. In other words, here's what I've said: Me: "Team - I will POST an XML document to the URL you've provid

Re: [Flashcoders] Java servlets and receiving XML from Flash’s xml.sendAndLoad() function

2009-12-16 Thread Karl DeSaulniers
Maybe try just send. Unless you need a response sent back to your flash file. Karl Sent from losPhone On Dec 16, 2009, at 2:34 AM, matt stuehler wrote: All, I'm working on a Flash application that's supposed to send XML data to a Java Servlet. I'm responsible for the Flash app; anothe

[Flashcoders] Java servlets and receiving XML f rom Flash’s xml.sendAndLoad() function

2009-12-16 Thread matt stuehler
All, I'm working on a Flash application that's supposed to send XML data to a Java Servlet. I'm responsible for the Flash app; another team is responsible for the Java Servlet. The problem we're having is that I'm familiar with Flash but not Java and Servlets; the other team is expert in Java an

[Flashcoders] Java servlets and receiving XML from Flash's xml.sendAndLoad() function

2009-12-16 Thread matt stuehler
All, I'm working on a Flash application that's supposed to send XML data to a Java Servlet. I'm responsible for the Flash app; another team is responsible for the Java Servlet. The problem we're having is that I'm familiar with Flash but not Java and Servlets; the other team is expert in Java an