I'm trying to read xml fields (with actionscript 3), but the problem is that I choose which field to read dynamically. For example, I may need to read test19 or test39 or test12 or anything else.
var value:Number = event.result.test19;
var value:Number = event.result.test39;
var value:Number = event.result.test12;
Is there a way to co...
Hi all,
I developed an application through which client can upload and download files to server. Now, I want to allocate the complete bandwidth of client when he upload or download files through my application. My client end is Adobe flash builder and cpp at server side. Any one can help me so that my client can do file transfer ...
Hi,
I am new to Adobe Flex.
I want to write some data stored in a string variable into a text(txt) file.
Can some one add sample code here would be helpful for me.
Thanks.
...
Hi.
I recently had a client contact me asking for an update to his project that I used to maintain/develop years ago.
It was done using Macromedia Director (now Adobe Director) and Lingo. Since I haven't developed anything using these technology in such a long time I need some assistance.
The majority of the changes are simple, but ...
I have images that I need to manage access to. I've come across osmf and rtmp streaming which are flash/adobe technologies and would require me to install a special server. Anyone knows of other ways to get the same effect with php.
Edit:
By "manage access to" I mean that the average user would not be able to save the page and save the...
I have a logo that needs to be changed to a pantone colour but the only way I could change the colour was if I live traced it but I lost some detail. So I was wondering if there is another way I can do this in any of the adobe software programs without losing any of the quality.
Thanks
With the website listed below I was able to change ...
Comboboxes in Acrobat do not allow text alignment or multiple lines. So I need to be able to select from a drop down box and my choice populate two textboxes.
...
Hello i want to understand how acs4 works.
I've an ebook signed with ACS4 for my device id.
How i can open it? i need to invoke adobe webservice to decrypt it? or i can decrypt ebook in my application (c#) ?
Thanks.
...
i dont claim in any shape or form claim to be a Flash Activist, but apart from its obvious annoyances and discrepancies, any fool can see its couple of uses, that are in a big way reasonably important to the right consumer and website.
There has been a lot of talk that HTML5 and CSS3 is the future of the web, so much so that ie9 is actu...
I'm trying to implement a binding between some custom-built models and just beginning to dabble with the whole mx.binding.* collection. I tried this simple, stripped down example, but can't get the binding working correctly. Can somebody tell me where I'm going wrong?
// Model
package
{
import flash.events.EventDispatcher;
public c...
http://www.adobe.com/products/flex/media/flexapp/modal.html?width=928&height=732
Doesn't matter which browser I use, it doesn't work and yes, I've installed Flash and I'm able to view flash content on other sites.
Windows 7, 32-bit, several browsers.
...
I've been using ExternalInterface up until now in the rare cases I needed to communicate with HTML.
Is FlashVars considered a better/worse or newer/older practice?
or when do you use one or the other? What's the logic that I should follow to help me decide which one to use?
...
hai i am creating an AIR application to display records from MySql database using pHp
Here i am using AIR http service
<mx:HTTPService id="userdisplay" url="http://localhost/Myproject/index.php"
useProxy="false" method="POST" resultFormat="object">
</mx:HTTPService>
I am getting record in XML formal and able to display in a datag...
Is there a way to create a fillable pdf form that can grow dynamically.
the requirement is .. i have a website where users will download fillable pdf forms and report their expenses. the expenses can range from 1 to 10000 or even more.
is there a way to achieve this?
-Vivek
...
I can't find anywhere information about AIR 2.0 and proxies. In 1.0 and 1.5(?) AIR used system's proxy settings but in 2.0 there's new native API and sockets. So is it now possible to do AIR program that let's you define a proxy and use that for let's say URLRequest()?
...
As I can get a reference to the main window of an Air Flex application within a component? (The component is not in the main MXML)
...
I have a dataProvider that's defined with mx:XML like this.
<mx:dataProvider>
<mx:XML format="e4x">
<root label="All Items">
<morning label="Evening" type="check" />
<evening label="Evening" type="check" />
<night label="Night" type="check" />
</root>
</mx:XML>
</mx:dataProvider>
This do...
Hi,
I've got an XML Doc loaded in. I've created an Horizontal List and referenced the arraycollection as the Data Provider. But what I need to do now is then pull the data out from that.
I have 3 nodes / variables. They are id, title, thumbnail.
But when I go to pull through the data as : {videos.title} Flex Builder gives me the Error...
Hi All,
I want to create my own plugin, Is there any tutorial available. I want to do it in java.
Thanks in Advance.
...
Hi,
I've got an <mx:Button> in my application, I have 10 items in an XML Node. What I'd like to do is when the button is clicked show the next 5 XML Nodes.
How do I achieve this?
My code is as follows at the mo :
<mx:Button x="1380.65" y="582.65" styleName="rightButton"/>
The style is just setting the up / over and down states of t...