http://stackoverflow.com/questions/1163083/flash-video-player-for-avi-files-free-for-commercial-use Jason Merrill Instructional Technology Architect II Bank of...
165220
Kevin MacDonald
kevinmacdona...
Jun 1, 2012 10:12 pm
Hello, I have a fairly complex app which I currently package as an AIR application for deployment on Windows and Mac. I would like to use Flash Builder's ...
165221
Dave Cates
dave.cates
Jun 1, 2012 10:40 pm
Hi Kevin, That's exactly what we specialise in. Would love to hear more... Won't pass on my personal email address here because of spam but you can reach me...
165222
vaster3302
Jun 1, 2012 10:58 pm
How can I open a UNC (windows share) in windows explorer from flex (flash builder 4)? I tried a couple different things: var request:URLRequest = new...
165223
Alex Harui
alex_harui
Jun 2, 2012 3:47 am
I’m pretty sure UNC is not supported. You will have to map a drive or set up a web server. On 6/1/12 3:57 PM, "vaster3302" <kaushal.shah05@...> wrote:...
165224
Peeyush Tuli
peeyushtuli
Jun 4, 2012 12:47 pm
Kevin, i represent MetaDesign Solutions (http://www.metadesignsolutions.com) . We a fair bit of experience in building AIR apps for the IOS platform. In fact ...
165225
Rogerio Gonzalez
skristies
Jun 4, 2012 3:14 pm
Hello, I believe that every need has his perfect tool. I work with Flex/Flash/ActionScript since 99, but also work with several others web technologies. You...
165226
Laurence
laurence5905
Jun 7, 2012 4:30 am
Has anyone ever gotten the LibSpark QRCodeReader library to work with Flex 4.6 on a mobile device? The LibSpark library I'm talking about can be found here: ...
165227
Davidson, Jerry
jerry62712
Jun 7, 2012 2:05 pm
We have a file, UserAA.mxml. It has, among other things, two date fields (id=toDate and id=fromDate). These will be used to filter records. A component in...
165228
Davidson, Jerry
jerry62712
Jun 7, 2012 3:50 pm
I think I use this syntax, but I'm not sure: UserAA.mxml <components:UserAA_Grid id="UserAAGrid" _inputToDate="{toDate}" _inputFromDate="{fromDate}"/> ...
165229
handitan
Jun 7, 2012 8:04 pm
Hi all, I am looking for a commercial Flex 3 WYSIWYG rich text editor, like for example this one: http://www.atomwrite.com/index.html And I need it to have the...
165230
Kenneth Sutherland
b0b0bb0b
Jun 7, 2012 8:56 pm
check out http://www.jampot.ie/ane/ for some good ANE’s From: sdl1326 Sent: Friday, May 25, 2012 6:57 PM To: flexcoders@yahoogroups.com Subject:...
165231
Davidson, Jerry
jerry62712
Jun 8, 2012 3:04 pm
I have a form that includes a component. The form includes selection criteria and a search button. When the user clicks the search button, I want to enable...
165232
Alex Harui
alex_harui
Jun 8, 2012 4:55 pm
Why wouldn’t you set enabled=true on the button click? On 6/8/12 6:56 AM, "Davidson, Jerry" <jerry.davidson@...> wrote: I have a form that includes...
165233
Davidson, Jerry
jerry62712
Jun 8, 2012 5:57 pm
I think I've found a solution that I'll pass on. UserAA has a bindable Boolean variable that is used to set a property in the component. That property is...
165234
markflex2007
Jun 8, 2012 6:21 pm
Hi, I am doing a flex mobile project project. I want to show a image list with the code , why I can not show the images in the list. I am sure the data is...
165235
Davidson, Jerry
jerry62712
Jun 8, 2012 7:30 pm
I couldn't see how to get to the property from the button. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent:...
165236
Srinivas Sandur Madhu...
srinivas_20s...
Jun 8, 2012 8:17 pm
Use SWFLoader instead of BitmapImage and see whether it works Sent from my iPhone...
165237
Alex Harui
alex_harui
Jun 8, 2012 8:40 pm
Assuming the button and ting you want to enable are in the same MXML file a typical set up looks like <mx:Button label=”enable text search”...
165238
markflex2007
Jun 11, 2012 3:30 pm
Hi I created a "flex library project" and add some flex mxml components the problem is no swc file created in bin folder and I do not get any error message in...
165239
isa_loyer
Jun 12, 2012 9:08 am
Hi, I search a solution to open a calc document (Ooo) inside my AIR application, perhaps inside an iFrame? But I don't know how to do that. Can you help me. ...
165240
Davidson, Jerry
jerry62712
Jun 12, 2012 2:15 pm
I'm sorry. I wasn't clear. I want the button to enable a component (or disable it in the case of the reset button). The component is in the same MXML file. ...
165241
Davidson, Jerry
jerry62712
Jun 12, 2012 2:16 pm
BTW, on the itemRenderer problem with the "TypeError: Error #1034: Type Coercion failed"_it would seem that error is a pretty generic one. I say that because...
165242
sidmails
Jun 12, 2012 2:16 pm
Hi guys: I've created series of animated charts from User data using Flex. Does anybody know or is it possible to save the charts in SWF format (instead of...
165243
Csomák Gábor
csomakgabor
Jun 12, 2012 2:51 pm
you can create a flex project with the graphics and pass the variables as flashvars. it will calculate the display animation runtime, and it will be an swf.but...
165244
Alex Harui
alex_harui
Jun 12, 2012 5:07 pm
A reset button would make it a bit more complicated. Having a data model would be a recommended solution. I would start a new thread about the datagrid...
165245
sidmails
Jun 12, 2012 7:11 pm
Hi Csomák, Thanks a lot for your response and thought. You're the first guy to respond on the subject matter that I have posted in many exclusive global...
165246
Siddhartha Das
sidmails
Jun 12, 2012 7:11 pm
Hi Csomák, Thanks a lot for your response and thought. You're the first guy to respond on the subject matter that I have posted in many exclusive global...
165247
Kenneth Sutherland
b0b0bb0b
Jun 15, 2012 9:54 am
It may be that your files are not included in the build path. Right click the library project, go to ‘Flex library build path’, then select the tab...
165248
michael_regert@...
flexcodemonkey
Jun 15, 2012 8:33 pm
Just found out that you can no longer bind FROM a spark label's text TO some other object. With MX components, this could be done. Looking at the Adobe code,...