Re: [flexcoders] File Upload with php on Mac

2010-09-06 Thread meaglith
FileType?

---
Blog: http://douhua.im
Twitter: http://twitter.com/genedna
Website: http://douhua.im
---


On Sun, Sep 5, 2010 at 9:09 PM, Christophe christophe_jacque...@yahoo.frwrote:

 Hello,

 What is the specificity of the Mac plateform, because my upload function
 with AS3 and Php is working on Pc but not on Mac.

 Thank you,
 Christophe,




 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






Re: [flexcoders] String format

2010-08-17 Thread meaglith
http://code.google.com/p/printf-as3/

var num : int = 500;
http://code.google.com/p/printf-as3/var str : String = printf('000%d',
num);
trace(str); //'000500'

---
Blog: http://douhua.im
Twitter: http://twitter.com/genedna
Website: http://douhua.im
---


On Tue, Aug 17, 2010 at 10:22 PM, Christophe
christophe_jacque...@yahoo.frwrote:

 Hello,

 I have an int : 500

 And I would like to have a string with 0 before.

 String : 000500

 How to format such a string ?

 Thank you,
 Christophe,



 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






Re: [flexcoders] Flashbuilder and SnowLeopard ok?

2009-11-13 Thread meaglith
it's very slowly when I run fb4 beta 2 on the Snow Leopard, and no other
problems.

---
Blog: http://douhua.im
Twitter: http://twitter.com/genedna
Website: http://douhua.im
---

On Sat, Nov 14, 2009 at 2:13 AM, Cole Joplin cole_jop...@yahoo.com wrote:

 My Fb works on SL without problems. We've got a few guys with Fb on SL, and
 we haven't had an issue yet. Go for it! -- Cole


 - Original Message 
 From: djhatrick djhatr...@yahoo.com
 To: flexcoders@yahoogroups.com
 Sent: Thu, November 12, 2009 6:58:29 PM
 Subject: [flexcoders] Flashbuilder and SnowLeopard ok?

 I want to upgrade to Snow Leopard, first things first, do Flasbuilder and
 SnowLeopard work ok together?




 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links







 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






Re: [flexcoders] Remote Desktop

2009-04-29 Thread meaglith
 You could try acrobat.com...

On Sat, Apr 25, 2009 at 2:07 PM, venkat eswar cooler...@yahoo.com wrote:



 Can we do Remote Desktop feature in Flex like one in GoToMeeting



 



Re: [flexcoders] Facebook Connect and Flex

2009-01-19 Thread meaglith
http://code.google.com/p/facebook-actionscript-api/

A library of facebook api, and you would try.

On Tue, Jan 20, 2009 at 2:13 AM, Daniel Tse danpr...@gmail.com wrote:

  Hi,

 Has anyone had experience implementing Facebook connect with Flex/Air Apps?
 If so, can someone point to an example?

 Thanks,
 -Daniel

 



Re: [flexcoders] AIR with twitter

2008-10-14 Thread meaglith
Check the crossdomain.xml of twitter, http://www.twitter.com/crossdomain.xml

On Mon, Oct 13, 2008 at 6:02 PM, abhishekchess1 [EMAIL PROTECTED]wrote:

 hello all frnds,

 i want to connect my AIR application with twitter API,
  i never used any API before,
 i used
  mx:HTTPService id=httpSerSendMessage
 url=http://twitter.com/direct_messages/new.format;
   result=
 resultHandlerSendMessage(event);
 fault=faultHandlerSendMessage(event);
 method=POST
  resultFormat=e4x 
 mx:request 
   user{userName}/user
   text{message}/text
