Oops, sorry about that.

At 04:32 PM 12/15/2005, you wrote:
>The new AMF format is actually version 3 (at least thats what the docs
>call it)
><http://livedocs.macromedia.com/labs/1/flex/langref/flash/net/NetConnection.html>http://livedocs.macromedia.com/labs/1/flex/langref/flash/net/NetConnection.html
>
>FROM DOCS of class flash.net.NetConnection:
>defaultObjectEncoding Property
>
>public static defaultObjectEncoding : uint
>The default object encoding (AMF version) for NetConnection objects
>created in the SWF. When an object is written to or read from binary
>data, the defaultObjectEncoding property indicates which Action
>Message Format version should be used: the ActionScript 3 format or
>the ActionScript 1/2.0 format.
>
>The default value of NetConnection.defaultObjectEncoding is set to use
>the ActionScript 3 format, AMF3. For content to successfully stream to
>player versions earlier than 8.5 through a NetConnection object, set
>NetConnection.defaultObjectEncoding to use the ActionScript 1/2.0
>format, flash.net.ObjectEncoding.AMF0 at the beginning of your script,
>before you create any NetConnection objects. All NetConnection objects
>created thereafter will use AMF0 encoding and can interact with older
>content. You cannot change the objectEncoding value of existing
>NetConnection objects by setting NetConnection.defaultObjectEncoding
>after the NetConnection objects have been created.
>
>To set the object encoding on a per-object basis, rather than for the
>entire SWF, see the objectEncoding property of the NetConnection
>object instead.
>
>Renaun
>
>--- In [email protected], Jeff Tapper <[EMAIL PROTECTED]> wrote:
> >
> > I dont recall MM championing AMFPHP, OpenAMF or any of the other 3rd
>party
> > hacks to work with their proprietary AMF protocol.  Perhaps I'm
>wrong, if
> > so, I'd love to see the references....
> >
> > Anyhow, Those open source alternatives were specifically built for
>AMF1,
> > Flex 2 RemoteObject uses AMF2.  If you want AMF1, take a look at
>Renaun's
> > solution.
> >
> > I wouldnt be surprised if the opensource community eventually caught
>up and
> > released versions for AMF2, but its really hard to blame Macromedia for
> > someone elses gateways not supporting their latest versions...
> >
> > I dont blame MTASC for not compiling for the Flash 8.5 player.  They
>will
> > probably get their eventually, but still do a wonderful job for FP7
>and FP8
> >
> >
> > At 02:18 PM 12/15/2005, hank williams wrote:
> > >Dave,
> > >
> > >When you said POJO, I interpreted that as Plain Old Java Object.
> > >Correct me if I missunderstood, but thats where I got the Java
> > >reference from.
> > >
> > >With more clarity, I understand your argument about it being possible
> > >to expose php code using web services.
> > >
> > >But I really think that regardless of which is better (I have my way
> > >you have yours) that there is no good reason under the sun to be
> > >*forced* out of using a technology that macromedia championed and
> > >still does today with just a minor shift so the old stuff will be
> > >incompatible.
> > >
> > >Sorry if I am a little irritable on this subject, but I just think
> > >that what macromedia has done here, regardless of the web
> > >services/remoting benefits borders generates alot of mistrust in the
> > >developer community. I know it does with me anyway.
> > >
> > >Regards
> > >Hank.
> > >
> > >On 12/15/05, Dave Wolf <[EMAIL PROTECTED]> wrote:
> > > >
> > > > A few thoughts.
> > > >
> > > > 1) I didnt imply Java anywhere in my question/suggestion/answer?
> > > > Pretty much every servant technology today supports exposing
>language
> > > > artifacts as web services without any code refactoring.  This is
>true
> > > > of Java, PHP, .NET, heck even PowerBuilder.  Its actually a really
> > > > important point I think folks don't know.  Take Java (as just a
>single
> > > > example).  If you hava Java class exposed as a RemoteObject
>(only Java
> > > > and CFC supported as remtoe object via Flex1.5 now) did you know
>that
> > > > you can expose that *exact same* java class as a web service with
> > > > *zero* code changes to the class?  Yup.  It takes something like 2
> > > > minutes of total work to do.  You can try it youself with something
> > > > like the restaurant example.  We had a new guy do that just this
>week.
> > > >  He redid the restaurant example to be all web services in basically
> > > > no time flat.
> > > >
> > > > Thats why I asked the question.  Step back and consider the fact you
> > > > could expose your PHP, or whatever, as a web service, totally
>drop any
> > > > dependancy on needing a server proxy at all, regardless of what
> > > > vendors proxy.
> > > >
> > > > 2) I agree the thread on web service vs remote object has been
> > > > discussed over and over.  But there are new folks joining these
>ranks
> > > > every day, and the question is still very much open.  Like in all
> > > > debates everyone will pick a side.  I think its pretty clear we
>prefer
> > > > web services over remote object, and have that decision based on
>many
> > > > points which we have often discussed.  More so our decision is
> > > > validated by quite major production deployments of Flex solutions.
> > > > Our opinion is, given the choice, we tend to prefer a web
>service. Its
> > > > just that.  An opinion.
> > > >
> > > > In either case, I just wanted to present the option to the
>questioner.
> > > >  WebServices might actually be a great way to solve his issue,
>without
> > > > the risk of bringing in an unsupported third party product, and
> > > > without any license cost at all.  I didnt feel a suggestion like
>that
> > > > was off topic.  Apologies if it was seen that way.
> > > >
> > > > -
> > > > Dave Wolf
> > > > Cynergy Systems, Inc.
> > > > Macromedia Flex Alliance Partner
> > > > 
> <<http://www.cynergysystems.com>http://www.cynergysystems.com>http://www.cynergysystems.com
> > > >
> > > > Email: [EMAIL PROTECTED]
> > > > Office: 866-CYNERGY
> > > >
> > > >
> > > > --- In [email protected], hank williams <[EMAIL PROTECTED]>
>wrote:
> > > > >
> > > > > Hmm...
> > > > >
> > > > > Thats an interesting response.
> > > > >
> > > > > So all of us who have developed solutions with remoting really
>didnt
> > > > > need it anyway.
> > > > >
> > > > > Aside from the fact that he was asking about amphp which has
>nothing
> > > > > to do with java, remoting does offer benefits over web
>services (aside
> > > > > from avoiding the reconfiguring ones server side
>implementation) which
> > > > > have been debated and discussed ad infinitum and I will not
>restate
> > > > > here.
> > > > >
> > > > > Regards
> > > > > Hank
> > > > >
> > > > > On 12/15/05, Dave Wolf <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > I don't understand why you can't simply use <mx:WebService/> to
> > > > > > replace <mx:RemoteObject> in most cases.  Using AXIS you can
>use the
> > > > > > exact same POJO you might have used in a <mx:RemoteObject/>
>and do so
> > > > > > without the need for any gateway.
> > > > > >
> > > > > > -
> > > > > > Dave Wolf
> > > > > > Cynergy Systems, Inc.
> > > > > > Macromedia Flex Alliance Partner
> > > > > > 
> <<http://www.cynergysystems.com>http://www.cynergysystems.com>http://www.cynergysystems.com
> > > > > >
> > > > > > Email: [EMAIL PROTECTED]
> > > > > > Office: 866-CYNERGY
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --- In [email protected], hank williams
><[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > As far as I know there is not yet.
> > > > > > >
> > > > > > > There was some discussion about this on the flashcoders
>list when
> > > > > > > flex2 came out. I made a pretty big deal about the fact
>that the
> > > > docs
> > > > > > > seem to indicate that standard remoting will not be something
> > > > that is
> > > > > > > supported.
> > > > > > >
> > > > > > > Mike Chambers (a MM employee) indicated that it was
>supported. But
> > > > > > > what he meant was that it was supported at a super low
>level and you
> > > > > > > would essentially have to write all the low level remoting
>code for
> > > > > > > this.
> > > > > > >
> > > > > > > It seemed pretty clear to me that their intent was to, ahem,
> > > > > > > **encourage** remoting users to buy cold fusion or Flex Data
> > > > Services,
> > > > > > > in order to do painless remoting, and that they were
>essentially
> > > > > > > orphaning anyone who was not doing remoting with one of
>their pricey
> > > > > > > gateways.
> > > > > > >
> > > > > > > Now, perhaps this post will bring adobe employees out of the
> > > > woodwork
> > > > > > > crying foul and saying I am wrong. But the fact that there
>is any
> > > > > > > ambiguity about this isssue, is, in and of itself, a real
>problem.
> > > > > > >
> > > > > > > The fact that that there is not some strong statement of
>continued
> > > > > > > **full** support for traditional remoting  is, to me,
>shameful.
> > > > > > >
> > > > > > > Regards
> > > > > > > Hank
> > > > > > >
> > > > > > > On 12/15/05, Flapflap <[EMAIL PROTECTED]> wrote:
> > > > > > > > Hi there,
> > > > > > > >
> > > > > > > > Because RemoteObject isn't available on Alpha is there a
>way to
> > > > > > use flex
> > > > > > > > 2 with amf php ?
> > > > > > > >
> > > > > > > > Thanks...
> > > > > > > >
> > > > > > > > By the way : Hello World !
> > > > > > > >  I'm new to this list.
> > > > > > > > --
> > > > > > > > Flapflap
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Flexcoders Mailing List
> > > > > > > > FAQ:
> > > >
> > >
><<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > > > > > Search Archives:
> > > > > >
> > >
><<http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > > > > > > Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Flexcoders Mailing List
> > > > > > FAQ:
> > >
><<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > > > Search Archives:
> > > >
> > >
><<http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > > > > Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Flexcoders Mailing List
> > > > FAQ:
> > >
><<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > Search Archives:
> > >
><<http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >--
> > >Flexcoders Mailing List
> > >FAQ:
> >
> ><<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http:/ 
> /groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > >Search Archives:
> >
> ><<http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mai 
> l-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
> > >
> > >
> > >
> > >
> > >----------
> > >YAHOO! GROUPS LINKS
> > >
> > >    *  Visit your group
> > > 
> "<<http://groups.yahoo.com/group/flexcoders>http://groups.yahoo.com/group/flexcoders>flexcoders"
>  
> on the web.
> > >    *
> > >    *  To unsubscribe from this group, send an email to:
> > >    *
> > >
><mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]
>
> > >
> > >    *
> > >    *  Your use of Yahoo! Groups is subject to the
> > > 
> <<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/info/terms/>Yahoo! 
> Terms of Service.
> > >
> > >
> > >----------
> >
>
>
>
>
>
>
>--
>Flexcoders Mailing List
>FAQ: 
><http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: 
><http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> 
>
>
>
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>Web
> 
>site design development 
><http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>Computer
> 
>software development 
><http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>Software
> 
>design and development
><http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>Macromedia
> 
>flex 
><http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>Software
> 
>development best practice
>
>
>----------
>YAHOO! GROUPS LINKS
>
>    *  Visit your group 
> "<http://groups.yahoo.com/group/flexcoders>flexcoders" on the web.
>    *
>    *  To unsubscribe from this group, send an email to:
>    * 
> <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] 
>
>    *
>    *  Your use of Yahoo! Groups is subject to the 
> <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
>
>
>----------




------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/
 


Reply via email to