Questions tagged [flex4.5]

Flex 4.5 is an iteration of the ActionScript and MXML based RIA SDK focused on expanding support for mobile / tablet platforms.

Notable areas of focus compared to version 4:

  • Developing mobile and multiscreen applications
  • Accelerated coding for Flex and ActionScript projects
  • Support for an improved designer/developer workflow (Flash Builder <-> Flash Catalyst)
  • Updated platform support and improved performance
  • Expanded set of Spark components replacing MX versions, including:
    • DataGrid
    • Form
    • Image
    • formatters
    • validators

The initial 4.5 release in April 2011 provided support for Android devices. A subsequent release in June 2011 (Flex SDK 4.5.1) added functionality to target both iOS and BlackBerry Tablet OS platforms.

References

Introducing Adobe Flex 4.5 SDK

Flex Blog Announcement of Flex SDK 4.5 Release

Flex Blog Announcement of Flex SDK 4.5.1 Release

1372 questions
2
votes
2 answers

Flex : Purepdf : Aligning paragraph text into the middle of a SimpleCell?

I tried with this piece of code, but it doesnt work by some reason.. var table : SimpleTable = new SimpleTable(); table.widthPercentage = 100; table.borderWidth = 1; var row : SimpleCell = new SimpleCell( SimpleCell.ROW…
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
2
votes
1 answer

Flex : Multy row TabBar?

Is it possible, and how to do it ( if it is ) to have a multy row TabBar, based on the width of the container ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
2
votes
1 answer

How to get the time which is spend for loading the flash object?

how to get the time which tooks the flash object to load inside the browser, from the creation of the object untill it's ready state ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
2
votes
2 answers

I get error when importing fxg into flex 4.6 project

I made an fxg file using Inkscape and the fxg plugin. It is called BugattiVeyron.fxg I also created AS3 project using flex sdk 4.6 and FlashDevelop 4 and import this file using the import statement like this import BugattiVeyron; and instantiate …
Vlad
  • 2,739
  • 7
  • 49
  • 100
2
votes
1 answer

How to distribute 3rd-party iOS apps made with Adobe Air in-house

I have created an app for a client, using Adobe Air. I would like to distribute it under their in-house development program. I know there is an enterprise app-store but my client is not yet ready for that, so it has to be the in-house development…
Eduardo
  • 8,362
  • 6
  • 38
  • 72
2
votes
1 answer

Cannot interact with Bing Map on iOS; Android does not show polyline (Flex Mobile App, using Javascript API through StageWebView)

After being unable to solve this issue, I decided to try to implement my application using Bing Maps. I am trying to load a StageWebView with the Google Maps Javascript API inside a Flex Mobile application. Everything works perfectly when I view…
2
votes
1 answer

Adobe Air Mobile: offline playback of DRM videos

I have videos with DRM using flash Access. I would like to be able to play these videos on mobile devices using Air when offline. It is possible to play streaming DRM content on mobile devices but I'm unsure how to save a voucher for offline…
GoingToSay
  • 21
  • 4
2
votes
1 answer

Intellij cant compile flex project

Make error message : defaults: unable to open './themes/Spark/spark.css'
jumlk
  • 151
  • 9
2
votes
2 answers

Flex RemoteObject get size of request/response

As title says for some purpose I need to get the size of request/response from a RemoteObject, tracking the calls with the Network Monitor I can see the request/response size, but I can't find it in the framework.. I tried to look into every…
Marcx
  • 6,806
  • 5
  • 46
  • 69
2
votes
2 answers

Flex 4.5 List - ensureIndexIsVisible error

In my application I have a list of items which can be changed either by clicking on the list, using a next/previous button or via a menu which allows them to jump between items (mainly for the phone version which doesn't display the list). I'm using…
Rjs37
  • 189
  • 1
  • 13
2
votes
2 answers

Get a timers elapsed time

I wonder if you can get the number of milliseconds that have elapsed since an actionscript timer has started. I want to set a simple label in flex that has the value of how long it wil take before the timer fires (again). this is the code, at 'GET…
Hans Vn
  • 787
  • 1
  • 16
  • 32
2
votes
1 answer

How to create a unique eventlistener for a label/button in Actionscript in a for loop?

At the moment I have this in Actionscript (for Flex) to create 26 labels in a BorderContainer (ID letters): var lettersArray:Array = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',…
Harmjan
  • 132
  • 12
2
votes
1 answer

Targeting Multiple Resolutions Using Flex 4.5

I'm developing a game for Android tablets using Flash Builder 4.5. It has been implemented successfully on Galaxy Tab 7.0", but now I need to edit it in order to fit all android tablets. I attempted searching for information on this, but nothing I…
2
votes
0 answers

Dynamic Video Streaming doesnt work in iPad

I am trying to create video dynamic streaming for iDevices,i tried this simple code under RTMP protocol and recorded video. it works in Flash Builder 4.6 simulator but in iPad it does not work:
hadi
  • 229
  • 1
  • 7
  • 16
2
votes
1 answer

Flex: Remember the tab index and name on the PopUpButton of the SuperTabNavigator

As we all know SuperTabNavigator is an open source component from the flexLib which gives an advantage over Flex Tab Navigator that we can close the tabs from the close button on each tab with the use of SuperTabNavigator. Additinaly there is a…
Gurjaspal
  • 71
  • 4