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

Flash has broken Cornell's language application

$
0
0

We have an application that records and compresses audio that is part of a program used by hundreds of Cornell students.  The last version of Flash broke this, as the checking it does results in a 40-second wait in between each item.  Before, there was less than a second wait.  Please fix these delays.


Is Flash Builder the best Adobe product to build mobile apps in at a beginner level?

$
0
0

Is Flash Builder the best Adobe product to build mobile apps in at a beginner level?

New to Flash Builder and need direction for Touchscreen

$
0
0

I am trying to get help on wether Flash builder will do what I need it to do....I am looking to build presentations in swf for Touchscreen TV's.

I am unfamiliar with Flash builder and am getting lost in all that it can do....such as building app's etc...Can I build a simple menu which when clicked brings up another screen.

can someone point me in right direction....I don't mind reading and learning but I am having a hard time researching if Flash builder is overkill to create a menu and export out to swf

 

Thanks

I have an Action Script 3.0 File That I Want To Turn Into An App. Is there a way to take this older Flash file and turn it into an app in Flash Builder?

$
0
0

Hello,

 

I have a Flash File with Action Script 3.0 in the file that I had one day wanted to turn into an app. I recently heard that Flash Builder can do this.

 

How can I take this Flash file and take it into Flash Builder and turn it into an app?

 

What are the steps in Flash Builder to accomplish this with an already existing Flash file?

 

Are there better Adobe programs I should be using for what I am trying to do? If so then what program and what are the steps for that?

 

Thank-you!!

Flex4.5 Spark Datagrid, Sort throws an error on NULL Rows. Fix it?

$
0
0

Flex4.5 Spark Datagrid, Sort throws an error on NULL Rows.  Fix it? which version?

How do I embed a font on FB4.7 for mobile

$
0
0

Hello,

 

I'm using the Andalus font, and everything worked fine with the emulator so I didn't think I'd have to be concerned with what it looked like on my Nexus 7.

But when I used it on Nexus 7, it was using a default font instead of Andalus.

 

How do I embed?

 

I tried:

[Embed(source="./assets/fonts/andlso.ttf",
fontName="Andalus",
mimeType="application/x-font",
fontWeight="normal",
fontStyle="normal",
unicodeRange="englishRange",
advancedAntiAliasing="true")]
private var myEmbeddedFont:Class;

 

But I got an error:"invalid Unicode range 'ENGLISHRANGE'"

 

I browsed the web for help, and it had me editing up my AIR SDK files, but that didn't work at all.

 

Anyone have help?   This should be easy to do.  I must be missing something.

Error Publishing iOS app using native extensions

$
0
0

When trying to publish a release version of an iOS app using a native extension with a private framework, i get a
ERROR ITMS-90034: "Missing or invalid signature. The bundle '$bundleIdentifier' at bundle path 'Payload/AppName.app/ios/Frameworks/SomeFrameworkName.framework' is not signed using an Apple submission certificate."

 

The .ipa is correctly signed with a distribution certificate.

 

When publishing for ad hoc distribution, no such error occurs.

 

 

IPA export was done though Flash Builder 4.7,

Flex 4.6.0

AIR SDK 18.0

iOS SDK 8.0

Application Loader 3.1

iOS, UDID's and Flash Builder

$
0
0

Hi,

 

We have been making web apps using Flash Builder and now interested in trying to make some apps for iOS using F.Builder and/or Air. At the moment we don't have any Apple devices. Of course those are needed for testing. Before making decisions or paying Apple Developer Program fee it would be nice to know is it necessary to have Apple devices (UDID)? Does the Apple Dev. Program / or Flash Builder require these, or App Store?   

 

Thanks!


Is there an upgrade option from Adobe Flash Builder 4.5 Premium Edition to 4.7 Premium Edition? I can't seem to find one from the Adobe product page at http://www.adobe.com/products/flash-builder.html

Could u please help meanyone how to migrate flex 3.0 project to flash 4.7 and process

Building for iOS 8 64 bit. URGENT - please!!

$
0
0

I've detailed the entire ordeal here at stackoverflow  http://stackoverflow.com/questions/31765612/update-flash-builder-mobile-app-to-use-64-bit- with-air-sdk-18-0

 

I am having a terrible time updating my Flex Project to use 64bit and iOS 8.  I have to update because when I use Adobe Air SDK 14 I get the following error while uploading my release version via the Application Loader.

 

 

Screen Shot 2015-08-01 at 12.29.16 PM.png

 

 

I've followed all of the instructions listed in the following, but nothing works:

 

 

http://easynativeextensions.com/making-your-ios-apps-universal/

 

 

https://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html

 

 

https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html

 

 