/mx:request
  /mx:HTTPService

 but it give an error
 [RPC Fault faultString=HTTP request error
 faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent
 type=ioError bubbles=false cancelable=false eventPhase=2 text=Error
 #2032: Stream Error. URL:
 http://twitter.com/direct_messages/new.format; errorID=2032]. URL:
 http://twitter.com/direct_messages/new.format;]

 is authentication mtd is req ?
 how to use authentication mthod
 http://twitter.com/account/verify_credentials.format , and wat to send
 in it ?


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






[flexcoders] OAuth

2008-07-29 Thread meaglith
Hi guys:
I recently write a AIR application which must have authentication by
OAuth spec, but the open browser to auth will broken the user experience.
Have any smoothly solution without open another browser?

Thanks.

Meaglith


Re: [flexcoders] Re: Translate HTTPService

2008-07-06 Thread Meaglith Ma
jovialrandor 写道:
 I want to convert the data I get back from an HTTPService into name/
 value pairs as listed in the object below.
 
 eg. 
 
 HTTPService returns
 
 [a, john, analyst ]
 [b, mary, programmer ]
 [c, jane, director ...]
 
 convert to 
 
 a:john
 b:mary
 c:jane
 
 
 Let me know if i need to clarify futher.
 
 
 
 --- In flexcoders@yahoogroups.com, Fidel Viegas [EMAIL PROTECTED] 
 wrote:
 On Sun, Jul 6, 2008 at 8:51 PM, jovialrandor [EMAIL PROTECTED] 
 wrote:
 I have an HTTPService call that returns values.

 How do I convert to the following object format?

 private var inputTable2:Object =
 {

 Nevada:John Smith,
 Northern California:Jane Smith,
 Southern California:Al Gore,
 France:Europe,
 USA:workss

 };
 Hi Jovial,

 You have to be clear on what you want to do when you ask questions
 here. What exactly are you trying to do? You want to convert the 
 above
 to what exactly? Are you trying to send those as parameters to your
 HTTPService?

 You have to be more clear on what you are trying to achieve so that
 people here will be able to help you.

 Fidel.

 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 
You can return data with JSON format, you can visit 
http://code.google.com/p/as3corelib/. It has a json lib.


Re: [flexcoders] Google Maps - Error #2070 Cannot access Stage

2008-06-22 Thread Meaglith Ma
I think it didn't need the crossdomain.xml.

Dmitri Girski 写道:
 G'Day All!
 
 
 I've embedded the GoogleMaps into the website and I am getting this
 weird error #2070:
 
 SecurityError: Error #2070: Security sandbox violation: caller
 http://maps.googleapis.com/maps/lib/map_1_4.swf cannot access Stage
 owned by http://dental4u.com.au/index.swf.
   at flash.display::Stage/requireOwnerPermissions()
   at flash.display::Stage/addEventListener()
   at com.google.maps.core::MapImpl/addKeyDownListener()
   at com.google.maps.core::MapImpl/configureMap()
   at com.google.maps.core::DelayHandler/timerCallback()
   at flash.utils::Timer/_timerDispatch()
   at flash.utils::Timer/tick()
 
 crossdomain.xml has the line:
 allow-access-from domain =maps.googleapis.com /
 And also I call the following line:
 
Security.allowDomain(maps.googleapis.com/maps/flashapi); 
 
 
 Does anybody know what is the cause of the problem?
 
 Thanks in advance?
 
 Cheers,
 Dmitri.
 
 http://mitek17.wordpress.com
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 


Re: [flexcoders] pretty newbie question

2008-04-22 Thread Meaglith Ma
the explorer sample, in the Flex_SDK/sample folder.

Gustavo Duenas 写道:
 I have a mxml file which is not my main app(mxml) the file reads a yahoo 
 map,
 so instead of creating other stage in the main application, could I read 
 that file in my main mxml application?
 
 regards,
 
 Gustavo
 
 
 On Apr 22, 2008, at 1:02 PM, Tracy Spratt wrote:
 

 I do not understand.  What do you mean by “read an mxml application”?

 Tracy

  

 

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On 
 Behalf Of *Gustavo Duenas
 *Sent:* Tuesday, April 22, 2008 11:59 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] pretty newbie question

  

 Anyone knows where could I find a tutorial about how can I read an 
 mxml application inside my main application in flex?

  

  

 Regards,

  

  

 Gustavo D.


  

  



 
 
 
 
 
 
 
 
 
 Gustavo A. Duenas
 Creative Director
 LEFT AND RIGHT SOLUTIONS
 904.  265 0330 - 904. 386 7958
 www.leftandrightsolutions.com
 Jacksonville - Florida
 
 
 
 


Re: [?? Probable Spam] [flexcoders] Flashvars not passing into flex?

2006-12-21 Thread Meaglith Ma
  1.   object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354  
  2. id=fileupload width=200 height=150  
  3. codebase=http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab;  
  4. param name=movie value=fileupload.swf /  
  5. param name=quality value=high /  
  6. param name=bgcolor value=#869ca7 /  
  7. param name=allowScriptAccess value=sameDomain /  
  8. embed src=fileupload.swf quality=high bgcolor=#869ca7  
  9. width=200 height=150 name=fileupload align=middle  
 10. play=true  
 11. loop=false  
 12. quality=high  
 13. allowScriptAccess=sameDomain  
 14. type=application/x-shockwave-flash  
 15. pluginspage=http://www.adobe.com/go/getflashplayer;  
 16. /embed  
 17. /object




rumpleminzeflickr wrote:


Hi there,

i'm adding a flex app into an existing web page.

I'm using macromedia dream weaver to link to the .swf, which is all
good and the app displays.

However the actualy flashvars don't get passed in.

Any ideas?

Many thanks,

Brett

script type=text/javascript
AC_FL_RunContent
( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/ 
http://download.macromedia.com/pub/shockwave/cabs/flash/

swflash.cab#version=7,0,19,0','width','500','height','375','src','Flex
FileUpload','quality','high','pluginspage','http://www.macromedia.com/ 
http://www.macromedia.com/

go/getflashplayer','movie','FlexFileUpload' ); //end AC code
/scriptnoscriptobject classid=clsid:D27CDB6E-AE6D-11cf-96B8-
44455354
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swfl 
http://download.macromedia.com/pub/shockwave/cabs/flash/swfl

ash.cab#version=7,0,19,0 width=500 height=375

param name=movie value=FlexFileUpload.swf
param name=quality value=high
param name=FlashVars value=test=true
embed src=FlexFileUpload.swf FlashVars=test=true quality=high
pluginspage=http://www.macromedia.com/go/getflashplayer 
http://www.macromedia.com/go/getflashplayer

type=application/x-shockwave-flash width=500 height=375/embed

/object/noscript