[flexcoders] PyAMF 0.5.1 Released

2009-09-19 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.5.1! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a bugfix release [2], see the changelog [3] for the complete list of changes. A brief

[flexcoders] PyAMF 0.5 released

2009-09-09 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.5! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a major release [2], see the What's new in PyAMF document [3] for the complete list of

[flexcoders] PyAMF 0.4.2 released

2009-04-24 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.4.2! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a bugfix release [2], see the changelog [3] for the complete list of changes. A brief overview of

[flexcoders] PyAMF 0.4.1 released

2009-02-25 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.4.1! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a bugfix release [2], see the changelog [3] for the complete list of changes. A brief

[flexcoders] PyAMF 0.4 released

2009-01-18 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.4 final! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This release fixes over a 100 tickets, see the changelog [2] for the complete list of changes.

[flexcoders] ANN: PyAMF 0.3.1 Released

2008-05-05 Thread Thijs Triemstra | Collab
We're pleased to announce PyAMF 0.3.1, a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. AMF3 and RemoteObject are supported in all the implemented Remoting gateways, compatible with Django, Twisted, TurboGears2, Google

[flexcoders] ANN: PyAMF 0.3

2008-04-15 Thread Thijs Triemstra | Collab
We're pleased to announce PyAMF 0.3, a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. AMF3 and RemoteObject are supported in all the implemented Remoting gateways, compatible with Django, Twisted, TurboGears2, Web2Py and

[flexcoders] ANN: PyAMF 0.2

2008-03-12 Thread Thijs Triemstra | Collab
We released PyAMF 0.2, a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. AMF3 and RemoteObject are supported in all the implemented Remoting gateways, currently supported for Django, Twisted, Web2Py and WSGI. This

[flexcoders] Re: Flex Profiler... what is the method [tincan]?

2008-02-14 Thread Thijs Triemstra | Collab
Tincan used to be the code name of Flash Communication Server 1.0, now known as Flash Media Server. Perhaps its RTMP related, are you using NetConnection or NetStream in your application? Thijs

[flexcoders] ANN: PyAMF 0.1

2008-02-11 Thread Thijs Triemstra | Collab
We released PyAMF 0.1, a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. AMF3 and RemoteObject are supported in all the implemented Remoting gateways, currently supported for Django, Twisted and WSGI. A summary of new

[flexcoders] ANN: PyAMF 0.1b

2008-01-14 Thread Thijs Triemstra | Collab
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. A summary of new features features and improvements in this release: - Implemented Local Shared Object (LSO) - ByteArray now implements DataInput and DataOutput

[flexcoders] [ANN] PyAMF 0.1 Alpha released

2007-12-12 Thread Thijs Triemstra | Collab
We are pleased to announce the first alpha version of PyAMF. PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. The project uses the MIT license. A summary of features in this release: * AMF0 and AMF3

Re: [flexcoders] FLV Recorded stream contains strange additional blank space / frames

2007-10-26 Thread Thijs Triemstra | Collab
Hi Tracy, can you put your analysis (and the flv file) in a new ticket on http://jira.red5.org so we can take a look at it? Also use the Red5 mailinglist [1] for questions because this isn't a Flex question.. Thijs [1] http://osflash.org/mailman/listinfo/red5_osflash.org On Fri, October 26,

Re: [flexcoders] Re: Flex 3 beta 2 RemoteObject and DjangoAMF

2007-10-19 Thread Thijs Triemstra | Collab
fyi: we're also working on a Python AMF decoder/encoder (MIT licensed) called PyAMF that hopefully will be a good alternative.. http://dev.collab.com/pyamf Thijs On Oct 19, 2007, at 9:37 PM, Antti Kaihola wrote: The author of DjangoAMF states in a message behind the link below that the

