As some of you might have I cut down my blogging recently. I have been playing with Flex for the last two weeks. I really started to like ActionScript 3. Seems like a nice language. And I cannot even explain how much I like event driven programming and data binding. I see some potential in Flex – Magento apps.
Currently I am working on wrapping up one of my projects that involves Flex – Magento combination. Hopefully you will be able to see it soon on Inchoo.net.
Magento into Flex…exactly what we’re setting up here. We use a custom Flex app for our ERP, and soon Magento for our site. Our Flex back end server is PHP, so maybe this applies less to us, but I’d love to hear more about your project(s). Keep us up to date!
Hi Matt,
Nice to hear from someone with same interest. My project is based on Magento module I developed that servers as AMF server. Module exposes few “Service” classes all of which which return same typed object which I use in one flex app (Widget) to show content. Not gonna go into the details until we wrap it up
Must say I had a kick ass time today until I figured why my “PHP coding logic” will not always work in ActionScript 3 (value – reference tricks). However, it took me two days to fall in love with ActionScript 3. Language features look compared to PHP 5 look really nice.
Hello
i am a flex programmer and very new to Magento. but i am doing the same with Flex but the little difference is i am using the AIR container to run application( not AIR API.)
i am runing most of the things accurate with magento but when i have put lot of data at magento then Flex magento communication gives me error #2032 streaming error.
so in short i get a solution to remove that error. i will use filters and i make the following code for that.
var arr:Array = new Array();
var arrDate:Array = new Array();
arrDate['from'] = ’2009-04-03 00:00:00′;
arrDate['to'] = ’2009-04-05 00:00:00′;
var tempArr:Array = new Array(arrDate)
arr['created_at'] = tempArr;
var mainArray:Array = new Array(arr);
_objWebService.call(sessionID, “sales_order.list”, mainArray);
but its again giving me the same error so could you help me to make filter for magento or is there anyotehr problem by which it gives me the same error..
please help me..
Cool form styling