I am fetching a db zip on initial startup of an AIR app (after 1st install), which I then unpack via FZip.
I have two applications in my project \'test\' the applications are one.mxml and two.mxml and i want to use the same main.as file in both using
Observe the Flex program below (I\'m using Flex Builder 3 w/ 3.5 SDK). The second combobox is conditional on the first.If a \'first name\' is chosen, then you are allowed to choose a \'last name\'.If
Am working in flex video player with RTMP. My Question is.. How to sk开发者_StackOverflow社区ip the video file to the middle of a video without having to download the whole file using RTMP.
I have created webapplication in which I am getting the error:- ypeError: Error #1009: Cannot access a property or method of a null object reference.
I am loading data from one sample.xml file using http service. the xml file will generated by jsp and it is saving in one proper location like(d:/programfiles/some.xml).now when I first time login to
This was just what I was thinking for this solution and I would like to know if there\'s a better approach I could take?
I have a form that uses Richtexteditor of Flex3 to write in their rep开发者_运维知识库ly. The reply is then posted to a textarea, where all of the formatting is lost! I have embedded the font since I
Need to create a application which reads input from card reader. Input coming from card reader开发者_如何转开发 as strings which is similar to the keyboard event. In flex,I can catch this string by
I would like to play AAC audio format file from local disk. I got example to play through netstreaming but I need to play it from local disk. I got an example to play mp3 file from local disk using So