[Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Rajat Paharia
Anyone know where I can find one? Hate to reinvent the wheel... thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Dowloading Flex 2 alpha

2006-01-11 Thread Rui Duarte Silva
Hi, Is there another place from wich I can doenload the Flex Builder 2 alpha, eclipse plugin and charting components? The macromedia site is slowww and connection breaks up in the middle of the download.. Grr Thanks, Rui Duarte Silva Senior Flash

Re: [Flashcoders] Dowloading Flex 2 alpha

2006-01-11 Thread Mark Winterhalder
On 1/11/06, Rui Duarte Silva [EMAIL PROTECTED] wrote: Hi, Is there another place from wich I can doenload the Flex Builder 2 alpha, eclipse plugin and charting components? no. The macromedia site is slowww and connection breaks up in the middle of the download..

RE: [Flashcoders] Dowloading Flex 2 alpha

2006-01-11 Thread Nick Weekes
I think its your connection, I get around 300kb/s from Macromedia using 2Mb dsl here in the uk...maybe use a download manager to recover broken connections? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rui Duarte Silva Sent: 11 January 2006 08:57 To:

SV: [Flashcoders] MM Scrollpane issue/constraint

2006-01-11 Thread Martin Baltzer
Problem solved :) ! /Martin -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Martin Baltzer Sendt: 11. januar 2006 08:56 Til: Flashcoders mailing list Emne: SV: [Flashcoders] MM Scrollpane issue/constraint Thanks alot that actually works :-) And I

[Flashcoders] SEO, flash site, url and text in this movie tags

2006-01-11 Thread Martin Weiser
Hello, does these tags really work for search bots? !-- URL's used in the movie-- !-- text used in the movie-- even if not generated by flash, because links and texts are mostly dynamic, so i suggested to put these links to the tags by some server site, php for example. will it work for

Re: [Flashcoders] SetInterval Magic

2006-01-11 Thread Sönke Rohde
Hi, This is a scope-issue. Try import mx.utils.Delegate ... setInterval(Delegate.create(this, func), 2000); Cheers, Sönke Hi Coders, In following code, I am creating a new dynamic movie clip (in function N1 of script object) and associating the handler for unload event. Next I am

Re: [Flashcoders] SetInterval Magic

2006-01-11 Thread Alias
Hi guys, It's important to realise that setInterval has two different ways to call it. The first, and most commonly used, is this: setInterval(functionReference:Function, interval:Number, [param1:Object, param2, ..., paramN]) : Number The second, which is less well known, but substantially

[Flashcoders] Webservice and complex type class mapping

2006-01-11 Thread Christophe Herreman
Hi all, does anyone know if it is possible to map an incoming complex type to a AS class? With remoting Object.registerClass() does the trick but it doesn't seem to work with webservices. Any clues? Or is it simply not possible and do I have to parse the soap messages myself? thx in

RE: [Flashcoders] SetInterval Magic

2006-01-11 Thread Dhiraj Girdhar
Hi Guys, I am using second option of setInterval, but I am not able to understand the scope issue here. Is there any solution other than Delegates? As, I am working for Flash 6 also. 'D' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alias

Re: [Flashcoders] SEO, flash site, url and text in this movie tags

2006-01-11 Thread Alan MacDougall
Martin Weiser wrote: Hello, does these tags really work for search bots? !-- URL's used in the movie-- !-- text used in the movie-- No way. Google is way too smart these days. White text on a white background, meta tag text, text in comments, text anywhere a user can't read it -- Google

Re: [Flashcoders] SEO, flash site, url and text in this movie tags

2006-01-11 Thread Ian Thomas
This seems a pretty relevant link: http://www.webpronews.com/ebusiness/seo/wpn-4-20040907GoogleCanNowIndexFlashAnInterviewwithMichaelMarshall.html HTH, Ian On 1/11/06, Alan MacDougall [EMAIL PROTECTED] wrote: No way. Google is way too smart these days. White text on a white background,

[Flashcoders] flash 8 security hint

