flexbuilder

Flexbuilder won't launch...arrrgh!

In a panic since I'm trying to meet a deadline so appreciate any feedback on this. For some reason, Flexbuilder 3 on my mac won't launch, crashes on startup. I've never experienced this before. Checked the .log file and what seems to be the problem is the following /Users/foo/Library/Preferences/Macromedia/Flash Player/#Security/Flash...

Retrieving a single cell value from a datagrid in Adobe Flex

I'm using CF to retrieve values from a database that are then being stored in a datagrid in Flex. I then want to selectively take the value from one cell of the datagrid and store it as a string variable. I've searched around, but I haven't been able to come about a solution. The users will not be interacting at all with the datagrid as ...

Flash Builder 'building' html files...

I'm using Flash Builder 3 to edit my Flex app, but I noticed that every time I make a change on the .html files (index.template.html for example), even if it's not in the IDE but with another program, Flash Builder rebuilds the whole project. Is there anyway to stop this? Why would it need to rebuild the workspace everytime a html file ...

Open source alternatives to Flex Builder?

Are there any open source (read free) alternatives to Flex Builder? I do not qualify for their student waiver (sad) ...

Security error accessing Service outside of FlexBuilder

I'm very new to Flex and I have what I think it a head-scratcher. I am building a little Flash app that will consume some web services over HTTP. When I am in Flexbuilder and run my app there, it works fine. When I goto to my FlexBuilder project on my OS and double-click on it, it works fine. When I zip up my bin-debug file, I get th...

YouTube API Security Error Flex

Hi, I've tried to use the YoutTube API within a Flex project. But i got this error: *** Security Sandbox Violation *** SecurityDomain 'http://www.youtube.com/apiplayer?version=3' tried to access incompatible context 'file:///Users/YouTubePlayer/bin-debug/YouTubePlayer.html' Here are the two files: <?xml version="1.0" encoding="utf-8...

How can I set the size of SWF-application in ActionScript project (Flex builder 3)?

Silly question.. 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 heigth, but nothing happened=( ...

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 flex builder 3? Regards, PK ...

Can I use an Application developed with Flex Builder Trial ??

Can I create an application with Flex Builder Trial ( that I have just downloaded ) and use that application on my website ? But all of you that use Flex Builder have the licence ?? It's very expensive for me ;( ...

Website created by Flex Builder works on every browser that use flash ?

Does websites created by Flex Builder works on every browsers that use Flash ? ...

SWF only working in debug folder.

If I copy all the files from the debug folder and paste it somewhere it stops working gives me a sandbox error. ( I am not using any absolute paths) and everything seems to be fine in debug folder. Any Ideas? It's a actionscript project in flex builder. ...

Flex Builder Bandwidth profiling

Hi, 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. ...

is indentation working in Flex Builder on mac ?

hi, is indentation working in Flex Builder on mac ? I'm pressing APPLE + i, but my MXML code layout doesn't change. Is it maybe only for Actionscript ? ...

Transitioning from FlexBuilder 3 to FlashBuilder 4 ... there and back again.

It's growing pains time again. Some of our stuff requires FlashBuilder 4 and some still requires FlexBuilder 3. Both are installed OK, and no projects use both IDEs. The trouble is, when I go back to work on a FlexBuilder 3 project it takes freakin' forever to build and I get weird errors like these: This doesn't seem to cause any ide...

IntelliJ vs flash builder for Actionscript projects

Would luv to here from developers who have made the switch from Flex-Flash builder to IntelliJ. What are the advantages, if any? ...

Flex Builder : How to use a specific firefox profile for launching?

Hi, I tried doing the above by giving the following params in Window -> Preferences -> Web Browser -> Edit -> Parameters : -P devpro -no-remote But whenever I run an application from flex builder, it asks me to choose a profile. I also tried: -P "devpro" -no-remote -P %devpro% -no-remote -P "devpro" -P %devpro% None of them worked...

Flex Builder: I want to go from titleWindow to a panel.

I'm building a user login page and I want to go from titleWindow to Panel. I'm using the following function but it always takes me back to parentApplication. My question is how can I go to my panel and not to Application page? I know that I'm using parentApplication but what should I use instead? Here is a part of my code: private fu...

In Flex Builder, what's the shortcut key to switch perspective?

Hi anyone know? In Flex Builder, what's the shortcut key to switch perspective? ...

custom flex component, visual controls in design view

Do you know how if you drag an <mx:Label> or <s:Label> component into your Flex project, when you go to design mode you get this panel on the right to set its properties like text etc. I have a custom component that I can call with actionscript, or with mxml like this: <comps:TheComp field1="OK" field2="Yes" /> The component takes t...

flex debugger (how to retrieve a session variable set by a browser)

hello, i'm creating a flex application and trying to debug using the "Network Monitor" view. The script i'm debugging fetches a PHP session variable (the PHP outputs xml) and the actionscript retrieves the value from the HTTPService event. if I am using say a chrome browser, i can correctly retrieve the session variable ANY TIME. if I...