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

library not found for -lstdc++

$
0
0

My app has been running and building quite happily but I wanted to use the IOS simulator to take some screen shots.  This used to work, now since upgrading to Yosemite, I get this error:

 

Error occurred while packaging the application:

 

 

ld: library not found for -lstdc++

Compilation failed while executing : ld64

 

How to fix??? Anyone?

 

Sue


iOS universal libraries for ANE

$
0
0

I am using airsdk 16.0 to support 64-bit while compliling the app got the error to be "libuistagewebview.a ,lib noification.a ,libNativeGAtracker.a are required to have universal iOS universal libraries .please contact ANE developer for the same."

 

please help me .

Next Flash Builder when ?

$
0
0

Guys,

does anybody know when approximately the new Flash builder will be released?

Flash Builder crashes on loading Workbench - Mac 10.7.4

$
0
0

Flash Builder crashes whenever it starts loading the workbench. Is there anyway to fix this? I searched for a possible solution and only found one, cleaning the workspace. I would try it if I knew where to go. This happened all of the sudden and I did nothing to flash builder previously.

iPhone5 resolution incorrect

$
0
0

I'm using AIR 17 and Flash Builder and when running on a device, the values returned are half the devices values.

 

What is returned is 568x320 and the real dimensions are 1136x640.

 

Has anyone else seen this?

Is possible to sign a Captive runtime bundle executable in mac with a mac distribution using codesign (to avoid security Alert)

$
0
0

Hi, again:

 

Is possible to sign a Captive runtime executable (.app) in mac with a mac distribution certificate using codesign (to avoid security Alert)?

 

Considering that Flash Builder does not allow you to create an unsigned .app (captive).

Basically, apparently is imposible to do it, when I try codesign always return a: part of the bundle is sealed.

 

Please anyone there can help me to solve this?

 

Thank you.

Flash Builder not showing desktop Application

$
0
0

While learning Flash Builder, I am testing a simple application that runs in a browser, the code is like so:

 

<?xml version="1.0" encoding="utf-8"?>

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

xmlns:s="library://ns.adobe.com/flex/spark"

xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">

 

<fx:Script>

<![CDATA[

private function doSomething():void

{

myPanel.visible = false;

}

]]>

</fx:Script>

 

<s:Panel id="myPanel" x="32" y="38" width="445" height="316" title="My Panel">

<s:Label x="206" y="34" text="Label"/>

<s:HSlider x="171" y="121"/>

<s:Button click="doSomething()" x="182" y="198" label="Goodbye"/>

</s:Panel>

</s:Application>

 

When I run the application in a browser if show fine, but when I set the a project up with the settings for Desktop Application I can't getting anything to show up. I have no problems listed in the problems view. Does anybody have some advice on why I don't see a compiled application.Thanks

Run two application sessions at once: Networking

$
0
0

Hello,

 

I'm working on a collectable card game where there are two Flash clients and a Java server.  This is a straightforward situation.

 

I want debugging to be as streamlined as possible so there isn't headaches of me trying to fight against the user interface.

 

Since Flashbuilder won't let you run debug twice on the same project, I have the following two options:

 

1) I could make a bin-release version and run from the folder as one, and debug as the second client.

 

2) I could have two identical projects in code that I need to keep redundantly updating code as I go along.

 

Both of those have obvious headaches.  Both of them require double build times.

 

Does anyone have an idea of how I can do this better?


Not all of Flash screen shows when testing swf

$
0
0

Hello. I am creating a Flash animation with the stage settings of 1920px x 1080px. When I test my animation almost an inch around the border of the stage is cut off. It's like the animation has zoomed in. I have tried using different resolutions on my screen, but nothing changes. I have tried to make the stage dimensions smaller, but that's not working either. Can someone tell me how to fix this problem?

Orientation Flip on start (possible bug)

$
0
0

Hello everyone,

 

I just found out what seems to be a bug in Flash Builder or AIR which I can't seem to resolve, and it's really driving me mad. So I'm asking for the help of all of you, to see if you have the same problem as me.

So, what's happening is that when I have this configuration below set in the xml manifest file, in the initialWindow node ofc, my app will just flip the orientation upside down when it starts.

 

<aspectRatio>landscape</aspectRatio><autoOrients>true</autoOrients><fullScreen>true</fullScreen><visible>true</visible><softKeyboardBehavior>none</softKeyboardBehavior>

 

The problem disappears once I remove the 1st line or set it to portrait, but I need it there, because my app only works in landscape.

I tested this in AIR 15,16 and 17 and always got the same result. Once, it started working by setting the flag "swf-version" to 16 in the compiler arguments, other times it just randomly starts working. Now it just won't work no matter the value of that flag.

 