2006-01-11 Thread Cédric Muller
Could anyone tell me why A.swf can load B.swf, but B.swf cannot call scripts (php) ? all of these (A.swf, B.swf and scripts.php) are sitting on http://www.mydomain.com/anyDir/ and are Flash 8 swfs (though it is also failing with Flash 7 swfs. Works with Flash 6) I know about local OR

[Flashcoders] V2 components loose skin when published to fp8

2006-01-11 Thread Tom Versweyveld
Hi all, When I publish my app with skinned V2 comps to fp7, everything works fine. The moment it is published to fp8, some of the skins are no longer applied, styles still work fine though... I manually skinned them using the MMdefault assets in the sampleTheme.fla that was in FlashMX 2004.

[Flashcoders] TreeDataProvider - There is no method with the name 'addTreeNode'

2006-01-11 Thread Andreas Weber
With a Tree component on stage and this framecode var myTreeDP:XML = new XML(); myTreeDP.addTreeNode(node, 0); the TreeDataProvider API works fine. However, the same code in a class class Test{ function Test(){ var myTreeDP:XML =

RE: [Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Tom Versweyveld
The color picker in the Bit components set (http://www.flashloaded.com/flashcomponents/bitcomponentset/) is about a third in size of the MM one, and it works just fine for me... t -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajat Paharia Sent:

Re: [Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Iv
Hello Rajat, http://www.dembicki.org/GradientAndSafePalette.as -- Ivan Dembicki [EMAIL PROTECTED] || http://www.design.ru ___

[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 Brunswick, David
You need to define the complete path David Brunswick Training Specialist II Education Services [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

Re: [Flashcoders] reducing build times

2006-01-11 Thread Nathan Derksen
In the Flash IDE, you can convert movie clips in the library into compiled clips. Select your movie clips, right click, and select Convert to Compiled Clip. This will pre-compile these movie clips, and their linkage IDs (if any) will also remain intact. I've done this in the past with

Re: [Flashcoders] https and webservices

2006-01-11 Thread PR Durand
Thanks David, for your answer, but if you mind by complete path, that I've got to enter the whole url, then it's already what I do: var sURI:String = https://domain:port/path/service?WSDL;; new data in my tests : With the same script, I can reach another https webservice on another domain. so

RE: [Flashcoders] reducing build times

2006-01-11 Thread Steven Sacks
3rd party compilers are reported to be ridiculously faster than the IDE. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Derksen Sent: Wednesday, January 11, 2006 8:09 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] reducing

RE: [Flashcoders] https and webservices - additional information

2006-01-11 Thread Brunswick, David
Have you checked permissions on the server and folder structure? David Brunswick Training Specialist II Education Services [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

Re: [Flashcoders] TreeDataProvider - There is no method with the name 'addTreeNode'

2006-01-11 Thread Devendran I
Hi use this code in your Class file import mx.controls.Tree; And then compile the Movie. Devendran.I Andreas Weber [EMAIL PROTECTED] wrote: With a Tree component on stage and this framecode var myTreeDP:XML = new XML(); myTreeDP.addTreeNode(node, 0); the

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
Yes, as we can acces the service within the browser. I think the problem comes from the port, as it works on 443, but not on 8443. We can't change the server port and flash doesn't seem to enjoy this connection. Is it also normal, that trying to view the service methods in the Webservice panel

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread Danny Kodicek
Just a quick thought 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 -

[Flashcoders] Text not showing up in Flash Player 7 with Flash 8 SWF

2006-01-11 Thread Steven Sacks
Hey, Any reason why the static and dynamic text in my Flash 8 movie aren't showing up in the Flash 7 player on Windows or Linux? Nothing Flash 8 about the text. It just doesn't show up on Flash Player 7.0r14. -s ___ Flashcoders mailing list

Re: [Flashcoders] https and webservices - additional information

2006-01-11 Thread PR Durand
Hi Danny, thanks for your answer, I would like this, Danny, but I don't think so cause: My script works with another webservice The service wich doesn't work in flash with the same script works well in the browser, and I copied-pasted the url PR Danny Kodicek a écrit : Just a quick thought as

Re: [Flashcoders] looking for combobox w/ autocomplete

2006-01-11 Thread Bart Wttewaall
I have exactly what you're looking for. I made some methods that responded to the change-event and such and created a intellisense-combobox. Mail me offlist if you're insterested in the code. 2006/1/6, Nick Appelmans [EMAIL PROTECTED]: Can anyone point me in the direction of a combobox with

[Flashcoders] Vector shapes not showing up in Flash Player 7 with Flash 8 SWF

2006-01-11 Thread Steven Sacks
Wow. It looks like vector shapes aren't showing up in Flash player 7 from a Flash 8 swf either. I swore that there was a certain amount of backwards compatibility. What gives? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] https and webservices - additional information

2006-01-11 Thread Dave Watts
Yes, as we can acces the service within the browser. I think the problem comes from the port, as it works on 443, but not on 8443. We can't change the server port and flash doesn't seem to enjoy this connection. Is it also normal, that trying to view the service methods in the Webservice

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

Re: FW: [Flashcoders] Multi Color Gradient

2006-01-11 Thread Ryan Matsikas
look up beginGradientFill() and the rest of the drawing api. On 1/11/06, rishi [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sumeet Kumar Sent: Tuesday, January 10, 2006 6:35 PM To: Flashcoders mailing list Subject:

Re: [Flashcoders] Text not showing up in Flash Player 7 with Flash 8 SWF

2006-01-11 Thread Miles Thompson
Is the .swf compiled as a Flash 7 movie? If not, I think you have your answer. Miles At 12:39 PM 1/11/2006, Steven Sacks wrote: Hey, Any reason why the static and dynamic text in my Flash 8 movie aren't showing up in the Flash 7 player on Windows or Linux? Nothing Flash 8 about the text.

[Flashcoders] Wierd Video

2006-01-11 Thread Mike Boutin
Hi All, I have a FLVPlayback component in flash 8 with the skinAutoHide set to true. In Firefox everything works fine, when you roll over the video, the player controls come up and then go away when you roll off. In Internet Explorer once you roll over the video the controller stays and

Re: [Flashcoders] Text not showing up in Flash Player 7 with Flash 8 SWF

2006-01-11 Thread Martin Weiser
default font, was in flash 7, unde font tag, in flash 8 i cannot see it anymore, so always have to add face=*fontName* to font MW - Original Message - From: Miles Thompson [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 11,

RE: [Flashcoders] Text not showing up in Flash Player 7 with Flash 8SWF

2006-01-11 Thread Howard Nager
Are you trying to publish a somewhat backwards compatible flash movie? All the bells and whistles when viewed in f8 but stilla cceptable in f7? I ran in to the same issue when trying to do the same. The swf runs fine in the 7 player but the text doesnt show. -Original Message- From:

Re: [Flashcoders] Webservice and complex type class mapping

2006-01-11 Thread grant
Christophe, I've never had it map in the remoting way, but I have sucessfully done a cast on the dynamic object returned and then got data from it. I think it works by accident :) Grant - Original Message - From: Christophe Herreman [EMAIL PROTECTED] To: Flashcoders mailing list

[Flashcoders] flash frame-rate in windows form applications

2006-01-11 Thread Ralph Caraveo
Hey group, Anybody have any experience with using Flash inside of a Windows Forms (.net) application? My questions are: Have you gotten the .swf to run a reasonable/high frame rate or do you get a nasty performance penalty for having flash embedded or wrapped in a .net app? I just did a

RE: [Flashcoders] flash frame-rate in windows form applications

2006-01-11 Thread Nick Weekes
Ralph, I haven't done a great deal of testing, but I found that an EXE compiled with vis studio.net 2005 performed much better with embedded swf's than 2003. However, I also found a big difference in two machines of comparable spec, so I need to do a great deal more testing. What are you

RE: [Flashcoders] flash frame-rate in windows form applications

2006-01-11 Thread Ralph Caraveo
Currently using .net 2003 edition. Our company unfortunately hasn't made the switch to .net 2005 but this may seem like an option. Anymore info would be great. I'll post my findings as well. -Ralph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick

SV: [Flashcoders] flash 8 security hint

2006-01-11 Thread Martin Baltzer
What about your object tag? Does it contain the following param element ? param name=allowScriptAccess value='allways' /Martin Fra: [EMAIL PROTECTED] på vegne af Cédric Muller Sendt: on 11-01-2006 15:51 Til: Flashcoders@chattyfig.figleaf.com Emne:

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-11 Thread Sander
MM is working on the Mac Intel Flash Plugin. https://bugzilla.mozilla.org/show_bug.cgi?id=313347 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-11 Thread eric dolecki
marked as resolved - woohoo :) On 1/11/06, Sander [EMAIL PROTECTED] wrote: MM is working on the Mac Intel Flash Plugin. https://bugzilla.mozilla.org/show_bug.cgi?id=313347 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Text not showing up in Flash Player 7 with Flash 8SWF

2006-01-11 Thread Battershall, Jeff
Maybe this is too obvious, but the font rendering engine is completely different in Flash 8 - could explain the observed behavior. A solution might be to generate two versions of the movie (7,8) and leverage MM's new detection script to deliver the version which will run on the user's machine.

[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: [Flashcoders] certificate

2006-01-11 Thread Campbell Anderson
My understanding was that the broswer took care of all requests ...thus flash requests tooand handeled certificates for flash. Will have to have a think about this one. Cam Hi List It seems that I found antoher point to explain my difficulties to obtain a result in connecting my WS.

RE: [Flashcoders] TreeDataProvider - There is no method with thename 'addTreeNode'

2006-01-11 Thread Andreas Weber
Thanks Devendran - This should do it and usually does do it... However in the context of my project I got the 'no method with the name 'addTreeNode' error, no matter in how many even remotely related classes I put the import statement. Now, after a lot of digging, cursing, ASO file deleting and

Re: [Flashcoders] TreeDataProvider - There is no method with thename 'addTreeNode'

2006-01-11 Thread Johannes Nel
cast it. On 1/11/06, Andreas Weber [EMAIL PROTECTED] wrote: Thanks Devendran - This should do it and usually does do it... However in the context of my project I got the 'no method with the name 'addTreeNode' error, no matter in how many even remotely related classes I put the import

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-11 Thread Sander
Think further. For years the Flash plugin on Mac has been a joke, partly due to the fact the market is too small to optimize the code further for a small platform. That kinda changes when the Flash plugin runs on OSX86. ___ Flashcoders mailing list

Re: [Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Rajat Paharia
Thanks Tom, Ivan! I also found this free component: http://www.kadazuro.com/tutoriales/xch/colorBox/index2.html Which had some case-sensitivity and deprecated command errors that I fixed, so it now works fine compiled for FP7 and 8, AS1.0 or 2.0. You can get the clip here:

RE: [Flashcoders] TreeDataProvider - There is no method with thename'addTreeNode'

2006-01-11 Thread Andreas Weber
cast it. how? Could you elaborate a bit? Thanks! -- Andreas Weber motiondraw.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: Mittwoch, 11. Januar 2006 21:57 To: Flashcoders mailing list Subject: Re: [Flashcoders]

Re: [Flashcoders] TreeDataProvider - There is no method with thename'addTreeNode'

2006-01-11 Thread Johannes Nel
var myTreeDP:TreeDataProvider = TreeDataProvider (new XML()); myTreeDP.addTreeNode(node, 0); thjis might just fail silently though, but should work is an example of how we use it. On 1/11/06, Andreas Weber [EMAIL PROTECTED] wrote: cast it. how? Could you elaborate a bit? Thanks!

[Flashcoders] Date sorting algorithm *revised

2006-01-11 Thread elibol
A revised version of the set of date sorting functions I've posted, thanks to the list member who helped me. var objectArray = [ {d: new Date( 1901, 1, 1)}, {d: new Date()}, {d: new Date(2003,1,5)}, {d: new Date(2005,3,5)}, {d: new Date(2005,3,5)}, {d: new Date(2003,1,5)} ]; var dateArray = [ new

[Flashcoders] Attach MC with a custom Class

2006-01-11 Thread Bruno Mosconi
How do I attach a MC from lib with a custom class? Thanks, Bruno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] status bar humbug

2006-01-11 Thread Amanda Kuek
Thanks for your reply Paul, What I found was happening was, something like window.status=msg only had effect if one was getting it off the webserver. It didn't work on the version on my local machine. Glad that's sorted out! On 10/01/06, Paul BH [EMAIL PROTECTED] wrote: The solution I am using

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Martin Wood
passing the target into the constructor. martin. Chris Kennon wrote: Hi, I attempting to create a mc, then attach a textField via composition, instead of extending the movieClip class. Could someone point out what I missed? -- Martin Wood http://relivethefuture.com/choronzon

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Hi, Thanks for the prompt response. When I create the Hello object on the AS timeline, nothing is rendered to screen. [CODE] import com.bushidodeep.*; var myHello:Hello = new Hello(); [/CODE] [CODE] /** A Simple hello class that assigns a custom message to a text field based upon time of

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Andy Johnston
public function Hello(target:MovieClip) { container_mc = target.createEmptyMovieClip (messageDisplay, 1); displayGreeting(); } Hi, Thanks for the prompt response. When I create the Hello object on the AS timeline, nothing is rendered to screen. [CODE] import

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Andy Johnston
nah actually should be [CODE] var myHelloClip:MovieClip = createEmptyMovieClip(hello_mc, 1); import com.bushidodeep.*; var myHello:Hello = new Hello(myHelloClip); [/CODE] [CODE] /** A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Have I missed something in the displayGreeting(); method or creating the timeline object? Nothing appears on stage. Would you like to view the files? Respectfully, Chris On Jan 11, 2006, at 5:47 PM, Andy Johnston wrote: public function Hello(target:MovieClip) { container_mc

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Hi, This worked on the FLA timeline test is displayed in the textField, but shouldn't this functionality be in the class? Respectfully, Chris On Jan 11, 2006, at 5:56 PM, Andy Johnston wrote: nah actually should be [CODE] var myHelloClip:MovieClip = createEmptyMovieClip(hello_mc, 1);

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Andy Johnston
if you want the class to actually do the creating of the clip you should: [CODE] import com.bushidodeep.*; var myHello:Hello = new Hello(this); [/CODE] [CODE] /** A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.Hello {

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Perfect.. Thanks so much! On Jan 11, 2006, at 6:25 PM, Andy Johnston wrote: import com.bushidodeep.*; var myHello:Hello = new Hello(this); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] TreeDataProvider - There is no method withthename'addTreeNode'

2006-01-11 Thread Andreas Weber
Thanks Johannes - this import mx.controls.Tree; import mx.*; class Test{ function Test(){ //var myTreeDP:XML = new XML(); var myTreeDP:TreeDataProvider = TreeDataProvider (new XML());

RE: [Flashcoders] TreeDataProvider - There is no method with the name'addTreeNode'

2006-01-11 Thread Derek Lords
missing intrinsic class issue good guess.This happened to me upon upgrading to Flash 8. I had to downgrade each instance to an Object and the problem went away. From: Andreas Weber [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com To: Flashcoders

RE: [Flashcoders] TreeDataProvider - There is no method with thename'addTreeNode' - SOLVED

2006-01-11 Thread Andreas Weber
Thanks Derek - that's it! Not typing the dataprovider as XML allows to publish for Player 7: import mx.controls.Tree; class Test{ function Test(){ // Published for Player 7. Error: There is no method with the name 'addTreeNode'. //var myTreeDP:XML =

RE: [Flashcoders] TreeDataProvider - There is no method withthename'addTreeNode

2006-01-11 Thread Derek Lords
sweet! Glad it worked for you! Derek Lords From: Andreas Weber [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] TreeDataProvider - There is no method

SV: [Flashcoders] certificate

2006-01-11 Thread Martin Baltzer
Yes flash in Internet Explorer has serious problems with self signed or 3. party ssl certificates. If the certificate is a valid one (by Verisign) there are no issues. The problem is actually that when flash makes the request through IE the browser thinks the https page is already expired