Re: [Flashcoders] remoting with as3 (not flex)

2007-05-04 Thread Dave Lenz
I was playing with this a while ago too This is the solution I came up with. I have amfphp installed on my server. First I make a class called 'RemotingService': package { import flash.net.NetConnection; import flash.net.ObjectEncoding; public class

Re: [Flashcoders] poll on editors/IDe

2007-04-08 Thread Dave Lenz
TextMate for OSX (http://macromates.com/) Grtz D Op 6-apr-2007, om 21:48 heeft Merrill, Jason het volgende geschreven: FlashDevelop Flexbuilder SciTe Flash Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team -Original Message- From: [EMAIL

[Flashcoders] Is there a way to center an FLV in it's FLVplayback component?

2007-03-30 Thread Dave Lenz
Hi there, I'm having trouble centering a loaded FLV in a FLVPlayback component. When I scale the component with 'setSize()' it keeps aligning the video-content to the top and to the left. Is there a way to center it in the middle? Maybe I'm missing a method or something but I can't seem

Re: [Flashcoders] Is there a way to center an FLV in it's FLVplaybackcomponent?

2007-03-30 Thread Dave Lenz
PROTECTED] On Behalf Of Dave Lenz Sent: Friday, March 30, 2007 2:36 PM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Is there a way to center an FLV in it's FLVplaybackcomponent? Hi there, I'm having trouble centering a loaded FLV in a FLVPlayback component. When I scale the component