[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 overview of the

changes:
 - pyamf.register_package can now accept a list of classes
 - Fixed a regression in TwistedGateway where services would be  
called twice

 - Fixed a bug with encoding anonymous trait references
 - Moved IndexedCollection into cpyamf
 - amf3.encode_int now encodes signed 29bit ints, not unsigned

Check out the download page [4], installation instructions [5] or the  
documentation [6] for more

information.

Questions? First stop is the mailing list [7] but we also hang out on  
IRC [8].


Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.5.1
[3] http://pyamf.org/browser/pyamf/tags/release-0.5.1/CHANGES.txt
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://docs.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf

PGP.sig
Description: This is a digitally signed message part


[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 changes.

A brief overview of the changes:

* A new way to handle attribute en/decoding. New features include  
excluding

  attributes, read-only attributes, and proxied attributes. If you use
  external classes, this one is also for you.  Check the
  http://pyamf.org/wiki/AttributeControl for more details.
* The lazy loading module (pyamf.util.imports) that powers the adapter
  modules has been completely revamped. There were too many edge  
cases that

  would cause problems in the import mechanism. We now supply a module
  finder/loader in sys.meta_path so we can intercept the import calls.
  This has completely cleared up the problems we were seeing and it  
has the
  added benefit of halving the time it took to run the 650+ unit  
tests in

  the suite!
* The cPyAMF extension has been completely revamped and no longer uses
  cStringIO to handle the byte packing. The extension has also been
  extended to cover more of the library. This has given a nice speed- 
up but

  we are by no means finished.
* Support for non-UTC timezones has been added. If you supply  
timezone_offset
  to the pyamf.remoting.gateway.*.*Gateway classes then any datetimes  
will
  be offset against that figure (in seconds). This is only useful for  
legacy
  systems so you don't need to change anything if you are already  
using UTC

  (in fact using UTC is the recommended practice).
* Support has been provided for decoding and encoding ISmallMessage  
objects.
  This means better integration with BlazeDS and sets the foundations  
for

  better Flex Messaging support.
* A new way to bulk register classes has been introduced -  
register_package


Check out the download page [4], installation instructions [5] or the  
documentation [6] for more

information.

Questions? First stop is the mailing list [7] but we also hang out on  
IRC [8].


Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.5
[3] http://docs.pyamf.org/0.5/whatsnew/0.5.html
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://docs.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf

PGP.sig
Description: This is a digitally signed message part


[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 the changes:

 - Support for decoding the 'source' property on ArrayCollections
 - Fixed an issue in the GAE adapter where dynamic properties would be
missing on referenced objects
 - Fixed a critical issue with AMF0 reference counting when encoding
remoting responses
 - Support for Django i18n ugettext_lazy
 - Added support for microseconds for datetime objects
 - Support for property types on SQLAlchemy mapped classes
 - Support for property types for Google AppEngine db.Model and db.Expando

Check out the download page [4], installation instructions [5] or the API
documentation [6] for more information.

Questions? First stop is the mailing list [7] but we also hang out on IRC
[8].

Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.4.2
[3] http://pyamf.org/browser/pyamf/tags/release-0.4.2/CHANGES.txt
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://api.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf



[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 overview of the

changes:

- amf0.Encoder.use_amf3 has been extended to cover all object types
- Encoding {0:0, ‘0′:1} will now raise an AttributeError.
- Improvements to the Google App Engine adapter - see ticket 479 for  
details

- Unicode handling in __repr__ functions has been improved
- Django models.TimeField, models.DateField will now be converted to  
the correct type
  (datetime.time and datetime.date respectively). fields.NOT_PROVIDED  
is also checked for

  by converting to pyamf.Undefined and back again.

Check out the download page [4], installation instructions [5] or the  
API documentation [6] for more

information.

Questions? First stop is the mailing list [7] but we also hang out on  
IRC [8].


Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.4.1
[3] http://pyamf.org/browser/pyamf/tags/release-0.4.1/CHANGES.txt
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://api.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf

PGP.sig
Description: This is a digitally signed message part


[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. We now
consider the library to be stable and ready for production! A brief  
overview of the changes:


 - A new C extension to pyamf.util and pyamf.amf3. This is a work in  
progress, created using Cython,
   and more sections of the library will be moved to C as they are  
identified. Thanks to Gerard

   Escalante.
 - An adapter for SQLAlchemy 0.4/0.5 is available, allowing object  
graphs to be easily encoded. See
   the wiki for more information. Thanks to Dave Thompson and Michael  
Van Tellingen.
 - Improvements to the Google App Engine adapter to allow datastore  
objects to be easily

   encoded/decoded.

Check out the download page [3], installation instructions [4] or the  
API documentation [5] for more

information.

Questions? First stop is the mailing list [6] but we also hang out on  
IRC [6].


[1] http://pyamf.org
[2] http://pyamf.org/browser/pyamf/tags/release-0.4/CHANGES.txt
[3] http://pyamf.org/wiki/Download
[4] http://pyamf.org/wiki/Install
[5] http://api.pyamf.org
[6] http://pyamf.org/wiki/MailingList
[7] irc://irc.collab.eu/pyamf

PGP.sig
Description: This is a digitally signed message part


[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 App  
Engine and any WSGI-compatible application.


This release provides improved support for Google App Engine and comes  
with following changes and fixes:


 - Google Model/Expando encoding now works out of the box
 - Django model adapter now imported only when django.db.models is  
imported (Ticket:261)

 - Fixed issue with Remote Object destination (Ticket:270)
 - Added a new gateway for the Google App Engine - see  
pyamf.remoting.gateway.google.WebAppGateway (Ticket:253)

 - amf0 Encoder now takes amf3 contexts into account (Ticket:268)
 - amf*.encode helpers can now accept multiple arguments (Ticket:267)
 - Removed the dependency of fpconst for Python 2.5 or newer (Ticket: 
243)

 - Solved issue with AMFPHP exceptions in AMF client (Ticket:258)
 - Fixed issue with url parsing in AMF client (Ticket:256)
 - Client no longer raises httplib.ResponseNotReady when making  
multiple requests using the same RemotingService (Ticket:254)


Check out the download page [1], installation instructions [2] and  
examples [3].
Questions? First stop is the mailing list [4], but we also hang out on  
IRC [5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://irc.collab.eu/pyamf



PGP.sig
Description: This is a digitally signed message part


[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 any  
WSGI-compatible application.


This release provides compatibility with Google App Engine and comes  
with following changes and fixes:

 - Make util.BufferedByteStream endian aware (Ticket:231)
 - Issue with Twisted threads (Ticket:233)
 - Fix interpretation of integers in AMF3 (Ticket:241)
 - Support for Google App Engine deployment (Ticket:237)
 - Classic class decoding throws an error (Ticket:248)
 - Make adapter framework load sub-modules (Ticket:246)
 - Added an adapter module for google.appengine.ext.db so that Model  
classes can be serialised easily (Ticket:247)

 - Problems with Importing and reloading files (Ticket:250)

Check out the download page [1], installation instructions [2] and  
examples [3].
Questions? First stop is the mailing list [4], but we also hang out on  
IRC [5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://irc.collab.eu/pyamf



PGP.sig
Description: This is a digitally signed message part


[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 release comes with the following changes:

 - Encoding/decoding performance has been increased 2x for AMF0 and  
upto 10x(!) for AMF3 (Ticket:198)

 - Logging is now possible in all the supported gateways (Ticket:173)
 - Python 2.3 support (Ticket:33)
 - Python 2.6 support (Ticket:222)
 - Made PyAMF distributable as zip-based Python Egg (Ticket:193)
 - Encoders/Decoders now check for __getstate__/__setstate__  
respectively (Ticket:209)
 - A new preprocessor function that runs after authentication, but  
before invoking the service method (Ticket:196)

 - authenticator can now be decorated with expose_request (Ticket:195)
 - Removed amfinfo console_script (Ticket:226)
 - Gateway import hack has now been removed - permanently (Ticket:224)

Check out the download page [1], installation instructions [2] and  
examples [3].
Questions? First stop is the mailing list [4], but we also hang out on  
[5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://freenode.net/pyamf

[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 features features and improvements in this release:

- TwistedGateway now expects deferred from service functions
- Added expose_request to TwistedGateway
- New error handling api useful for registering custom exception classes
- When a client receives a remoting error, an exception is generated
- expose_request per service control vastly improved
- Improved authentication per service control
- uuid is no longer installed when using Python 2.5 or newer
- The inheritance tree was not consulted when encoding attributes
- TypedObjects didn't work with old style classes
- ErrorFault now prints details

Check out the download page [1], installation instructions [2] and  
examples [3].


Questions? First stop is the mailing list [4], but we also hang out  
on [5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://freenode.net/pyamf



[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 instead of  
StringIOProxy

- remoting.client mostly fully supports the predefined headers
- Fixed argument positioning for RemoteObject processing
- Remoting client now supports authentication
- Proper encoding for aliased subclassed builtin types, specifically  
flex.ArrayCollection
- Added support for easy encoding of Django object queries  
(Foo.objects.all())
- Added 'expose_request' argument to DjangoGateway to expose the  
underlying HTTP Request object as the first arg in the called services


Check out the download page [1] and installation instructions [2].  
Got questions? First stop is the mailing list [3], but we also hang  
out on [4].


Cheers,

the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://lists.pyamf.org/mailman/listinfo
[4] irc://freenode.net/pyamf

[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 encoders/decoders
  * Support for IExternalizable, ArrayCollection, ObjectProxy,  
ByteArray,
RecordSet and RemoteObject
  * Remoting gateways for Twisted, WSGI, and Django
  * Authentication/setCredentials support (AMF0 only)
  * zlib compression support for ByteArray
  * Remoting client with httplib

Check out the download page [2] and installation instructions [3].

Got questions? First stop is the mailing list [4].

Cheers,

The PyAMF Team

[1] - http://pyamf.org
[2] - http://pyamf.org/wiki/Download
[3] - http://pyamf.org/wiki/Install
[4] - http://pyamf.org/wiki/MailingList


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, 2007 4:17 pm, polestar11 wrote:
 Hi there

 We're recorded a series of flv files using getCamera()  Red5. Some of
 our recorded flv's have a chunk of dead video space at the begining.
 Using RichFLV to analyze the timeline, one can see a few key frames,
 then a huge chunk of blank space spanning for about 1 minute, then
 continuing key-frames that follow on from the initial keyframes.

 This throws out our cue-point calculations because it offsets the
 video playback time.

 Help!

 Tracy






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 current 0.5.4 version does not support mx:RemoteObject:
http://sourceforge.jp/forum/forum.php?thread_id=16457forum_id=10573

Still I wonder why the service name and the method name are not
visible in the AMF request from Flex.







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
{
[RemoteClass(alias=net.imageplant.ClientInfo)]
public class ClientInfo
{
private var _nClientId:uint;
private var _strName:String;
private var _strDomain:String;
private var _strStyle:String;
private var _strLogo:String;
private var _errorObj:ErrorObject;

public function ClientInfo()
{

}

public function get id():uint
{
return _nClientId;
}

public function set id(nClientId:uint):void
{
_nClientId = nClientId;
}

public function get name():String
{
return _strName;
}

public function set name(strName:String):void
{
_strName = strName;
}

public function get domain():String
{
return _strDomain;
}

public function set domain(strDomain:String):void
{
_strDomain = strDomain;
}

public function get style():String
{
return _strStyle;
}

public function set style(strStyle:String):void
{
_strStyle = strStyle;
}

public function get logo():String
{
return _strLogo;
}

public function set logo(strLogo:String):void
{
_strLogo = strLogo;
}

public function get error():ErrorObject
{
return _errorObj;
}

public function set error(errorObj:ErrorObject):void
{
_errorObj = new ErrorObject();
_errorObj = errorObj;
}
}
}

Is it better to have getter/setter methods, or should all the
properties just be public? Does it matter? I'm pretty sure I've
tried both ways with no success...

--- In flexcoders@yahoogroups.com, Jim Hayes [EMAIL PROTECTED] wrote:

 Do you have the RemoteClass tag on your flex VO class ? That's  
what I
 needed to fix that problem (it was flourine remoting, I'm  
guessing the

 webservice needs the same)

 [RemoteClass(alias=com.yourdomain.vo.YourServerVO)]
 Public class YourFlexVO
 {

 hth

 Jim.



 -Original Message-
 From: flexcoders@yahoogroups.com  
[mailto:[EMAIL PROTECTED] On

 Behalf Of mrand02
 Sent: 05 October 2007 14:49
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] VO from WebService not being translated?

 I have a .NET web service that sends a VO back as a result for  
one of

 its methods. The VO has 5 properties (4 strings, 1 uint), and one
 property that is another VO that contains 2 strings. Looks like  
this:


 ClientInfo
 uint
 string1
 string2
 string3
 string4
 ErrorObject
 string1
 string2

 This information gets returned to my Flex app no problem, but when I
 try to cast it to my client side ClientInfo object, it comes back as
 null or errors out. I'm trying like this inside my event handler:

 var clientInfo:ClientInfo = evt.result as ClientInfo;

 after this line, clientInfo is set to null. The object has the exact
 properties that it should, so what gives? I'm new to Flex, so I'm  
not
 sure if I'm expecting too much, I just kinda figured this would  
work...



 __
 This communication is from Primal Pictures Ltd., a company
registered in England and Wales with registration No. 02622298 and
registered office: 4th Floor, Tennyson House, 159-165 Great Portland
Street, London, W1W 5PA, UK. VAT registration No. 648874577.

 This e-mail is confidential and may be privileged. It may be read,
copied and used only by the intended recipient. If you have received
it in error, please contact the sender immediately by return e-mail or
by telephoning +44(0)20 7637 1010. Please then delete the e-mail and
do not disclose its contents to any person.
 This email has been scanned for Primal Pictures by the MessageLabs
Email Security System.
 __








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 connection to the server has failed.
[DEBUG_8] : onNetStatusEvent: NetConnection.Connect.Failed
[DEBUG_7] : Connecting to socket server...
[DEBUG_6] : The connection to the server has failed.
[DEBUG_5] : onNetStatusEvent: NetConnection.Connect.Failed
[DEBUG_4] : Connecting to socket server...
[DEBUG_3] : The connection to the server has failed.
[DEBUG_2] : onNetStatusEvent: NetConnection.Connect.Failed
[DEBUG_1] : Connecting to socket server...

Any suggestions?

Thanks,
Patrick






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.  I  believe I read they
 intend to allow this at some point in the future but not  before 1.0.

It looks like it will be possible to distribute AIR apps (that  
include the runtime) with v1.0 according to the faq:

http://labs.adobe.com/wiki/index.php/ 
AIR:Developer_FAQ#Will_developers_be_able_to_distribute_the_Adobe_AIR_in 
staller_with_their_applications.3F

Thijs


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, Christian Gruber wrote:


So the irony is that I'm actually not a flex developer - I built this
for others who needed it, so I'm actually a little unclear as to how
that template works. I can probably implement it as long as it is
possible to do so from the flex mxmlc or compc command line
compilers, which the flex maven plugin uses.

Christian.

P.S. By the way, I'll be likely moving the whole project over to
code.google.com or something so people can start checking out the
source for themselves if they want instead of the limited source
packaging that maven does automagically. -cg

On May 8, 2007, at 3:53 PM, Sterling, Brian wrote:

 Cool. So the situation is better than I thought.



 I did get a simple compilation to work using your plugin.



 One thing I couldn't figure out is how to apply the html-template
 the way Flex Builder does. Any suggestions?



 

 From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of Christian Gruber
 Sent: Tuesday, May 08, 2007 8:25 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Building flex apps with Maven 2?



 Actually, maven-flex2-plugin from israfil does - it's me, and I have
 others offering to help - I just need to set up some infrastructure
 to do so. I just released 1.0 (quietly) last week and will probably
 do a 1.1 soon with some fixes and a few extra features. The  
plugin is

 available on repo1/ibiblio's maven repository.

 You can use the maven-flex2-plugin with cairngorm, as long as you  
can

 install the cairngorm code as a .swc in your repository (I haven't
 worked with Cairngorm yet, so I don't know how it's packaged).

 the current plugin can use .swc dependencies and now .swc's can be
 built to consume the .flexLibProperties file which instructs the
 compiler what classes/resources to include in the .swc, so shared
 image directories, shared .css files, etc. are all possible.

 Christian.

 On May 7, 2007, at 9:24 PM, Brian Sterling wrote:

 I found some old posts about the Israfil plugin
 http://www.israfil.net/projects/mojo/maven-flex2-plugin/ http://
 www.israfil.net/projects/mojo/maven-flex2-plugin/
 and found the ServeBox Maven2Flex2 plugin
 http://sourceforge.net/projects/mvnflex2plugin http://
 sourceforge.net/projects/mvnflex2plugin
 from the wikipedia article on Flex.

 Neither one seems to have an especially active developer community.

 Any suggestions on how I should be building a multiple-module  
project

 with third-party dependencies (e.g. Cairngorm) with Maven 2?

 It sounds like several of us are interested in this - maybe it's  
time

 to collaborate on building up one of these plugins (or start a new
 one?).

 -Brian


 christian gruber + [EMAIL PROTECTED] mailto:cgruber%
 40israfil.net + bus 905.640.1119 + mob
 416.998.6023
 process coach and architect + ISRÁFÍL CONSULTING SERVICES




christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob
416.998.6023
process coach and architect + ISRÁFÍL CONSULTING SERVICES







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?


- Original Message 
From: Sebastian Mohr [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Sunday, May 6, 2007 4:10:44 PM
Subject: Re: [flexcoders] Scrubbing in a MP3-file

Thank you Manish,

This should be doable ;)

Cheers,
masu



On 5/6/07, Manish Jethani manish.jethani@ gmail.com  wrote:
On 5/6/07, Sebastian Mohr sebastian.mohr@ gmail.com wrote:

 is there anybody who can explain how to
 give a mx:HSlider-componen t the ability to
 scrub in a MP3-file?

Basically you have to call play() on the Sound object with the new
position as the argument.

Or you can use the SoundPlayer component:

http://mannu. livejournal. com/343918. html

SoundPlayer source=boombastic.mp3 position={slider.value} /




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.






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:


Hi,
I'm fighting with bad quality of FLV video after encoding with use of
Riva FLV Encoder or ffmpeg. Imho encoding parameters are ok: bitrate
1600 kbit/s. AVI source is perfectly clear. And FLV result has visible
artefacts.

I tried On2 Technologies Flix PRO demo but something is wrong because
decoding break down with only few seconds in resulted video.

I don't need video compression in fact (video is played locally from
HD). I only need to play the video in Flex app. That's why the
conversion is necessary.

Any idea/help, please ?







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

2007-02-09 Thread Thijs Triemstra | Collab

Hi Cristian,

The pom.xml below is a copy-paste of the example on your site, it  
also uses version '1.0-SNAPSHOT' and after reading your reply I  
realized that this should be '1.0-alpha-2' instead.
Maybe you should modify the examples on your site or point out it  
needs to be changed to the most recent version..


cheers,

Thijs

Op 8-feb-2007, om 22:03 heeft Christian Gruber het volgende geschreven:

Only versions 1.0-alpha-1 and 1.0-alpha-2 have been published.  The  
snapshots are not published at present.  I am currently on a two  
week trip away, and will be publishing further 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]  
wrote:







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
 modelVersion4.0.0/modelVersion
 groupIdnl.collab.flex.maven/groupId
 artifactIdflex-maven-test/artifactId
 packagingswf/packaging
 version1.0-SNAPSHOT/version
 properties
 flex.home/Developer/SDKs/Flex/flex.home
 /properties
 build
 plugins
 plugin
 groupIdnet.israfil.mojo/groupId
 artifactIdmaven-flex2-plugin/artifactId
 version1.0-SNAPSHOT/version
 extensionstrue/extensions
 configuration
 flexHome${flex.home}/flexHome
 useNetworktrue/useNetwork
 dataServicesConfigsrc/main/resources/services-config.xml/
dataServicesConfig
 mainmain.mxml/main
 /configuration
 /plugin
 /plugins
 /build
 dependencies
 dependency
 groupIdjunit/groupId
 artifactIdjunit/artifactId
 version3.8.1/version
 scopetest/scope
 /dependency
 /dependencies
/project

And when I try 'mvn compile' I get the error below. Is the plugin
going to be available in the main repository (central)? How do I get
the plugin to work?

[INFO] Scanning for projects...
[INFO]
--
[ERROR] BUILD ERROR
[INFO]
--
[INFO] Failed to resolve artifact.

GroupId: net.israfil.mojo
ArtifactId: maven-flex2-plugin
Version: 1.0-SNAPSHOT

Reason: Unable to download the artifact from any repository

net.israfil.mojo:maven-flex2-plugin:pom:1.0-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)

[INFO]
--
[INFO] For more information, run Maven with the -e switch
[INFO]
--
[INFO] Total time:  1 second
[INFO] Finished at: Mon Feb 05 23:40:52 CET 2007
[INFO] Final Memory: 1M/2M
[INFO]
--

Thanks,

Thijs









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 what I can tell), so  
no telling when or if they will be adding AMF3 to the project.


Leif



On 2/5/07, Paramjit Jolly  [EMAIL PROTECTED] wrote:

Hi All,

  I am trying to call a Remoting method via flex 2.0 using AMF 3.0  
and base of application is


Cairngorm. Nothing works ..









[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
   modelVersion4.0.0/modelVersion
   groupIdnl.collab.flex.maven/groupId
   artifactIdflex-maven-test/artifactId
   packagingswf/packaging
   version1.0-SNAPSHOT/version
   properties
 flex.home/Developer/SDKs/Flex/flex.home
   /properties
   build
   plugins
 plugin
   groupIdnet.israfil.mojo/groupId
   artifactIdmaven-flex2-plugin/artifactId
   version1.0-SNAPSHOT/version
   extensionstrue/extensions
   configuration
 flexHome${flex.home}/flexHome
 useNetworktrue/useNetwork
 dataServicesConfigsrc/main/resources/services-config.xml/ 
dataServicesConfig
 mainmain.mxml/main
   /configuration
 /plugin
   /plugins
   /build
   dependencies
 dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
   version3.8.1/version
   scopetest/scope
 /dependency
   /dependencies
/project


And when I try 'mvn compile' I get the error below. Is the plugin  
going to be available in the main repository (central)? How do I get  
the plugin to work?

[INFO] Scanning for projects...
[INFO]  

[ERROR] BUILD ERROR
[INFO]  

[INFO] Failed to resolve artifact.

GroupId: net.israfil.mojo
ArtifactId: maven-flex2-plugin
Version: 1.0-SNAPSHOT

Reason: Unable to download the artifact from any repository

   net.israfil.mojo:maven-flex2-plugin:pom:1.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2)


[INFO]  

[INFO] For more information, run Maven with the -e switch
[INFO]  

[INFO] Total time:  1 second
[INFO] Finished at: Mon Feb 05 23:40:52 CET 2007
[INFO] Final Memory: 1M/2M
[INFO]  


Thanks,

Thijs


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 the next few hours... On 9/1/06, Micky Hulse [EMAIL PROTECTED]com wrote:Hi,Just joined the list... Nice to meet ya'll! :DBackground: I can do Flash (been using it on/off for years), PHP, CSS, XHTML... Yadda...I am just now learning about Flex... Looks promising.Anyone have good book recommendations? I would prefer something fast-paced and not super-noob.Found this on Amazon, but not yet released:http://snipurl.com/vrthAny suggestions would be great. :)Cheers,Micky-- Wishlist: http://snipurl.com/vrs9Switch: http://browsehappy.com/
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


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 PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Tracy SprattSent: Friday, August 25, 2006 10:09 AMTo: [EMAIL PROTECTED]ups.comSubject: RE: [flexcoders] POP3 by SocketTed, that is a handy site. A suggestion:  An issue that is not obvious to those who are not web/network administratiors is: "Where do I put the crossdomain.xml file".  While I bet this is discussed on more than one of the links you provide, consider a quick paragraph on the subject, for additional convenience. The usual response: "In the root of the web server" is not enough for non-experts.  Include an example path for, say the default integrated Flex 1.5 install, one for a default Tomcat install, and one for a default IIS install. I figured mine out by putting a full access crossdomain file in every possible folder until  my call worked, then deleting them until I broke it again.  This showed me the right place.  You see why I am not offering to provide the examples! Tracy From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Ted PatrickSent: Friday, August 25, 2006 12:14 PMTo: [EMAIL PROTECTED]ups.comSubject: RE: [flexcoders] POP3 by Socket Rogerio, http://www.crossdomainxml.org http://www.crossdomainxml.org With Socket operations you will need to have a crossdomain.xml file on the server you are connecting to, in this case the POP server! This particular crossdomain.xml file needs to permit access to use low/high ports for inbound connections. It is identical to the process needed to support XMLSocket servers. The use of crossdomain policy files prevents Flash/Flex clients from abusing other peoples servers. As permission is delegated to the server owner, they can decide what ports Flash Player can connect to. Example: cross-domain-policy  allow-access-from domain="*" to-ports="507" /  allow-access-from domain="*.foo.com" to-ports="507,516" /  allow-access-from domain="*.bar.com" to-ports="516-523" /  allow-access-from domain="www.foo.com" to-ports="507,516-523" /  allow-access-from domain="www.bar.com" to-ports="*" //cross-domain-policy  I put together this small site on crossdomain policy files. It doesn't have any glits and gives you the bare bones knowledge on using crossdomain. http://www.crossdomainxml.org http://www.crossdomainxml.org IFBIN on Flexcoders You just made my day!Go IFBIN! Cheers, Ted PatrickFlex EvangelistAdobe Systems Incorporated From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of SantoSent: Friday, August 25, 2006 6:46 AMTo: [EMAIL PROTECTED]ups.comSubject: [flexcoders] POP3 by Socket Bom dia pessoal,Hi folks,I want to know if anyone of you try make the POP3 by Socket example,from IFBIN(Flex by Example), work with final version of Flex 2.Now that he´s free, I try to test something but it just don´t work.Don´t give me any errors. Seems to be a security issue, likecrossdomain, but I can´t figure out the real problem.ThanksRogerio Gonzalez
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


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.

 http://www.robrusher.com/1/2006/03/Flex-15-Dashboard-Tutorial.cfm



 Rob Rusher

 RIA Consultant
 Macromedia Certified Flex Instructor
 e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher
 blog:http://www.robrusher.com

 -Original Message-
 From: flexcoders@yahoogroups.com  
 [mailto:[EMAIL PROTECTED] On
 Behalf Of sergiosergiomon
 Sent: Friday, March 03, 2006 4:00 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex 2.0 Dashboard Project

 Hello everyone!
 I had already posted here asking for a tutorial on how to build a
 dashboard like the sample on the Adobe/Macromedia Flex page.
 Being advised to look at the sample alreade in the Welcome page of
 Flex 2.0, I decided to go ahead, but being novice to Flex I really
 need a STEP BY STEP tutorial.
 Is there anything like that out there?
 Or at least how to work with charting components?

 Thanks!
 Sergio
 Brazil





 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders% 
 40yahoogroups.com
 Yahoo! Groups Links








 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders% 
 40yahoogroups.com
 Yahoo! Groups Links










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 Spratt het volgende geschreven:  I have a custom object, and in the example line below, an instance is returned by a function.  The object has a property, “valuesarray”, which is typed as an Array.This is a case where I would like binding to correctly, but I am getting the binding warning.I tried casting the length to a Number:    visible="{Number(app.p('DrawingData').valuesarray.length) == 0}"but I still get the same warning:“Changes to property, length, from built-in object, Array, will not be detected”I can code around this but I have it in several places, and would like to be able to make this solution work.I know Matt’s actually working, but does anyone else have any ideas?TracyYahoo! Groups Links  To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.  







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.









Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Thijs Triemstra | Collab


Hehe..And would this work?var theLabel:String = "d4";var theData:Number = 4;var theBoolean:Boolean = true;mx:Array mx:Object label={String(theLabel)} data="" flag="{Boolean(theBoolean)}" //mx:ArrayAnd if it doesn't work, does that mean that Flex always recognize 'true' as a Boolean and not as a String?I can't think of a case where it would matter that your 'best-guess' is wrong but just interested..ThijsOp 17-jun-2005, om 22:09 heeft Matt Chotin het volgende geschreven:We make a best-guess as to whether it should be a string or a number or a boolean. Sometimes 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 about the :Number and :String difference in his Array, aren't the label and data properties both Strings now..?ThijsOp 17-jun-2005, om 21:51 heeft Matt Chotin het volgende geschreven:mx:Array mx:Object labeld4/label data4/data /mx:Object/mx:ArrayAlternatively:mx:Array mx:Object label=d4 data="" boolean="{Boolean(true)}" //mx:ArrayMattFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXLSent: Friday, June 17, 2005 12:44 PMTo: FlexcodersSubject: [flexcoders] AS Array vs. MXML ArrayHow do you get fine grained control in MXML arrays? Like, how do I [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.Yahoo! Groups LinksTo visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/To unsubscribe from this group, send an email to:[EMAIL PROTECTED]Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.









Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Thijs Triemstra | Collab


That is what JesterXL tried, and it didn't work:mx:Array  mx:Object  mx:Stringd4/mx:String  mx:Number4/mx:Number  /mx:Object /mx:ArrayOp 17-jun-2005, om 22:32 heeft Mercer, Dustin het volgende geschreven:You may want to try this instead. I didnt test this, but I think I have used 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] AS Array vs. MXML ArrayHehe..And would this work?var theLabel:String = "d4";var theData:Number = 4;var theBoolean:Boolean = true;mx:Array mx:Object label={String(theLabel)} data="" flag="{Boolean(theBoolean)}" //mx:ArrayAnd if it doesn't work, does that mean that Flex always recognize 'true' as a Boolean and not as a String?I can't think of a case where it would matter that your 'best-guess' is wrong but just interested..ThijsOp 17-jun-2005, om 22:09 heeft Matt Chotin het volgende geschreven:We make a best-guess as to whether it should be a string or a number or a boolean. Sometimes 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 about the :Number and :String difference in his Array, aren't the label and data properties both Strings now..?ThijsOp 17-jun-2005, om 21:51 heeft Matt Chotin het volgende geschreven:mx:Array mx:Object labeld4/label data4/data /mx:Object/mx:ArrayAlternatively:mx:Array mx:Object label=d4 data="" boolean="{Boolean(true)}" //mx:ArrayMattFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXLSent: Friday, June 17, 2005 12:44 PMTo: FlexcodersSubject: [flexcoders] AS Array vs. MXML Array[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.Yahoo! Groups LinksTo visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/To unsubscribe from this group, send an email to:[EMAIL PROTECTED]Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.









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 updates for jrun, cfmx, flashcom etc.. ? something like macromedia.com/go/update?ThijsOp 19-mei-2005, om 15:51 heeft Dave Carabetta het volgende geschreven:It should be noted that the most recent CFMX 7 hotfix rollup releasedon 4/21 has resolved this issue:http://www.macromedia.com/go/fd71533Regards,Dave.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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 start with?? 

Thijs


Op 31-mrt-05 om 0:50 heeft Lucian Beebe het volgende geschreven:

For most
 people, the starter kit will provide everything you need for your Flex
 applications: 4 CPUs and Gold Support for $29,000. That's actually cheaper
 than Flex was in the past for 4 CPUs + Gold Support.  

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.

http://www.collab.nl/flex/videomixer.mxml

Thijs


Op 27-mrt-05 om 4:55 heeft Seth Voltz het volgende geschreven:

Greetings,

So I have been trolling the web, searching newsgroups, mail archives, forums, etc... I can't find a way to embed the Flash video object in my flex project for streaming video via FCS and capturing my webcam. I have tried the following code as a last ditch effort and it also fails (well, it compiles and loads, no errors... but it doesn't do anything)

// Layout Section of index.mxml
mx:Box id=video_box width=160 height=120 initialize=videoInit() borderStyle=solid />
mx:Button label=Attach Webcam id=cam_btn click=controlCam() />

// Script section of index.mxml
function videoInit ( ) {
camera_vid = Video ( video_box.createChild ( Video, camera_vid, { _x: 0, _y: 0, _width: 160, _height: 120 } ));
camera_vid.width = video_box.width;
}

function controlCam ( ) {
if ( cam_btn.label == Attach Webcam ) {
camera_vid.attachVideo ( Camera.get ( ));
cam_btn.label = Detach Webcam;
} else {
camera_vid.attachVideo ( null );
cam_btn.label = Attach Webcam;
}
}

So my question is: How do I embed a webcam image, and then by extension link another similar video object to an FCS stream?

Thanks,
Seth 

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 2005 08:32:45
 To:flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex 1.5 price


 Our shop cannot hardly pull the current price... If it goes up I don't
 know what it will mean for us, but I doubt its good.  We're in love
 with flex, but we may have to give it up if they raise the price on it
 like that.

 -- Matthew


 On Fri, 25 Mar 2005 14:25:38 +0200, Robert Stuttaford
 [EMAIL PROTECTED] wrote:



 Ohh lord it's that time again



 I started freelancing on April 1 2004  my boss thought I was trying 
 to pull
 his leg!



 I guess that means it's champagne time for me soon 



 


 From: ?? [mailto:[EMAIL PROTECTED]
  Sent: 25 March 2005 01:54 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Flex 1.5 price





 I heard bad news today.



 Macromedia will change Flex 1.5 price $12,000(2cpu) to $20,000(1cpu).


 This price will be started at april 1, 2005.


  Is it true?





 yang lim.











  Yahoo! Groups Sponsor

  ADVERTISEMENT


 
  Yahoo! Groups Links


 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/

 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



 Yahoo! Groups Links








 Sent via BlackBerry - a service from ATT Wireless.



 Yahoo! Groups Links







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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:


 Thanks for the information on Laszlo.  It doesn't look as robust as
 Flex, but if they do raise the price , I doub't we'll have much choice
 but to switch.  All we can do now is hope that its just a rumor.  If
 not, hello Laszlo.

 -- Matthew


 On Fri, 25 Mar 2005 12:43:18 -0500, jeff tapper [EMAIL PROTECTED] 
 wrote:

 Can I recommend everyone waits for an official word from MM before 
 jumping
 to conclusions.  This is still just unconfirmed rumors...

 At 12:39 PM 3/25/2005, you wrote:

 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 2005 08:32:45
 To:flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex 1.5 price


 Our shop cannot hardly pull the current price... If it goes up I 
 don't
 know what it will mean for us, but I doubt its good.  We're in love
 with flex, but we may have to give it up if they raise the price on 
 it
 like that.

 -- Matthew


 On Fri, 25 Mar 2005 14:25:38 +0200, Robert Stuttaford
 [EMAIL PROTECTED] wrote:



 Ohh lord it's that time again



 I started freelancing on April 1 2004  my boss thought I was 
 trying
 to pull
 his leg!



 I guess that means it's champagne time for me soon 



 


 From: ?? [mailto:[EMAIL PROTECTED]
  Sent: 25 March 2005 01:54 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Flex 1.5 price





 I heard bad news today.



 Macromedia will change Flex 1.5 price $12,000(2cpu) to 
 $20,000(1cpu).


 This price will be started at april 1, 2005.


  Is it true?





 yang lim.











  Yahoo! Groups Sponsor

  ADVERTISEMENT


 
  Yahoo! Groups Links


 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/

 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
 Service.



 Yahoo! Groups Links








 Sent via BlackBerry - a service from ATT Wireless.



 Yahoo! Groups Links








 Yahoo! Groups Links





 Yahoo! Groups Links








 Yahoo! Groups Links











 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 instructions on http://www.macromedia.com/support/documentation/en/flex/1/flexforcf.html that seemed to work fine for deploying Flex but the samples aren't working, maybe things changed since Flex 1.0 and CF 6.1?

Does the list below still apply to the newer version because I can't seem to find the tags in my {samplestemp}/WEB-INF/web.xml like


- SampleSecurityFilter

- the three Flex samples filter mappings for the SampleSecurityFilter


Does anyone have an up to date web.xml or point me to the tags that I need to copy.

Thanks,

Thijs