Questions tagged [flex4.6]

Flex 4.6 is for issues in version 4.6 of the Flex SDK, an open source framework for building and maintaining mobile and web applications that deploy consistently on all major browsers, desktops and operating systems.

Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.

In November 2011 Adobe released Flex SDK update 4.6. And it is for rapid Rich Internet Application development and mobile application development which runs on Flash Player or Adobe .

342 questions
1
vote
1 answer

How to pass the byte array from flex to dotnet

In my project we need to save the image taken from webcam in a default path using flex 4.6 but giving a default path in flex(saving the image in a default path like C:\temp..) is not possible so we are passing the byte array of that captured image…
Srikanth Sri
  • 31
  • 10
1
vote
0 answers

Flex get error messages in production mode too

I am building an application in Flex 4.6 which load a lot of stuff at the runtime. This stuff will be placed by the end users. Between all these files, there is an handwritten xml file. In this case, it could be possible that the file is invalid…
blaazzze
  • 142
  • 3
  • 14
1
vote
2 answers

Flex: stage.stageHeight and stage.stageWidth are not correct on 4.6

I upgraded my project from 4.5 to 4.6. stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, onOrientationChangeHandler); protected function onOrientationChangeHandler(event:StageOrientationEvent):void I am using…
Arahim
  • 303
  • 1
  • 6
  • 14
1
vote
0 answers

SWF not showing up when server is running

I have a very simple HTML page which loads a swf using swfobject. If I just have all three files in the same folder then when I double-click the HTML page in the Finder(mac) or Windows Explorer (windows) everything works fine. However, when I run…
David
  • 703
  • 1
  • 15
  • 31
1
vote
1 answer

An unexpected error occurred. Error# 16828

I'm Flex developer. I'm using Flex 4.6 framework in flashbuilder 4.6 to develope an app with NativeProcess support. For this its required to package app with native installer. ie export it to exe. If app is exported to .air, it would not support…
Rajendra
  • 93
  • 7
1
vote
1 answer

Spark Button not triggering onClick Event

I updated from air 3.1 to air 3.7 and seems like now a button that worked fine cannot be clicked. The button is inside a spark VGroup.
Dan Dinu
  • 32,492
  • 24
  • 78
  • 114
1
vote
1 answer

Using custom states in Spark item renderers

In Flex 4 is it allowed to use states in Spark MXML item renderers? I am asking this, because there are already "builtin" states like Can I add my own custom…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

Loading an swf with ActionScript code for iOS

I read this was possible here:http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air-apps-on-ios/ However I can seam to get it right. My project is an ActionScript Mobile Project it uses the new AIR SDK 3.7. I…
Dave
  • 598
  • 2
  • 4
  • 17
1
vote
2 answers

load youtube video in videodisplay flex

I like to add youtube video in videodisplay spark component. i tried this but cant work,
ketan
  • 19,129
  • 42
  • 60
  • 98
1
vote
1 answer

1 Series with multiple not connected lines?

How could be achieved the chart drawn bellow with 1 Chart Series, which can represent multiple not connected, and if possible not sequential ( on the X axis ) lines ?
user791888
1
vote
1 answer

Is crossdomain.xml file a mandatory for flex applications to access server?

In my flex application, the war is packaged with crossdomain.xml policy file. The entries mentioned here means the…
1
vote
0 answers

Flex mobile: waiting view is rendered before pushing the new view

This is a big problem I have, especially with non-embedded images: After a navigator.pushView some elements are rendered DURING and AFTER the transition is occurring. Causing transition jittering and the page re-composing after the transition. The…
Arthur Flower
  • 335
  • 3
  • 12
1
vote
2 answers

How to get Flex SWFLoader unloadAndStop to unload sound also?

public var swfLoader:SWFLoader = new SWFLoader(); [Embed(source="/some/file1.swf")] public var file1:Class; [Embed(source="/some/file2.swf")] public var file2:Class; then I do: swfLoader.load(file1); Later…
StackQ
  • 13
  • 4
1
vote
1 answer

Requirements for using NetStream.seek()

I'm using a NetStream class to play video using Video class or stage video , there is no seek bar to backward or forward video , i add seek bar to video but the seek function not work exactly , it give me a wrong time of seeking .…
Sameer H. Ibra
  • 1,816
  • 2
  • 17
  • 25
1
vote
1 answer

How do I completely exit a Flex 4.6 Air mobile Android app?

Ive been trying to add a button to properly exit an Android app, built using Flex 4.6. I have used the command NativeApplication.nativeApplication.exit(); which seems to work on the emulator, and kills off the emulator. When I run it on a device, it…
Doz
  • 7,009
  • 12
  • 61
  • 69