[Flashcoders] remoting with java

2005-10-19 Thread PR Durand
Hi list! I need in my application to access java webservices, but I need also the server to send data to the clients without client request... So is it possible to communicate in both directions client-server with remoting (currently openamf but will be turned on MM Flash Remoting) as we do

Re: [Flashcoders] remoting with java

2005-10-19 Thread PR Durand
making a remoting call, and syncs all that new data amongst said clients in real-time. - Original Message - From: PR Durand [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 19, 2005 11:17 AM Subject: [Flashcoders] remoting

Re: [Flashcoders] remoting with java

2005-10-20 Thread PR Durand
POJO for example). Tom Muck has some good Remoting resources: http://www.flash-remoting.com/examples/ XMLSocket stuff is old, and should be all over the web; here's a start. http://www.flashmove.com/forum/showthread.php?t=10573 - Original Message - From: PR Durand [EMAIL PROTECTED

Re: [Flashcoders] certificates

2005-11-04 Thread PR Durand
- Fruber -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand Sent: Thursday, November 03, 2005 6:41 AM To: Flashcoders mailing list Subject: [Flashcoders] certificates Hi list! is everyone ok? (don't answer all, I just hope so ;) I have to verify from

Re: [Flashcoders] Load file from local path to swf which is on web

2005-11-04 Thread PR Durand
Hi; Are your sure wether the mc.loadMovie(file://c:\test.swf) targets YOUR local drive or the SERVER local drive? PR franto a écrit : Hi, I've problem with loading swf from local path to swf on net. Example: you can swf on net somewhere and code inside is: mc =

Re: [Flashcoders] Duplicate an object, a Date

2005-11-17 Thread PR Durand
-Original Message- From: [EMAIL PROTECTED] on behalf of PR Durand Sent: Thu 11/17/2005 4:46 AM To: Flashcoders mailing list Cc: Subject:[Flashcoders] Duplicate an object, a Date Hi List! Is there a way to duplicate a Date object, to have another object that I can modify

Re: [Flashcoders] private/public troubles

2005-12-14 Thread PR Durand
as anotherCore is not typed. because you are declaring it on root is probably not typed. Why put it on root ? Grant. - Original Message - From: PR Durand [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: 12/14/05 9:54 AM Subject: [Flashcoders] private

[Flashcoders] component class path limited to 64 chars ???

2005-12-21 Thread PR Durand
Hi list! I wanted to associate a class to a flash component, as ever, and so went to my library after copying my class path and name in Se|py And what for a surprise : a Windows' ding! to notify that the name doesn't fit the textfield... Is that a joke? It must have a solution, MM couldn't

[Flashcoders] can somebody answer my component name limit question please?

2005-12-21 Thread PR Durand
Hi there, I've asked about the limit of a package+class name in the class link textfield within the component definition in the library... But nobody answered and I really need help! So, the package name is limited to 64 bytes, so we can't write more than 64 characters, and then this doesn't

Re: [Flashcoders] can somebody answer my component name limitquestionplease?

2005-12-22 Thread PR Durand
Thanks, Jester and Steven That's right, it's better to keep short path, and it's usefull to reuse common classes. That's what I generally do. The problem here, is that we make a big project for a biug company, wich has many flash projects, and all the classes have to be in the same main

[Flashcoders] flash bug or please help!

2006-01-05 Thread PR Durand
Hi list... It starts to make me mad... I encountered problem to load a very simple XML, like those we use all days since years... So I made a very simple class only to read my xml... Then flash started to talk to me about a class conflict error I have only one class with this name on the

[Flashcoders] class conflicts

2006-01-06 Thread PR Durand
Hi List Nobody answered me yesterday but I need to konw what happens please... When I generate my movie, I sometimes get a class name conflict error... but there are 3 problems in this error: - if I wait 2 or 3 minutes wihtout using flash before compiling, I don't have this error anymore and my

Re: [Flashcoders] class conflicts

2006-01-06 Thread PR Durand
Thanks a lot all of you to have given an answer. I thought about server problems, class cache, etc but and I didn't knew this delete ASO and all things about synchronising times, etc... And for the server problems, flash never like to work on server files, I always encounter problems... but I

[Flashcoders] https and webservices

2006-01-11 Thread PR Durand
Hi List, My Application is located on a domain, and my java server on another one. I call a webservice (with the Webservice class) from flash through https, on a specific port, and nothing comes back, also no Fault or Log The same configuration works with an http method, but as soon as I turn

Re: [Flashcoders] https and webservices

2006-01-11 Thread PR Durand
of the bowl! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand Sent: Wednesday, January 11, 2006 10:57 AM To: Flashcoders mailing list Subject: [Flashcoders] https and webservices Hi List, My Application is located on a domain, and my java server

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
[EMAIL PROTECTED] Direct: 912.527.4110 222 W. Oglethorpe Ave Savannah, GA 31419 A fish out of water thinks out of the bowl! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand Sent: Wednesday, January 11, 2006 11:15 AM To: Flashcoders mailing list

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
as this has caught me out a few times: have you checked that everything is in the right case? Linu-based servers are usually case-sensitive and I wouldn't be surprised if you've got an erroneous capital letter in there somewhere. Danny - Original Message - From: PR Durand [EMAIL

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
Thanks Dave, As I can't change anything on the java server, wich is located by the customer, I tryied on my test server. And the https://testdomain:1234/ doesn't work more than the 8443 It seems that as soon as I write a port, it fails. when I let my server listening to the 443 port, and don't

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
Nope... I tryied to excplicitly write the :443 in my uri and it worked... 8443 and 1234 did not is there a port restiction list? PR PR Durand a écrit : Thanks Dave, As I can't change anything on the java server, wich is located by the customer, I tryied on my test server. And the https

[Flashcoders] certificate

2006-01-11 Thread PR Durand
Hi List It seems that I found antoher point to explain my difficulties to obtain a result in connecting my WS. The server has a Double-side certificate. I installed the certificate on firefox, so I can call correctly the https webservice via the browser, on the 8448 port without any problem,

Re: SV: [Flashcoders] certificate

2006-01-12 Thread PR Durand
are working within the browser and the webserver BEFORE you try and use the service from flash. There is cheap http proxy thats better than charles but I forget who created it. ah, here is the link http://kevinlangdon.com/serviceCapture/ Grant. - Original Message - From: PR Durand [EMAIL

Re: SV: SV: [Flashcoders] certificate

2006-01-12 Thread PR Durand
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af PR Durand Sendt: 12. januar 2006 10:11 Til: Flashcoders mailing list Emne: Re: SV: [Flashcoders] certificate Thanks a lot for all your answers, Martin, Grant and Campbell, So I got a additional step: I have a domain problem now

Re: SV: SV: SV: [Flashcoders] certificate

2006-01-12 Thread PR Durand
and try http to http on different servers! If it works crossdomain issues should be ok 2. If step 1 works then try to switch vack to load from https and see what happens. /Martin -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af PR Durand Sendt: 12. januar

Re: SV: SV: SV: SV: [Flashcoders] certificate

2006-01-12 Thread PR Durand
Superb! I thank all of you for your help! Martin Baltzer a écrit : Yes exactly -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af PR Durand Sendt: 12. januar 2006 14:25 Til: Flashcoders mailing list Emne: Re: SV: SV: SV: [Flashcoders] certificate Ok

Re: SV: [Flashcoders] certificate

2006-01-12 Thread PR Durand
folder ? Grant. - Original Message - From: PR Durand [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: 1/12/06 4:37 AM Subject: Re: SV: [Flashcoders] certificate Thanks a lot for all your answers, Martin, Grant and Campbell, So I got a additional

[Flashcoders] private - public

2006-01-12 Thread PR Durand
Hi list I've already posted this problem, and you have answered me, but the problem is back, and I did what you told me. I've got my core class : Core.as containing this import myProjetPath.proxy.CommandManager; class Core { private var oCM:CommandManager [...] function Core() {

Re: [Flashcoders] [ANN] FlashDevelop beta8 release

2006-01-13 Thread PR Durand
What for a really good release!! First glance : seems to be THE AS2coding IDE... the autocompletion is perfectly done ! hope it will keep on satisfying in the next days... PR Philippe a écrit : The only thing I miss comparing to PrimalScript (that I've been using before I've got known

[Flashcoders] webservice help needed : object not decoded

2006-01-16 Thread PR Durand
Hi list, I encounter troubles with using webservices from java. When I call a method that returns a simple Object (flash native or self defined class object), there are no problem but as soon as I call a method that returns an array of self defined object I receive an undefined value for the

[Flashcoders] java array to flash - please help!

2006-01-16 Thread PR Durand
Hi I really don't understand what happens. in a java webservice call, each time I have to receive an array, flash can't convert it and the result param equals undefined. the same WS written in .NET works and flash receives an array of object, but when I look at the soap response, I only see a

Re: [Flashcoders] java array to flash - please help!

2006-01-16 Thread PR Durand
needs to be formatted as SoapRPC. If your web service has been developed in .NET, just as the [SoapRpcService()] attribute to your web service class. -Adam Nemitoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand Sent: Monday, January 16, 2006 1

Re: [Flashcoders] Class Error Message

2006-01-16 Thread PR Durand
Hi Chris At the end of your code you have this now = new Date(); outside any method so flash doesn't know what to make with. Those 2 lines now = new Date(); trace (The Time is + formatTime(now)); seem to be here to test your formatTime method, but it has to be in flash, not in the class,

Re: [Flashcoders] XML Data Limit in IE?

2006-01-17 Thread PR Durand
Hi Jeff I sometimes had to use very long XML files, but never encountered any problem in IE with any XML flash had problems before IE. But I thought one time that there were one because I had a format error at the line about 30.000 , so very too far to think about an error... but finally

[Flashcoders] please help - exceptions and null format can't be interpreted in webservice

2006-01-23 Thread PR Durand
Hi list I've asked on friday but nobody answered. I can't get finding explaination please help. I use the Webservice classes to connect to a java webservice server, and now it works, but I still have 2 problems in interpreting the server response: - the exceptions throwed by the server aren't

[Flashcoders] server sends a fault, flash receives an unable to connect to endpoint

2006-02-23 Thread PR Durand
Hi List I still can't find any help neither solution and my client needs me to find it quickly... In a webservice connected flash application, when the server sends an exception, (working, verified when fill the address directly in a browser), flash doesn't receive it, but throws a onFault

[Flashcoders] allowing slow animation

2006-04-04 Thread PR Durand
Hi List! There's something that I really can't understand in Flash 8 Before ('till Flash 7), if you made a 100 pixels object animation in 10 frames, flash knew how to display a 1/10 pixel and the animation was quite smooth. That was sometimes a problem because when we wanted a aliased

Re: [Flashcoders] allowing slow animation

2006-04-04 Thread PR Durand
? In which case, is this something to do with the new Anti-alias for Animation or Anti-alias for Readability options in the properties dialog of the new IDE? Does switching that solve your problem? Cheers, Ian On 4/4/06, PR Durand [EMAIL PROTECTED] wrote: Hi List! There's something that I

Re: [Flashcoders] allowing slow animation

2006-04-06 Thread PR Durand
: broken PiR Mike Mountain a écrit : I think you have snap to pixels enabled: View/snapping/snap to pixels M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand Sent: 04 April 2006 14:30 To: Flashcoders mailing list Subject: Re

Re: [Flashcoders] XML Parsing

2006-05-05 Thread PR Durand
Hi Mars, last time I had such a big xml to parse and got an error while the loop blocked the flash movie, I just changed my 'for' loop with an onEnterFrame based method. this allowed me at same time to display a counter to inform the user about the progression of my parsing process. maybe

[Flashcoders] catching errors by webservice

2006-07-25 Thread PR Durand
Hi List Has anyone any way to receive the exceptions thrown by a webservice server please? as it's asynchronous, the classical try...catch can't work on the service method call. but, as soon as the server throws an exception (the sent SOAP is a correct fault soap file if I call it from a

Re: [Flashcoders] catching errors by webservice

2006-07-25 Thread PR Durand
thanks a lot, josh, I'll look at this. but I was using the webservice and pendingcall classes. Is there a way with it or do I have to use the connector component? thx PiR Josh Santangelo a écrit : Check out the WebServiceConnector.status event. -josh On Jul 25, 2006, at 8:12a, PR Durand

Re: [Flashcoders] catching errors by webservice

2006-07-25 Thread PR Durand
error... :( any idea please? thx PiR Josh Santangelo a écrit : Check out the WebServiceConnector.status event. -josh On Jul 25, 2006, at 8:12a, PR Durand wrote: Hi List Has anyone any way to receive the exceptions thrown by a webservice server please? as it's asynchronous, the classical

Re: [Flashcoders] catching errors by webservice

2006-07-26 Thread PR Durand
Hans Wichman a écrit : Hi, just to be clear on this, PendingCall.onFault is not working for you? greetz hans On 7/25/06, PR Durand [EMAIL PROTECTED] wrote: I changed everything to work with the connector instead of the service class : same result If I right understood, an exception thrown

Re: [Flashcoders] Flash 7 image upload and .NET

2006-07-26 Thread PR Durand
Hi Merrill We've implemented the yamzbrowser (from www.yamago.net) with a .net application in F7 and it works perfectly. for me the best solution when you can't use F8! sourceforge.net/projects/*yamzbrowser*/ ++ PiR Merrill, Jason a écrit : Nevermind, I found some links. Are there any

Re: [Flashcoders] catching errors by webservice : solution

2006-07-27 Thread PR Durand
PendingCall.onFault cannot capture SOAP:FAULT responses: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3c6784bc ++ PiR PR Durand a écrit : Hi List Has anyone any way to receive the exceptions thrown by a webservice server please? as it's asynchronous, the classical try...catch can't

[Flashcoders] knowing the llinkage id of a movieclip

2006-09-02 Thread PR Durand
Hi List Is there a way to know an MC affected export for actionscript linkage id via AS code? thx PiR ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] A Zinc horror story

2006-09-04 Thread PR Durand
Yop! I also use it for a while and really enjoy it. But u're right, the docs are not complete or really reliable... Someone (sorry for having forgotten your name, guy), has given a set of Intrinsic classes to be able to code in FlashDevelop with the mdm autocompletion... and I found sometimes

[Flashcoders] flash player bitmap data and mouse position bugs?

2006-09-07 Thread PR Durand
Hi list does anyone knows if the flash player 8 bitmap data memory leak is corrected in flash player 9? I encounter 2 strange things in my current app. I'm making an online video mix table with an FMS2 connection for recording the audio comments. the flv sources are loaded from a VOD server,

[Flashcoders] flashplayer bitmap data bug or my coding wrong... PLEASE HELP

2006-09-07 Thread PR Durand
i've found where is exactly the problem: http://www.adobe.com/go/7c90fec7 : a known bug saying that with flash playr 9, it's impossible to create a bitmapdata snapshot of an FLV streamed by FMS2. it seems that the problem goes further... with images loaded from different domain please take

[Flashcoders] LocalConnection breaks object types?

2006-11-14 Thread PR Durand
Hi there! using localConnection seems to totally untype an object, right? so I use in a sending swf: var myObj:MyType = new MyType(); // then filling object with values I send my object to another swf via localConnection and in my receiving method in my receiving swf : trace (myObj

Re: [Flashcoders] LocalConnection breaks object types?

2006-11-14 Thread PR Durand
with their type information intact. PR Durand wrote: Hi there! using localConnection seems to totally untype an object, right? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] LocalConnection breaks object types?

2006-11-14 Thread PR Durand
Nope... it seems that object.registerClass remains a link between AS1 class and a movieClip... I can't get my object pass through the localConnection... :( ++ PiR PR Durand a écrit : Hi Martin thanks for your answer... No I didn't, cause I thought it was deprecated since we could use classes

[Flashcoders] Player 8 fluidity

2007-01-30 Thread PR Durand
Hi list Since player 8 is out, it seems to be impossible to make a fluent animation if there are more frames than pixels, i.e a simple 100 pix tween on _x in 50 frames It's not really the player, but the compiler. see example here, it's the same code, juste changed the export player version,

Re: [Flashcoders] Player 8 fluidity

2007-01-30 Thread PR Durand
hi Zeh thx for answer, but at the end of my mail, I said that it isn't related to textfield, as the problem remains the same with a shape or bitmap inside a movieClip... it seems that it's alaways moved on pixels... ++ PiR Zeh Fernando a écrit : Since player 8 is out, it seems to be

[Flashcoders] text length difference

2007-02-02 Thread PR Durand
Hi list! I have a text in a value, the text length is 502, I fill my htmlText with it, the htmlText.length is 651. Now I get the same text content from an xml file, within a CDATA node. trace (myNode.nodeValue.length) // outputs 502, ok I pass it through a localConnection to another flash,

Re: [Flashcoders] text length difference

2007-02-02 Thread PR Durand
that are making up the extra characters. if you were to trace the text, not htmlText you'll see that. On 2/2/07, PR Durand [EMAIL PROTECTED] wrote: Hi list! I have a text in a value, the text length is 502, I fill my htmlText with it, the htmlText.length is 651. Now I get the same text content

Re: [Flashcoders] text length difference

2007-02-06 Thread PR Durand
you'll get a number less than what you'd expect from a string with HTML formatting. Lastly, when you enclose a string in the CDATA tag, it converts things to HTML entities, which can confuse things even more. --- PR Durand [EMAIL PROTECTED] wrote: Hi list! I have a text in a value, the text

Re: [Flashcoders] text length difference

2007-02-06 Thread PR Durand
Hi Danny, My scroller is a home-made scroller, based on a content movieclip and a mask movieclip. It seems that the extra html added by flash to the text make the textfield becoming higher... I manually add a FONT tag to my text for the format, and flash gets to add the LETTERSPACING=0

Re: [Flashcoders] text length difference

2007-02-06 Thread PR Durand
I found where it came from... Thanx for your help : while you asked for the ignoreWhite param, I was quite sure that I had it to true, but I looked for the empty lines. And the xml tag content finished with a new line, wich became 2 newlines in flash, then a new P tag in the xml, and so a new

Re: [Flashcoders] text length difference

2007-02-07 Thread PR Durand
nope, cause the text is formatted... but later, when the text area to write the text will have a wysiwyg set, then we'll change the \r and \n by br and delete the extra lines. thx for answering. PiR Steven Sacks | BLITZ a écrit : You might also want to strip any non-html carriage returns,