When I change the line in my air descriptor mxl file to:

 

 

    <application xmlns="http://ns.adobe.com/air/application/18.0">

 

 

I get the following error:

 

 

Screen Shot 2015-08-01 at 12.33.44 PM.png

 

 

I've downloaded the Air SDK from this page: http://www.adobe.com/devnet/air/air-sdk-download.html

 

 

I tried using both the main link and the Flex specific SDK only link.

 

 

Screen Shot 2015-08-01 at 12.34.32 PM.png

 

 

Then I installed the Air SDK in /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722

 

 

Screen Shot 2015-08-01 at 12.36.36 PM.png

 

 

 

 

 

 

Also, I used the Apache Flex SDK installer to get the latest flex SDK to be used with Air SDK 18.

 

 

 

Screen Shot 2015-08-01 at 12.39.50 PM.png

 

 

It seems to have installed fine

 

Screen Shot 2015-08-01 at 12.38.01 PM.png

 

 

 

As you can see I've tried multiple versions.  I also select the air version in my Flex Project compiler path.

 

 

Screen Shot 2015-08-01 at 12.40.38 PM.png

 

 

I even tried overlaying the SDK in the Flash Builder SDKs folder.

 

 

Screen Shot 2015-08-01 at 12.42.49 PM.png

 

Still, I always get the error when I try to set my app descriptor XML line to 18.0

 

 

    <application xmlns="http://ns.adobe.com/air/application/18.0">

 

 

I can set it to 16.0 and the application will build.

 

 

    <application xmlns="http://ns.adobe.com/air/application/16.0">

 

 

But then when I build, my app has a ton of UI problems.  Spinners go crazy and tab bars, buttons, and layout all have problems.  My app goes from looking like this:

 

 

IMG_0034.PNG

 

 

To this:

 

 

IMG_0042.PNG

 

 

Why does the UI get so messed up?  Is it because AIR is not referenced properly?

 

 

 

 

I have no idea what to do... I am urgently trying to release my app, but I am stuck on this.  Please help.   Thanks for reading.

 

 

 

 

  [1]: http://i.stack.imgur.com/sRDVu.png

  [2]: http://i.stack.imgur.com/jAMJg.png

  [3]: http://i.stack.imgur.com/UxbCg.png

  [4]: http://i.stack.imgur.com/3aMra.png

  [5]: http://i.stack.imgur.com/nKuGs.png

  [6]: http://i.stack.imgur.com/HashD.png

  [7]: http://i.stack.imgur.com/oEkRq.png

  [8]: http://i.stack.imgur.com/LnxV2.png

  [9]: http://i.stack.imgur.com/MCQka.png

  [10]: http://i.stack.imgur.com/3URF8.png

Help me to create a simple flash program

$
0
0

Hello everyone,

 

i need a little help in order to create a smal flash with one interactive button called "Generate"

 

The program itself is very simple :

 

When the user clic on "Generate" button, the program should shows many pictures and randomly stop in 2 fixed pictures (see the screenshot please)

 

Sans titre.jpg

It act like a casino game, but only with 2 slots not 3 :

 

Capture.JPG

Thanks in advance for help

 

i got flash CC, and flash builder.

Want to know how to debug when using Windows 10 but this forum appears dead.

$
0
0

This is probably a waste of time but I'm trying to debug a Flash Builder 4.7 project and I'm getting the "Flash Builder cannot locate the required version of Flash" error.  How do I set it up for that?

请问如何用flash builder 发布一个in-house 企业版 ipa

$
0
0

如题:请问如何用flash builder 发布一个in-house 企业版 ipa,网上找了很久资料,没有看到相关介绍,求救 !

 

非常感谢@

Package Explorer causes Extreme Slow down when my project of 90+ [source path] games is open to the point of near freezing

$
0
0

My project has over 90 sub games in it, and they are linked in via source paths.

 

However when I use package explorer (so I can see compile errors) it causes flash builder to run very very slow, like Windows Unresponsive slow. This is very true when ever I save a file.

 

But, if I use Navigator this doesn't happen, or if I unfold the project.

 

I've increased my heap allocation already, tried different work spaces, nothing helps so far.

 

Any ideas?


Flash Builder importing

$
0
0

I made a project in Flash Professional, but due to some technical difficulties must move it to Flash Builder. I have symbols in my library that I would like to access from Flash Builder. Is there any way to do this?

 

They don't need to remain editable, I'm pretty sure Flash Builder doesn't even have a way to edit a symbol anyway.

 

If it makes any difference, I'm on a Mac, OS X Yosemite, version 10.10.4.  All my products are CS6, not CC.

error opening flash builder 4.6 " check .log ?"