Re: [flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread Thijs Triemstra | Collab
Webservices doesn't use AMF and is not capable of serializing VOs because of that.. Thijs On Oct 5, 2007, at 4:11 PM, mrand02 wrote: I've tried it with and without that. As of now, my client side VO looks like this: package net.imageplant.mediamanager.services {

Re: [flexcoders] Flex - Flash Media Server and Mac - connection failed

2007-09-14 Thread Thijs Triemstra | Collab
What version of the flashplayer are you using on mac? Have you tried a different version? Thijs On Sep 14, 2007, at 11:43 PM, Patrick Lemiuex wrote: i have the strangest situation, where my app works with flash media server with flex, however only on PC. On any mac i get: DEBUG_9] : The

Re: [flexcoders] Re: AIR vs DLL vs. External code?

2007-08-26 Thread Thijs Triemstra | Collab
On Aug 26, 2007, at 10:52 AM, hank williams wrote: AIR apps *cannot* currently be distributed on CD. The SDK can, just as the Flex SDK can or any library or compiler can. The SDK is just libraries, and distributing them via CD does not mean that the resulting apps can be distributed via CD.

Re: [flexcoders] Building flex apps with Maven 2?

2007-05-08 Thread Thijs Triemstra | Collab
Hi Christian, here's somebody that wrote ant scripts for the html-template creation and I think you will be able to figure it out for maven with that info.. http://mxdj.sys-con.com/read/310378.htm Good to hear you're moving it over to google, thanks! Thijs On May 8, 2007, at 10:14 PM,

Re: [flexcoders] Scrubbing in a MP3-file

2007-05-06 Thread Thijs Triemstra | Collab
Try the ID3Reader component to get the artwork and ID3 tags: http://blog.benstucki.net/?id=24 Thijs On May 6, 2007, at 3:28 PM, mychemic Carlo Gulliani wrote: Excuse me for my English, Whether can this component show ID3 Tags? Also maybe do you know how to display cover artwork mp3 file?

Re: [flexcoders] Bad quality after encode video to FLV

2007-04-16 Thread Thijs Triemstra | Collab
You can also try the flv encoder that comes with Flash 8 Pro, you can download a trial on adobe.com.. That one also does On2 and never broke down here. I never tried the flix pro demo but heard alot of people complaning about it.. Thijs On Apr 16, 2007, at 11:27 PM, nowak_petr wrote:

Re: [flexcoders] How to get Flex2 Maven Plugin?

2007-02-09 Thread Thijs Triemstra | Collab
changes when I return, which will be available within a few hours of their publishing on ibiblio. In the mean-time, please feel free to e-mail me with comments, thoughts, missing features, problems, etc. Regards, Christian Gruber On 2/6/07 12:47 AM, Thijs Triemstra | Collab [EMAIL PROTECTED

Re: [flexcoders] Prolem: Using Cairngorm with (Flex 2.0) with AMF3 and Open source Java remoting

2007-02-05 Thread Thijs Triemstra | Collab
You can use Red5: http://osflash.org/red5 The svn trunk version has AMF3 support since a couple of weeks :) Thijs Op 5-feb-2007, om 15:26 heeft Leif Wells het volgende geschreven: I do not believe that AMF3 has been added to OpenAMF. There hasn't been a lot of activity on that project (from

[flexcoders] How to get Flex2 Maven Plugin?

2007-02-05 Thread Thijs Triemstra | Collab
I created a new project with maven and edited the pom.xml so it looks like this: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http:// www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http:// maven.apache.org/maven-v4_0_0.xsd

Re: [flexcoders] Flex 3: The Survey (Please participate!)

2007-01-31 Thread Thijs Triemstra
Interesting survey. I'm curious about the results for question 15 which edition of Flex Data Services do you use in production.. i assume and hope enough people answer that the cost is too high. Even Red5 is mentioned :) Thijs Op 31-jan-2007, om 2:47 heeft greg h het volgende geschreven:

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Thijs Triemstra
I'm using Cairngorm 2.1 here so I don't think it's something that changed in the newest version.. :( Your idea of the UID sounds like it will work but I'd prefer not send extra data back and forth and it also won't clean up these redundant event notifications.. It seems that cairngorm

Re: [flexcoders] Flex Builder 2.0.1 the update !

2007-01-15 Thread Thijs Triemstra
Did you close your projects in flex builder as described in http:// www.onflex.org/ted/2007/01/close-projects-to-improve-compilation.php and does that improve the compilation performance? Thijs Op 15-jan-2007, om 20:18 heeft Allen Riddle het volgende geschreven: I am experiencing the

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Thijs Triemstra
I'm having the same problem with NetConnection and Cairngorm, it triggers more and more NetStatus events everytime I reconnect to the server. The server doesn't show any reconnects so it's a clientside thing but not sure why.. I also tried removing the listeners but nothing changed.

Re: [flexcoders] FDS 2.0.1 API Java Docs?

2007-01-12 Thread Thijs Triemstra
The documentation .zip, including fds 2.0.1 api, is on http:// www.adobe.com/support/documentation/en/flex/ (bottom of page) Thijs Op 12-jan-2007, om 16:33 heeft Dirk Eismann het volgende geschreven: Have the JavaDocs for the server side FDS API been updated for 2.0.1? If so, where can we

Re: [flexcoders] flv progress bar

2007-01-02 Thread Thijs Triemstra
I guess you start and pause the flv so it can preload? You should unpause the video instead of using play again because otherwise the buffered netstream is replaced with a new one like you described. stream = new NetStream(nc); // start preloading stream.play(flvname); // pause the stream so

Re: [flexcoders] Cairngorm FMS

2007-01-02 Thread Thijs Triemstra
Where do you create the NetConnection? I want to use Cairngorm for a Red5 test app [1] and was thinking of adding NetConnection support to the ServiceLocator. Cairngorm's ServiceLocator supports http, remoteobject, webservice and fds but i don't see FMS/netconnection support.. Maybe

Re: [flexcoders] questions working with netstram

2006-10-09 Thread Thijs Triemstra
Check out http://livedocs.macromedia.com/fms/2/docs/0588.htmlThe FMS docs have much more information about Netstreams, Camera and Microphone compared to the Flex 2 docs.ThijsOp 9-okt-2006, om 23:33 heeft Jesús Iglesias het volgende geschreven:Hi,I'm developing a single videorecorder with

Re: [flexcoders] Flex Books? Suggestions...

2006-09-01 Thread Thijs Triemstra | Collab
>From a configuration perspective it's like FDS but it's RPC only, no RTMP.ThijsOp 1-sep-2006, om 17:15 heeft Clint Modien het volgende geschreven:Did someone say PHP... ?   That's what I call timing.http://www.themidnightcoders.com/blog/Looks like they'll be releasing a php version of FDS in

Re: [flexcoders] POP3 by Socket

2006-08-25 Thread Thijs Triemstra | Collab
The link to flickr's crossdomain.xml seems to be broken..ThijsOp 25-aug-2006, om 20:20 heeft Ted Patrick het volgende geschreven:I will get that added ASAP. Great feedback.Anyone else?Ted PatrickFlex EvangelistAdobe Systems IncorporatedFrom: [EMAIL

Re: [flexcoders] Flex 2.0 Dashboard Project

2006-03-04 Thread Thijs Triemstra | Collab
Rob, the dashboard on your blog page isnt loading btw.. Thijs Op 4-mrt-2006, om 7:37 heeft Rob Rusher het volgende geschreven: Sergio, I did a presentation at MAX last year on building a dashboard. The preso is based on Flex 1.5 but it can at least get you started.

Re: [flexcoders] Casting not working to avoid Changes to property, length...will not be detected warning

2005-06-21 Thread Thijs Triemstra | Collab
i usually make a var in actionscript and bind this to mxml..// actionscriptvar binding = (Number(app.p('DrawingData').valuesarray.length) == 0);// in mxmlmx:ComboBox visible = {binding}/i also would like to know if that is the best/only way to do it..ThijsOp 22-jun-2005, om 2:41 heeft Tracy

Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Thijs Triemstra | Collab
people get frustrated because we guess number and they wanted string JFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Thijs Triemstra | CollabSent: Friday, June 17, 2005 1:06 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] AS Array vs. MXML ArrayWhat

Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Thijs Triemstra | Collab
it before.mx:Array mx:Object mx:Stringd4/mx:String mx:Numberd4/mx:Number mx:Booleand4/mx:Boolean /mx:Object/mx:ArrayFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Thijs Triemstra | CollabSent: Friday, June 17, 2005 1:26 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

Re: [flexcoders] Web Services and CF7

2005-05-19 Thread Thijs Triemstra | Collab
thanks for that updater link, dave. That .jar updater in the cfmx admin is very nice but cannot be installed with firefox (osx 10.4.1), I can't select select the updater from the java filebrowser thing, safari works fine though :-/is there a way to get a notification when there is an macromedia

[flexcoders] Flex Lite

2005-03-30 Thread Thijs Triemstra | Collab
why does the 'starter kit' come with 4CPUs and Gold Support? This sounds more like the full Flex package instead of a real 'lite' version.. why not 1 CPU without Gold Support for something lower or similar to the current 12K?? I bet it's cheaper than before but who needs 4CPUs + Gold Support to

Re: [flexcoders] FlashComm video

2005-03-26 Thread Thijs Triemstra | Collab
Hi Seth, I created a simple swf with the Video object in Flash and load this into Flex. Flex makes the connection with FlashCom and controls a few functions in the swf, like the connection with Camera() Let me know if you need the source and I'll sent it over.

Re: [flexcoders] Flex 1.5 price

2005-03-25 Thread Thijs Triemstra | Collab
Laszlo it is. I expected that the price of Flex would drop, and certainly not double, this is crazy!!! Thijs Op 25-mrt-05 om 17:36 heeft Dennis Jackson het volgende geschreven: Sounds like laszlo time :) -Original Message- From: Matthew Shirey [EMAIL PROTECTED] Date: Fri, 25 Mar

Re: [flexcoders] Flex 1.5 price

2005-03-25 Thread Thijs Triemstra | Collab
Looks like Laszlo 3.0 (beta now) supports FlashPlayer 6: Flash Video and AMF, right :) Here's how to deploy it on JRun btw : http://www.openlaszlo.org/wiki/LaszloWithJrun I'm trying to do this on Mac OSX now.. Thijs Op 25-mrt-05 om 19:10 heeft Matthew Shirey het volgende geschreven:

Mixing Flex and Coldfusion 7

2005-03-12 Thread Thijs Triemstra | Collab
I mixed a J2EE version of Coldfusion MX 7 and Flex 1.5 with JRun 4 on Mac OSX with a webconnector to Apache. All seems to work fine but I now get a strange error when I run the Flex Samples explorer: 12/03 22:04:16 WARNING PROXY SECURITY : Bad service name : FormatSourceService I used the

RemoteObject : source property

2005-02-13 Thread Thijs Triemstra
Can I use a variabele for the 'source' property with RemoteObject? The code below doesn't seem to work :( function initApp() { path = vcs/Applications/Test; } mx:RemoteObject id=applicationService source={path} endpoint=http://localhost/amf.php; showBusyCursor=true mx:method