Flex is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air.
0
votes
0answers
5 views
Flex 4.0 HMAC.hash binary data
I have the following PHP code, which I need to get working in Flex 4.0:
$mac = base64_encode(hash_hmac('sha256', $message, $secret, true));
If the last element is a true the hash_hmac is outputted ...
0
votes
1answer
5 views
Flex Spark RadioButton Deselected Event?
Is there a way to listen for this? I can easily listen for click which selects a RadioButton, but I can't seem to find a way to listen for when the RadioButton has been deselected.
Any ideas?
...
0
votes
0answers
12 views
Nativeprocess - Hide window
I launch an executable with NativeProcess (MyExe).
if(NativeApplication.supportsMenu){// mac
var pathEV:String = "Applications/MyAppOSX.app";
}
else{
}
var ...
1
vote
1answer
12 views
Add MXML event listener on component's child
I'm not sure if this is possble, but I would like to add an event listener on a sub component from MXML. Something like this:
My Component
<s:Group>
<s:Button id="myBtn" label="click ...
0
votes
0answers
11 views
Mobile ViewNavigatorApplication on Flex 4.5.1 ram increase
I have a kind of big mobile application (flex 4.5.1) with 50+ views used in a ViewNavigatorApplication..
The application use:
a local sqlite database (now is about 700mb size).
camera and manage ...
0
votes
1answer
15 views
How to get alert in flex web application when browser window is minimized?
i have a flex web application. I want to show a pop-up window or alert when an event is received. even the browser window is minimized.
Thank You.
0
votes
1answer
7 views
Flex NumericStepper: limit range of integer part before the decimal point
I have a NumericStepper in flex that must accept values between 0 and 999.99.
I tried setting the numericStepper as follows:
<s:NumericStepper id="numStepper" value="@{myValue}" ...
0
votes
0answers
7 views
Call Siteminder protected restful service in AIR
I'm working on a AIR application which needs to call a Restfull service protected by siteminder. I've no clue to do that. Can someone out there throw some light on how to do that?
var ...
0
votes
0answers
34 views
What is wrong with this as3 piece of code?
I'm an as3 newbie and I'm trying to send a message through netstream to a function that will handle it.
Here is the line that sends
public function _attachLocalVideoAndAudio(muteCam:Boolean = ...
-1
votes
0answers
16 views
Custom web browser actionscript/ adobe air
I want to build a custom web browser in a adobe air application.
Is any one knows how to do these?
Note:- I don't want to use the HTML control, because it has many limitations.
Thanks
0
votes
0answers
14 views
How to generate p12 certificate with 100 years validity using flash builder
I am trying to upload debug version in google play store and i am getting this error
Upload failed
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK ...
0
votes
1answer
11 views
Opening sound recorder upon clicking on a button
I'm developing a flex air application(using windows 7 OS). I want to open my windows sound recorder software(in the accessories section) upon clicking on a button.I have tried a lot.But not getting.is ...
0
votes
0answers
10 views
PersistenceManager issue
I have written a code to save my screen data and retrieve it for second time. Code is:
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
...
0
votes
1answer
13 views
dispatch custom event for component doesnt have parent
i have a Group g1 that addElement MyComponent comp1 and a UIComponent c1 add child g1
and a custom Event customEvent1 means:
c1.addChild(g1.addElement(comp1))
so comp1.parent is null
this is some ...
0
votes
0answers
19 views
Silently print in the web page
All, I am trying to look for some solution to print the data in the webpage silently,
the printer type is Datamax e-4205A Label Printer, But so far I am stuck with it , Any Idea?
Any way , Is it ...
0
votes
1answer
9 views
bison's reduction didn't work as expected
I'm trying to write a EPL parser,so I'm learning flex and bison.I try using it with following rules(SQL):
SELECT { cout<<"SELECT detected"<<endl;return SELECT; }
FROM { cout<<"FROM ...
0
votes
0answers
6 views
Dynamic RSL Urls
I have a highly modular Flex application. It is essentially a single ModuleLoader that loads various SWFs. Each SWF depends on a variety of common SWCs compiled as RSLs.
The application on the ...
0
votes
0answers
25 views
Creating a horizontally laid out group of items in HTML
In Flex there is a container component called HGroup that lays out it's contents horizontally. What would the equivalent to the following be in HTML:
<HGroup gap="10">
<button ...
0
votes
1answer
21 views
Creating a vertically stacked group of items in HTML like a VGroup
In Flex there is a container component called VGroup that lays out it's contents vertically. What would the equivalent to the following be in HTML:
<VGroup gap="10">
<button height="50" ...
2
votes
1answer
20 views
Flash Builder 4.6: Testing gestures without the device
I'm new at developing a Flex app for mobile,I just need to know is there any way to test/debug gestures like swipe on the android emulator that comes with Flash Builder 4.6.
I saw people using the ...
0
votes
0answers
11 views
Right way to use mx:Accordion with s:DataGroup instead of mx:Repeater in Flex
What the right way to use dynamicly creating accordeon with spark layouts?
As I understand I need to cycle NavigatorContent tags in a way like Repeater did it. Can anyone show me example?
In ...
0
votes
1answer
22 views
Flex HttpService authorization to obtain xml feed
im trying to obtain a xml feed from my cpanel though API. I have tried several methods (see below) to pass the authorization to obtain the xml feed.
In my browser i can get the feed through the ...
1
vote
1answer
18 views
How to get instagram photos by using flex
Is there any easy way to get photos of a particular user by using flex web application. I had gone through this link, but it didn't help me a lot.
-2
votes
0answers
12 views
iOS flash Builder 4.6 Action script Mobile build behaving strange? [closed]
I was create mobile application in Flash builder 4.6 Action script project. create iOS build.
That app install successfully but when we run on application iOS device then that stop script on Flash ...
2
votes
0answers
47 views
CSV regex with any digit
I am trying to looking for regex which allows any comma separated values. Like this.
23,23,23
233-2-3,23,23
23/23/2333,22-22-2222,23
I have tried couple of things but nothing fits 100%.
[^,;]+
...
0
votes
0answers
24 views
Flex Spark components not displaying
<?xml version="1.0"?>
<!-- Simple example to demonstrate the Spark Button control -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
votes
0answers
10 views
Displaying transparent IFrame in FLEX
Using the parameter params.wmode= "opaque", allows an Iframe in Flex to be displayed with transparency.
The issue is that setting the above parameter causes performance issues that vary across ...
1
vote
1answer
19 views
Display HTML page in browser window upon clicking a button
I have a button on flex(AIR app). when i click on the button,has to open a browser window which will display an HTML page.
0
votes
0answers
11 views
Event.SELECT is not firing for local variables in Flex 3
I made a simple application in flex 3. The code is below.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
...
0
votes
0answers
18 views
How to get all the parent of a leaf node in Tree Flex
I need to display all the parent nodes of a leaf node in a Tree in Flex.How can this be achieved?
Asia
India
Chennai
Madurai
Trichy
If I click on Madurai I need to get ...
-1
votes
1answer
24 views
display an HTML page(containg audio player) in felx AIR
for($i=0; $i<$fields_num; $i++)
{$field = mysql_fetch_field($result);
'echo "<td>{$field->name}</td>";
}echo "</tr>\n";
while($row = mysql_fetch_array($result))
{ echo ...
1
vote
1answer
22 views
Get list of printers with Adobe Flex
Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist.
I'm using Flash SDK 4.6, targeting a desktop ...
0
votes
1answer
19 views
flex button multiply clicks
In my project (mp3 player) when I click button 'Play' it starts amd plays normal, but when I click button 'next song' it multiplys my clicks,(2 clicks multiply 2 times, 3 clicks 3 times...) and it's ...
0
votes
0answers
15 views
Display SWF file in Adobe AIR HTML control
I'm creating simple browser using mxml's HTML control.
I can display the swf embedded in html, like following code.
<mx:HTML location="http://example.com/test.html" />
In this case, test.html ...
0
votes
1answer
17 views
Checking if video is attached to netstream
I'm working on a video chat application and I'm building a feature where someone who starts a call can switch the call to an audio call. Now the receiver gets a link for the call and when they join ...
0
votes
0answers
11 views
connecting to php flash builder error
I'm getting an error in flash Builder when I'm trying to connect to PHP either on my localhost or webhost that says "unable to connect to database using specified connection information" and at the ...
0
votes
1answer
21 views
replace doublebackslash with single slash
How do I replace doublebackslash with single slash? couldnt find an example anywhere.
ie.
"c:\\this\\is\\a\\folder\\myfile.jpg" to "c:\this\is\a\folder\myfile.jpg"
0
votes
1answer
20 views
Bindable(event=“…”) public static function
I am trying to bind to a static function, I designate a binding event name and then fire the event from another static function.
[Bindable(event="dataUpdated")]
public static function ...
0
votes
1answer
33 views
Error “namespace mx.managers:ISystemManager not implemented by class ” when converting application to flex sdk 4.6 from sdk 3.3
I am converting my application to flex sdk 4.6 previously it was in sdk 3.3 and getting below errors.
1044: Interface method activate in namespace mx.managers:ISystemManager not implemented by class
...
-2
votes
0answers
13 views
android softkeyboard colsing in flex mobile application [closed]
am working in flex mobile application on android. am created virtual keyboard in my app.Now I wanna close android keyboard ...am trying to using needsSoftKeyboard="false" property ..Still ...
0
votes
1answer
29 views
Access a class from 2 level outside in as3
i just wanna access the public class which is 2 levels outside from the fla file. My folder structure as follows.
com
displays
main.fla
Some fla's are located in displays folder. And i want to ...
0
votes
0answers
20 views
AS3 Mobile Splash Screen Sound
Creating a project using AS3, have my splash screen files set up. Curious to know if it's possible to play a sound while the splash screen is up?
Cheers.
-1
votes
0answers
27 views
Flex: Can <s:Panel> take up the entire size of a device's screen? [closed]
I tried doing this:
<s:Panel width="100%" height="100%">
But it doesn't work.
EDIT: This is what I've done. I tried setting width and height to 100%. It does not work for me.
<s:Panel ...
0
votes
1answer
18 views
Away3D Camera undefined properties
I am trying to get the examples from the Away3d tutorials working.
view = new View3D();
var cont:UIComponent = new UIComponent();
cont.addChild(view);
addElement(cont);
//setup the camera
...
0
votes
0answers
17 views
Check Box Validation in Flex
I have created a pop up wizard, one page entirely consists of check boxes. I want there to be validation on the page that outputs an error message if a user has not selected at least one check box so ...
0
votes
1answer
41 views
DataBinding is not working properly in custom list itemrenderer
I am developing iPad application using Flex/Air.
I have problem with data binding in custom list item renderer.
I have list with a collection of Classes as data provider.
Each class have a static ...
-1
votes
0answers
23 views
Any way to include a non-reverse-engineerable component to kill an AIR app?
I'm working on a HTML/JS Adobe AIR app.
I know I can obfuscate my JavaScript, but this is very easily deobfuscated.
I have a requirement to have a product key with online activation. I could fire ...
0
votes
0answers
21 views
Flex deadlocking
I have a flex application that uses LiveCycle and Java WS.
While application is working I get one thread taking a lock on a flex.data.SequenceManager object then never releasing it. I suspect that it ...
-1
votes
0answers
18 views
Releasing locks on undeploy [closed]
I have a JBoss server and a FLEX application. Somewhere on the server happens a deadlock. A thread takes a lock on a object and never releases it. When i undeploy the application the lock still ...
0
votes
1answer
19 views
how to access application without entering name second time
I have a application, in which when user open it up on their iPad, first view is about entering user name to access application. it works fine. Every time when I start application every time it ask me ...