So, can anyone please test this on a simple app, and tell me weather it works or not? Or maybe point me in the right direction?

 

Thanks in advance.

Local video file (.mp4) file not play in MAC OS using netstream (NetStream.Play.StreamNotFound)

$
0
0

I have developed adobe air application using adobe flash builder 4.6 for Windows and Mac OS. Application allow user to download movie (.mp4) file in his system at specific location for play  without live streaming. File downloading correctly in both OS and also file playing from download location in Window application correctly. but when start playing file Mac OS application not start playing.

 

When start playing in mac OS, NetStatusEvent.Net_Status event return "NetStream.Play.StreamNotFound" event info code. I have found one solution for mac OS is use colon notation instead of slash notation. I have tried it but it also not working.

 

Code:

_nc = new NetConnection();

_nc.addEventListener(NetStatusEvent.Net_Status, connectionHandler);

_nc.connect(null);

 

private function connectionHandler(event:NetStatusEvent):void

{

     trace("Connection to server: " + event.info.code);

     /// Get "NetStream.Play.StreamNotFound" code in mac OS.    

}

 

 

slash notation path: /Users/mayur/Downloads/myvideo.mp4

Colon notation path: I have tried following colon notation path

1) :Users:mayur:Downloads:myvideo.mp4

2) Users:mayur:Downloads:myvideo.mp4

3) Macintosh HD:Users:mayur:Downloads:myvideo.mp4 (Macintosh HD - Drive name)

 

Please help me to solve this issue.

CameraRoll.browseForImage() does nothing

$
0
0

I'm developing on an iPad Mini with iOS 8.1.3 and using Adobe AIR 17.0.0.144. When I call browseForImage() the screen seems to flicker (only the first time I call it) but do anything. Touching anywhere on the screen will trigger a CANCEL event from the CameraRoll as if it were open but hidden. Is anyone else seeing this? I hope this can be fixed soon.

 

Thanks,

Shane

how to insert image to SQLite for mobile project in flash builder?

$
0
0

please help me. The script for insert image to database SQLite for mobile in flash builder.

Flash Builder 4.0.1 with SDK 4.5?

$
0
0

Is this possible?

How do I do this?

How can we buy a license for Flex Builder 3?

$
0
0

We develop apps using Flex SDK 2 and it is not compatible with Flex Builder 4. Is it possible for you to provide license for Flex Builder 3?


I have a flash map and table on my website that needs updating. I can locate the SWF files but not the FLA files and the original programmer is not available. Several programmers tell me that my only option is tho start over. Thoughts?

$
0
0

I have a flash map and table on my website that needs updating.  I can locate the SWF files but not the FLA files and the original programmer is not available.  Several programmers tell me that my only option is tho start over.  Thoughts?

question about aes128 HLS video streaming for iOS using StageVideo and NetStream and custom key with Wowza server

$
0
0

Dear Adobe team,  we are developing an application for iOS which should have secure video streaming. We use Wowza server and I have built already a player which streams aes128 encrypted HLS for iOS (using StageVideo), it works fine. The problem is that the way HLS works is it is providing the decryption key in the playlist file which is easy to be seen on client side and the client will be able easily to decrypt the video files. I'm looking for a way to use the key from different input (like hardcoded or different request) but I don't see any option in Adobe AIR NetStream class to get the key request part and do some modifications there. Could you please let us know if there is a way to achieve that?

 

Also having the native iOS player is not an option for us because we need the player to be within our application for more security features that we add.

 

Your response is greatly appreciated. hank You in advance!


Sargis

which version of flash builder support avm2.intrinsics.memory.li8 ?

$
0
0

which version of flash builder support avm2.intrinsics.memory.li8 ?

Flash. Error during upload

$
0
0

hi guys!

I createdan ad onfllash cs6 (728x90p)butkeep gettingthismessage.


Untitled-1.jpg


whatismy mistake?


thank you!!

Invalid SWC file using ADT to create an Android Native Extension

$
0
0

I'm following a tutorial on youtube:

https://www.youtube.com/watch?v=dfq9wiuLks4

 

Using Flash Builder 4.6 and and when I get to the point where the project is supposed to be built using adt I run into the following error:

 

"Invalid swc file:"

 

Here is the command I'm using:

adt -package -storetype PKCS12 -keystore newcert.p12 -storepass mypassword -tsa none -target ane notifications.ane build/ane/Notifications.swc -platform Android-ARM -C build/ane/Android-ARM

 

Ive tried setting the Additional Compiler Arguments in the Flex Library Compiler to this: "-locale en_US -swf-version 19"

 

Still the same result, If anyone can help me figure out how to trouble shoot this or isolate the problem I would greatly appreciate it.

 

Thanks

Viewing all 1802 articles
Browse latest View live


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