$
0
0

  Hi Guys.

 

  I keep on getting this error. How to do I fix it? Any Ideas?

 

(  Flash Builder 4.6  cs6 master collection  )

windows 8.1

ASUS  ROG 16GB 3TB.

 

Screenshot_Flashbuilder error.png

 

Thank you in advance

Why was the Adobe Flash Builder 4.6 not installed successfully?

$
0
0

I completed the installation of Adobe CS6 Master Collection. However, FB was not installed successfully. Why?

 

Here is what came as error:

Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DF001, DF017,D ...  -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 88 error(s)  ----------- Payload: Adobe Flash Builder 4.6 4.6.1.0 {2FC6B122-6F1F-409C-8FF0-8F8369D7F30B} ----------- ERROR: DF017: Unable to create Mac alias "/Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app/Contents/MacOS/../../../Uninstall Adobe Flash Builder 4.6" referring to "/Library/Application Support/Adobe/Uninstall/{41C543D4-AC29-4B7E-B95D-D73B7EB2EFBB}.app"(Seq 13807) ERROR: DW063: Command ARKCreateMacAliasCommand failed.(Seq 13807) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/configuration/config.ini". Error 0(Seq 7379) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7379) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/configuration"(Seq 7379) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7379) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.repository/cache/artifacts673579424.jar". Error 0(Seq 7377) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7377) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.repository/cache"(Seq 7377) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7377) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.repository"(Seq 7377) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7377) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs". Error 0(Seq 7376) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7376) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions"(Seq 7376) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7376) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs". Error 0(Seq 7375) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7375) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs". Error 0(Seq 7374) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7374) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data/.settings"(Seq 7374) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7374) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.data"(Seq 7374) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7374) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/state.properties". Error 0(Seq 7373) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7373) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/1331893927141.profile.gz". Error 0(Seq 7372) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7372) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile/.lock". Error 0(Seq 7371) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7371) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.java.profile"(Seq 7371) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7371) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry"(Seq 7371) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7371) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.engine"(Seq 7371) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7371) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY". Error 0(Seq 7370) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7370) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp.configuration_root.cocoa.macosx.x86_1.0.0.I20110613-1736". Error 0(Seq 7369) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7369) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f". Error 0(Seq 7368) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7368) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.jdt_root_3.7.0.v20110520-0800-7z8gFchFMTdFYKuLqBLqRja9B15B". Error 0(Seq 7367) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7367) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.cvs_root_1.3.100.v20110520-0800-7B78FHk8sF7BB7SBB5EYD5". Error 0(Seq 7366) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7366) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary"(Seq 7366) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7366) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml". Error 0(Seq 7365) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7365) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core/cache"(Seq 7365) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7365) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2/org.eclipse.equinox.p2.core"(Seq 7365) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7365) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse/p2"(Seq 7365) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7365) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/artifacts.xml". Error 0(Seq 7359) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7359) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/eclipse/.eclipseproduct". Error 0(Seq 7358) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7358) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/eclipse"(Seq 7358) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7358) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app/Contents/Resources/AMT/application.xml". Error 0(Seq 7325) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7325) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app/Contents/Resources/AMT/application.sif". Error 0(Seq 7324) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 7324) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app/Contents/Resources/AMT"(Seq 7324) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7324) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY". Error 0(Seq 44) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 44) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp.configuration_root.cocoa.macosx.x86_1.0.0.I20110613-1736". Error 0(Seq 43) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 43) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f". Error 0(Seq 42) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 42) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.jdt_root_3.7.0.v20110520-0800-7z8gFchFMTdFYKuLqBLqRja9B15B". Error 0(Seq 41) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 41) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.cvs_root_1.3.100.v20110520-0800-7B78FHk8sF7BB7SBB5EYD5". Error 0(Seq 40) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 40) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/binary"(Seq 40) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 40) ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml". Error 0(Seq 39) ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 39) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core/cache"(Seq 39) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 39) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/p2/org.eclipse.equinox.p2.core"(Seq 39) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 39) ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.6/p2"(Seq 39) ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 39) ------------------------------------------------------------------------------------- 

System Requirements

Just upgraded to Windows 10. Adobe Flash crashes everytime I try to watch a video. Why can't I download a copy thay works?

$
0
0

Just upgraded to Windows 10.  Why can't I find an Adobe Flash to work.?

  It crashed each time?

Want files as .swf!

$
0
0

I have been using Flash Builder to write with ActionScript and have designed a few short games/tasks which I want to include in a separate website I am writing with HTML5. To do this I believe I need to embed them as swf files, which I understand how to do. However my flash builder files are .as and I'm not sure how to convert/export them as swf. How do I do this?

Viewing all 1802 articles
Browse latest View live


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