[Flashcoders] Extra information in classes

2009-09-08 Thread Allandt Bik-Elliott (Receptacle)
hi guys Something I've been thinking about for the last couple of days - what extra information do you add to a class when you're writing it? My headers always include /** * @filename: Main.as * @version : Actionscript 3.0

Re: [Flashcoders] Extra information in classes

2009-09-08 Thread Geografiek
Hi Allandt, I always include a to-do list, which holds comments about future enhancements and additions which didn't make it in this version. HTH Willem van den Goorbergh On 8-sep-2009, at 12:32, Allandt Bik-Elliott (Receptacle) wrote: hi guys Something I've been thinking about for the

[Flashcoders] streaming video on my server

2009-09-08 Thread Bassam M
Hi Guys I have problem with playing video on my server, I create video player using the media components and every thing working fine , the video play fine I have not problem but when I upload the file to my site it stop working not video stream, I also used another player but same problem and I

Re: [Flashcoders] RE: Rather urgent advice on how to track the cause of a crash

2009-09-08 Thread mike donnelly
Ah that's great. What was it in the end? You just copied the frames into a new CS4 fla (and removed the weird font)? 2009/9/7 Paul Steven paul_ste...@btinternet.com Just a quick update to say the client has just reported a full days use of the game with no crashes! Phew - that was a close one!

RE: [Flashcoders] RE: Rather urgent advice on how to track the cause of a crash

2009-09-08 Thread Paul Steven
Yeah I assume it must have been something corrupt in the flash file as it did not seem to crash after I cut and pasted all the frames into a new movie. If only I had thought to do that first. Ah well I will certainly do that next time something like this crops up. Cheers Paul -Original

[Flashcoders] Testing

2009-09-08 Thread Glen Pike
1,2,4 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Policy file for a socket connection

2009-09-08 Thread Alexander Farber
Hello fellow flashcoders! 1) Are wildcards allowed in policy files? When I send the following text (+ a trailing 0-byte): cross-domain-policy allow-access-from domain=*.preferans.de to-ports=8080/ allow-access-from domain=172.16.6.* to-ports=8080/ /cross-domain-policy then I get: OK:

Re: [Flashcoders] Policy file for a socket connection

2009-09-08 Thread Dave Watts
1) Are wildcards allowed in policy files? When I send the following text (+ a trailing 0-byte): cross-domain-policy allow-access-from domain=*.preferans.de to-ports=8080/ allow-access-from domain=172.16.6.* to-ports=8080/ /cross-domain-policy then I get: OK: Root-level SWF loaded:

Re: [Flashcoders] Policy file for a socket connection

2009-09-08 Thread Alexander Farber
Hello Dave, 3) And finally I'm still not clear about when policy-file-request/ + 0 byte is being sent? At the very beginning? And is the socket connection closed a reopened afterwards? Or is the connection kept opened? This is the document you want to read:

Re: [Flashcoders] Policy file for a socket connection

2009-09-08 Thread Dave Watts
So according to http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec/popup_05.html the socket connection isn't closed. The Flash Player hands over its control to the application... I'm not sure of that from reading the document. Handing over control doesn't necessarily mean that

Re: [Flashcoders] Policy file for a socket connection

2009-09-08 Thread Alexander Farber
From what I see in Wireshark though, the Flash Player closes the connection after receiving the policy XML and then reopens it ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] streaming video on my server

2009-09-08 Thread jared stanley
I remember running into this a few years ago; it had to do with the server not recognizing the .flv filetype - i would check that first. as far as just playing it off your server, you might want to try progressive download instead of streaming; that is the most common way of serving video and

[Flashcoders] light mp3 player with cuepoint support

2009-09-08 Thread Latcho
Anybody having knowledge about a lightweight mp3 player class that support adding scriptwise cuepoints ? Mine seems not failsafe... And i'm in a hurry. Tnx, Latcho ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com