Tagged Questions
0
votes
2answers
36 views
MouseEvent.RIGHT_MOUSE_DOWN (“rightMouseDown”) doesn't work in Flex4.6 Web (runs in FlashPlayer)
When I add event listener to stage in Flash Professional CS6:
stage.addEventListener(MouseEvent.RIGHT_MOUSE_DOWN, rightMouseHandler);
or without constant:
stage.addEventListener("rightMouseDown", ...
0
votes
2answers
136 views
Including only Flash Player classes not AIR from library project when classes using Ant
I have a library project that is generic (supports browser, mobile and desktop profiles) and a Flex project that runs in the browser and depends on this library. When I debug or create a release of ...
2
votes
3answers
902 views
Flash Builder 4.6 always shows blank html page on run in Google Chrome
Flash Builder 4.6 always shows blank html page on run in Google Chrome.
I have tried everything but nothing works.
Kindly help.
0
votes
2answers
251 views
Can we change the minimum Flash Player requirement for Flex 4.6 SDK to 10.2?
Is it possible to change the minimum Flash Player required to version 10.2 for Flex 4.6 SDK? Currently the minimum required by the SDK is 11.1.
If it is possible to change it what would happen when ...
0
votes
2answers
498 views
flashdevelop for game development
I'm trying out flashdevelop for flash game programming. I've searched around and any good resource tells me the flash IDE way of doing things. searching again, i come across flex, mxml, flex sdk. I ...
1
vote
1answer
477 views
drag image over image and positioning dynamically in flex mobile
I'm using Flash builder 4.6 for mobile applications. I need to drag an image over another image in a container and I have to initially position the draggable image with dynamic positioning by getting ...
2
votes
2answers
3k views
Away3D Context3D not available
I'm checking out Flash's 3D capabilities with Away3D, and I'm following the tutorial here. I've run into a major problem though. Everytime I run my project in the browser, I get this error:
Error ...
1
vote
1answer
373 views
Flex Mobile StyleableTextField Truncate Text Based on Orientation
I am creating an ItemRenderer for a list component in a Flex application. In my item renderer I have a StyleableTextField which contains a short description of the current item in the list. If this ...
0
votes
1answer
289 views
Flex Mobile View Component Access Main Application
Is there a way within Flex Mobile 4.6 to access the main application from within a <s:View> component? Let's say my program looks like this:
Main application:
...
1
vote
1answer
1k views
Flex 4.6 TabbedViewNavigatorApplication navigator
I am new to mobile development with Flex, and there is one basic piece of information with which I cannot find an answer.
My main application extends the <s:TabbedViewNavigatorApplication> ...
0
votes
1answer
749 views
Adding A Date Picker For Mobile Project Flash Builder 4.6
This is my code for my UI i am currently using, i would like to add a date picker for android into this code. The field that has the Id="datepicker" is where i am looking to add the date picker. Also ...
0
votes
2answers
317 views
Show A Total using Numeric Input Fields in Flash Builder 4.6 Mobile Project
I am new to Flash Builder but so far everything is going good. What i am trying to accomplish is using 5 numeric input fields that calculates a total. First of this is a mobile project i am trying to ...
0
votes
1answer
456 views
Flex 4.6 Increasing Socket Receive Buffer Size
I am having an issue with sockets where the data I'm sending is getting truncated on the client side (Flash/Flex). The data that is sent by my server is full and in tact, but flash does not wait the ...
