[flexcoders] Flash not loading using https and IE

2007-11-05 Thread jd_lingwai
When I try loading the application using https it loads fine in firefox but the .swf doesn't load up if I'm using IE. I've found some documentation on this http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5csliceId=2 I'm unable to change these settings so is there any other ways

[flexcoders] Deleting file on server

2007-05-11 Thread jd_lingwai
Hey, Does anybody know the best way to delete a file on the server from flex. here's what i tried so far with no prevail. 1st: I tried using javascript. SCRIPT LANGUAGE=JavaScript function deleteFile(fileName){ var fso,newName,f1;

[flexcoders] Re: Uploading File/ Post Request

2007-05-03 Thread jd_lingwai
; request.data = params; fileRef.upload(request); } --- In flexcoders@yahoogroups.com, jd_lingwai jd_lingwai@ wrote: I noticed in flex it allows you to pass extra variables to the post request. Does anyone know how to name the new variables?

[flexcoders] Uploading File/ Post Request

2007-05-02 Thread jd_lingwai
I noticed in flex it allows you to pass extra variables to the post request. Does anyone know how to name the new variables?

[flexcoders] Re: Yahoo map API

2007-04-13 Thread jd_lingwai
/maps/flash/ which I just pulled down it does appear that Yahoo is using 1.5. Do you have a link to Flex 2 API? --- In [EMAIL PROTECTED], jd_lingwai jd_lingwai@ wrote: Nope thats the old one, Yahoo released a new API that should work with flex 2 --- In [EMAIL PROTECTED], franto

[flexcoders] Re: Yahoo map API

2007-04-05 Thread jd_lingwai
Nope thats the old one, Yahoo released a new API that should work with flex 2 --- In flexcoders@yahoogroups.com, franto [EMAIL PROTECTED] wrote: ok, i know, it's just for Flex 1.5 :)

[flexcoders] Yahoo map API

2007-03-21 Thread jd_lingwai
Hey, I've been working with the new yahoo API for AS3, but I'm getting an error when working with the Map Communication Kit. When I load the page on my server it never connects to the API and never loads. I have a developer key and using the correct domain Anyone else having similar