Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
3
votes
2 answers

Provider com.bea.xml.stream.MXParserFactory not found

Anyone come across this error when trying to import a WSDL in Flex builder 3? Seems it only occurs when trying to import a WCF based service which has 'virtual' endpoints... Some digging around makes me think Flex has trouble parsing the wsdl…
dmose
3
votes
1 answer

Using Ant with FlexBuilder

I need to run some precompile steps before I build my project using FlexBuilder. I assume I will need to use Ant to do this. Any tutorials that anyone knows of that can help me along my path? I know next to nothing about Ant and Eclipse…
Tim Merrifield
  • 6,088
  • 5
  • 31
  • 33
3
votes
1 answer

Quick fix (CTRL+1) in Flash Builder 4

What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this functionality only exist in FDT? If so what does…
geo
  • 253
  • 2
  • 12
3
votes
2 answers

Display embed images in Flash/Flex Builder

i'm using image embedding in Flex 4 (the same goes with Flex 3). I have one class with a lot of [Embed(source="../assets/icons/icon1.png")] public static const image:ClasS And i reference them using:
wezzy
  • 5,897
  • 3
  • 31
  • 42
3
votes
1 answer

Changes made to Flex Builder project not being reflected in Firefox/IE

I've been having problems with the flash debug player in Firefox and IE recently, as it won't update when changes are made to the code. Chrome seems to be working fine for me, any changes made get reflected there, although I believe a co-worker is…
Ash
  • 31
  • 3
3
votes
3 answers

Is it possible to nest folders in the Flash Builder bin-debug

I'm trying to setup my bin-debug folder so that the structure looks like this: bin-debug assets img swf main.swf css style.css js swfobject.js index.html I've tried setting the project's output folder to: bin-debug/assets/swf which…
ThunderChunky_SF
  • 423
  • 5
  • 15
3
votes
1 answer

Flex Builder Bandwidth profiling

I was trying to find a bandwidth profiler in flex like there used to be one in Flash but couldn't really find one. Is there a way, that I can do bandwidth profiling of my local swf? I'm using Flex Bulider with a AS3 project.
Fahim Akhter
  • 1,617
  • 5
  • 31
  • 49
3
votes
2 answers

Using flex 4 sdk in flex builder 3

This question may be an absolute crap. Can i use the flex 4 sdk in flex builder 3? i have a licensed version of flex builder 3 professional. so if i need to use flex 4 sdk in it, do i need to buy flash builder? cant i get all the new components in…
Anoop
  • 1,439
  • 5
  • 20
  • 37
3
votes
1 answer

How can I set the screen size of SWF-application?

I need to set the size of SWF up to 800x600. But I don't know where can I change this property. There was an idea to change stage width and height, but nothing happened.
olshevski
  • 4,971
  • 2
  • 35
  • 34
3
votes
5 answers

Flex builder3 is not generating html wrapper when targeting flex 4 sdk

In Flex builder 3 when I create a new flex application targeting the flex 4 sdk, it wont generate a html wrapper file. I have hunted around the web for answers, but no success. I have made sure the box is checked in the project properties to…
gonzohunter
  • 832
  • 1
  • 8
  • 18
3
votes
1 answer

Passing flashVars when testing in Flex Builder

I can pass values from HTML to a SWF when running my own HTML file, but I cannot see the way to do this within Flex Builder. Creating my own HTML file with an extra param in the object tag works fine:
Magnus Smith
  • 5,895
  • 7
  • 43
  • 64
3
votes
3 answers

FlexBuilder/MXMLC: Profiling the build process?

I've noticed that, recently, builds in FlexBuilder have been taking much, much longer than they used to (30 or 40 seconds, as opposed to 3 or 4). What is the simplest way of profiling these builds to figure out what is taking so much time?
David Wolever
  • 148,955
  • 89
  • 346
  • 502
3
votes
0 answers

Is it possible to use English-Hindi converter software in Flex application?

I am using Flex4.6 and anmol hindi font. But some are missing in Keymap and it is difficult to type those words. So, I want to type Hindi in a easy way, as we do in Gmail. So for that I got a software called English to Hindi converter in…
Prax
  • 183
  • 11
3
votes
1 answer

How to configure Adobe LiveCycle Data service 4.7 with Adobe Flash Builder 4.6?

I am using Adobe Live Cycle Data Service (LCDS) 4.7 and Adobe Flash Builder 4.6 for developing free yahoo stock market data application, for reference pdf click here. I follow the tutorial & completed Server side application using Eclipse IDE & i…
user2885235
3
votes
2 answers

Why are my HTML templates disappearing in flex builder when I target fp10?

When I target flash player 10 in flex builder 3, the index.html template along with some other files (history.js, etc) are removed and no wrapper html page is built. Anyone else experiencing this? I have an ant build script as well, but I was…
dmarr
  • 491
  • 1
  • 5
  • 15