Quantcast
Channel: Adobe Community : Discussion List - Using Flash Builder
Viewing all 1802 articles
Browse latest View live

Where can I download flash builder 4.5?

$
0
0

Where can I download flash builder 4.5?


Looking for code coverage tool for Flash.

$
0
0

Hi

For .NET our team uses dotCover and we like it. But now we need to check code coverage for  Flash and we got stuck.

Is there any code coverage tool for Flash which is similar to dotCover? Please help.

 

Thanks

Steps to ensure all Adobe Copyright requirements are met with Flash Builder generated source files?

$
0
0

I'm currently doing copyright scanning on our product to look for open source copyright banners, and to make sure we are correctly following all copyright requirements for our licensed software.

 

That said, our entire team uses licensed Flash Builder 4.7's to build our client in Flex.   Several of the source files generated by the Flash Builder (especially skins) have Adobe Copyright banners on them.

 

<!--

 

ADOBE SYSTEMS INCORPORATED
Copyright 2008 Adobe Systems Incorporated
All Rights Reserved.

 

NOTICE: Adobe permits you to use, modify, and distribute this file
in accordance with the terms of the license agreement accompanying it.

 

-->

 

I can't find any assistance or online help that outlines how I fulfill the "accompanying" portion of that clause.  Is there something I can add to our arbitration file or documentation to satisfy that?

 

Thanks,

Joe Firebaugh

Using multiple locales in Flash Builder 4.7

$
0
0

Is there a known issue in FB4.7 adding multiple locales in the compiler arguments?

 

I'm trying:

 

-locale fr_FR,en_US

 

...but it looks like FB is trying to find a single locale with the name 'fr_FR,en_US' rather than the pair:

 

unable to open '/Applications/Adobe Flash Builder 4.7/sdks/4.10.0/frameworks/locale/fr_FR,en_US'

 

Thanks,

 

Simon

Flex 4.7 debugging on mobile fails

$
0
0

I have flex 4.6 and 4.7 installed on my PC.

Flex4.6 can debug on mobiles (S4 and NEXUS) through USB

 

When I debug on Flex4.7 throug USB,  Flex finds my mobile, but he cannot lunch it:

 

flexError.jpg

 

It says mobile state: "offline".

 

I tried to restart PC, my Flex, My mobile: still the same problem.

s:DataGrid not editable in full screen mode ?

$
0
0

hi folks,

 

i have a Flash builder 4.7 application with a spark dataGrid component on it.

if the application start in full screen mode ( this.stage.displayState = StageDisplayState.FULL_SCREEN; ),

the grid cells are not "editable" but the cell editor is open - you can not type values ?!?

 

this = s:Application

 

does anyone know a solution for this behavior ?

 

thx4hlp, regards

dieter petz

Can anyone explain me how to scale the image in canvas in flash builder 4.6

$
0
0

Can anyone explain me how to scale the image in canvas in flash builder 4.6, Scaling of image in component , can i get some examples ..  it should set almost all size screen

Hi everyone im using flash builder 4.6,, Can anyone explain me how to scale the image in canvas in flash builder 4.6, Scaling of image in component , can i get some examples .. it should set almost all size screen


AdvancedDataGrid populated by JSON data

$
0
0

Hi, I'm currently use an AdvancedDataGrid to show a HierarchicalData from and XML file.

It works but now I have to use a JSON data and for a DataGrid with a simple Data Provider I have no problem.

Is it possible to use a JSON source for a HierchicalData?

Thanks,

David

Flash builder doesn't load on flash player 11,only version 13

$
0
0

Hi everyone

 

I developed a swf player on flex builder 4.5, over flex sdk 4.6, using the minimum version required by the sdk(11.1)

But for some reason, the script code only works fine on flash player 13.

 

What am i missing?

 

On the flash player 11 this is written by swfobject.js

<object id="CorePlayer" name="CorePlayer" width="0" height="0" type="application/x-shockwave-flash" data="assets/CorePlayer.swf"><param name="allowscriptaccess" value="*"><param name="allowfullscreen" value="true"><param name="wmode" value="transparent"><param name="flashvars" value="endpoint=&amp;hash="></object>

 

And this is the javascript code using swfobject.js way:

var swfVersionStr = "11.1.0";

                var xiSwfUrlStr = "playerProductInstall.swf";

                var flashvars = {

                    endpoint: "",

                    hash: ""

                };

                var params = {

                    allowscriptaccess: "*",

                    allowfullscreen: true,

                    wmode: 'transparent'

                };

 

 

                var attributes = {

                    id: "CorePlayer",

                    name: "CorePlayer"

                };

                swfobject.embedSWF("assets/CorePlayer.swf", "flashContent", "0%", "0%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);

                swfobject.createCSS("#flashContent");

 

 

But doesn't load corePlayer.swf on the networks resources from chrome.

 

Any ideia about this issue please thanks for your attention!!

 

Also some others tecnichals settings

flash versions.pngflexbuilder-settings.png

Code coverage plugin problem

$
0
0

Installed the coverage plugin into Flash Builder 4.5 and it appears to be working correctly.  It says I'm connected to an application when I run it and when I press stop the report button becomes enabled.

 

The problem is that when I click on the report window... the report button is completely empty even when I remove all of the filters.

 

Thoughts?

Code coverage plugin - no packages in report

$
0
0

I have FB 4.7 Premium Trial Edition on Windows 7 64-bit. I have FlashPlayer 11 in IE 8. I have installed the code coverage jar into the config folder as directed. In the coverage perspective the coverage tool says "Listening..." and then "Stopped.." as expected, but when I click on the "Generate Report" button the Current Report view appears, but there is nothing in it.

 

I can debug the app, stop at breakpoints, etc, so I'm pretty sure the requirements for debuggable code and FlashPlayer are met.

 

Any ideas why this is not working?

Do I need to pay extra charges if I release a commercial product developed in Flash Builder?

$
0
0

I am going to develop a flash game in Flash Builder for commercial purpose. If I become a member of creative cloud or I purchase the premium version of Flash Builder, do I need to pay Adobe extra money? anything I need to notice? Thanks!

iOS/AIR Running and Debugging Issues with Flash Builder

$
0
0

I'm having very frustrating intermittent issues running and debugging Flex applications on an iPad 3rd generation retina with Flash Builder 4.7.

 

Until this morning, launching on device using both standard and fast packaging worked pretty well. Every now and again, I'd get a dialog saying the packaging had completed successfully, but it hadn't. A quick change of the USB cable to another port on my iMac and it started working again. I'd also randomly get a "Error occurred while installing the application: Invalid <device> specified" error, which quickly went away.

 

This morning, with the same code base, the same certificate and provisioning profiles, Flash Builder has only managed to successfully package and run my application on my iPad twice and I must have attempted to launch fifty or so times. Standard packaging, fast packaging and with and without the useLegacyAOT.

 

Does this sound like a Flash Builder issue? Is my iMac USB driver dodgy? Has anybody else experienced this?

 

Any help greatly welcomed!

 

Thanks,

 

Simon

I am unable to register by Adobe flash builder 4.7 with the key i got from complimentary upgrade to Adobe Flash Builder 4.5

$
0
0

I am unable to register by Adobe flash builder 4.7 with the key i got from complimentary upgrade to Adobe Flash Builder 4.5

Please help


What are the requirements for building an Android game?

$
0
0

Hi guys,

 

What is the complete list of Adobe products I would have to purchase in order to be able to take a flash game (FLA extension file) and build it into an Android game?

Adobe Flash + Flex + Flash Builder?

 

Thanks!

-Kim

Extension Builder

$
0
0

How to Install Extension Builder for Flash Builder 4.7.

overlaying adobe air sdk 13 in flash builder 4.7

$
0
0

After overlaying adobe air sdk 13 in flash builder 4.7 I have followed the step mentioned on adobe site.

 

i am getting lots of error in flash builder 4.7 after overlaying.

 

Can anyone please suggest me how to get it done for flex mobile project.

overlaying adobe air sdk in flash builder 4.6

Flash Builder 4.7 on OSX 10.9 (Mavericks)

$
0
0

Hey Everyone,

 

If you've updated to OS X Mavericks BETA and you're unable to start Flash Builder 4.7 visit the following page and download the the file on the right.

 

Install Java 6 and run Flash Builder and everything should work as normal.

 

http://support.apple.com/kb/DL1572

Viewing all 1802 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>