Questions tagged [flashbuilder4]

FlashBuilder 4 stands for the version 4 of Adobe Flash Builder - an IDE based on Eclipse used for building Flex/Flash applications.

109 questions
0
votes
1 answer

Weblogic10, BlazeDS, FlashBuilder4, Error setup remoting-service bind

i am really not sure what else to try, any help will be appreciated. Thank you 1) I am using weblogic 10, flashbuilder4 eclipse plugin, everything is running off windows xp. 2) I deployed the blazeds tomcat samples on weblogic 10 and was able to…
0
votes
3 answers

SOAP Response in Flex 4

I am working with the Pingdom API in a Flex 4 AIR Application, and using the Data/Services builder built into Flash Builder 4. Pingdom's API is built on SOAP (for now at least), and Flash Builder 4 was able to import the WSDL file just fine, but…
Dave Long
  • 9,569
  • 14
  • 59
  • 89
0
votes
2 answers

Loader object not firing complete event after an external css/swf file got loaded

Hi I am a bit stuck here for the past few days. I have a SWF running in Security.LOCAL_TRUSTED sandbox. I can load my JPEGs and simple SWFs without any problems var loader:Loader = new Loader(); loader.load(new URLRequest('file:///test.jpg')); But…
butterbrot
  • 980
  • 6
  • 10
0
votes
1 answer

Moving single rows in a dataGrid in flashbuilder4

Is it possible to have "Move-Up / Move-Down" buttons that can move a selected row in a dataGrid and move it to a different row in the database? Where can I get more info or an example of this and what would this type of operation be called? Thanks
dmschenk
  • 379
  • 1
  • 5
  • 19
0
votes
3 answers

Choosing eclipse version for installing Flash Builder 4 plugin

I need to choose a version of eclipse to install the Flash Builder 4 plugin on. What versions of eclipse are most suitable for the plugin? Are there any known problems with the latest version? (currently 3.6.1 I believe) Are there any officially…
Eitan
  • 1
  • 1
  • 1
0
votes
1 answer

Get website's IP address using Flex 4 AIR app?

How do I get the IP address of a certain website using Flex 4 via an AIR application? I know that this is do-able using ping website.com but how can I replicate the same only this time, using AS3 in Flex 4 and as an AIR application.
Registered User
  • 8,706
  • 9
  • 32
  • 40
0
votes
2 answers

How to add Flex 4 spark List Item custom properties

I'm trying to make a simple flash application providing interface for taking tests as a high school assignment. One of the requirements is to use an XML file as data source.Now, having a List component bound to the XML file with questions consisting…
maik3l
  • 23
  • 2
0
votes
2 answers

Resolve conflicting package name in Flash Builder

I am using Flash Builder 4 and need a VideoDisplay component that works with Cue Points. The newer version of theOSMF classes that Flex's VideoDisplay are based on handles this already. The idea is to roll my own VideoDisplay component rather than…
Laramie
  • 5,457
  • 2
  • 39
  • 46
0
votes
1 answer

Capturing and handling json parse errors in FlexMobile Project using web services

I have this FlexMobile Project that retrieves a cart array from a http web service. If the cart has no items in it, the json returned is empty, thus causing a parse error Here is the JSON response: { "cart": [ ] } Here is the error: Error: Error…
cfEngineers
  • 664
  • 6
  • 16
0
votes
1 answer

Use global variables in Flash Builder 4

I would like to use variables throughout my whole Flex project (Flash Builder 4). So I can use them as well as in the main application as well as in all the components, services,... What is the best way of doing this? Thanks in advance!
Michiel
  • 7,855
  • 16
  • 61
  • 113
0
votes
4 answers

use PHP in Adobe Flash Builder 4 on localhost

I would like to use my localhost database and some PHP in my Flex projects (using Flash Builder 4). I've searched on the web for some good tutorials, but couldn't find one. The only decent I found was this one, but I ran into a problem when trying…
Michiel
  • 7,855
  • 16
  • 61
  • 113
0
votes
1 answer

I want to make my own visualization component, which should I extend? UIComponent or Sprite?

I want to make my own visualization component. But I don't know what to extend for my class. It seems that UIComponent has commitDisplay method which would be called by invalidateDisplayList, and Sprite does not have this method. Does it mean that I…
LeonXie
  • 35
  • 1
  • 4
0
votes
1 answer

Flex - Socket.close() issues (#2031: Socket Error)

I'm having an issue using sockets in flash builder 4. The code below sends a set of bytes to a receiving c# sockerServer. If I dismiss the error I get in flash builder manually, the bytes are sent fine and all comes across as it should on…
BlueVoodoo
  • 23
  • 1
  • 6
0
votes
1 answer

Prefuse Library: How to add to a node built using prefuse library?

I am new to Prefuse library and Java. I did install eclipse,flash builder plugin for eclipse and compiled the code. I want to make some modifications to the existing sample. TreeView.java In this sample we add only TEXT as a NODE. Can I add a link…
vismaran
  • 1
  • 1
0
votes
2 answers

Why would Flashbuilder 4 work in Internet Explorer but not in Firefox?

When I produce an application in Flashbuilder 4 and click the green run button, it opens Firefox with this URI: file:///C:/chapter_1/starter/Getting_Started/PersonalTrainerWebApp_Finished/bin-debug/Main.html but the screen is blank (grey,…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047