flash-builder

Flex RTMP client

谁都会走 提交于 2019-12-11 23:49:06
问题 I'm trying to write an rtmp client with flex. The problem is that I have no idea where to start. Could someone please answer how I would go about doing this, or point me to a site that does? Thanks. I don't even know what classes to use and such. 回答1: You don't have to write your own RTMP client because Flash already implements a RTMP client called NetConnection. To create a basic connection you could do the following: var nc:NetConnection = new NetConnection(); nc.addEventListener

Which version of Flash Builder do I need?

泪湿孤枕 提交于 2019-12-11 23:41:36
问题 There is this similar question but I think it was answered when Flash Builder was still Flex Builder. I need to buy Flash Builder and really the Adobe site is not clear about the different versions. I need to know what is the difference between the standard and the premium editions. Is there a lack of components in the standard? Is there anything that I won´t be able to compile in standard or the differences are just in terms of the IDE functionality? Thank you 回答1: The main differences

Unable to retrieve property in main from child popup using event in FlashBuilder

梦想的初衷 提交于 2019-12-11 19:12:52
问题 I am using a component to display the popup and using an event listener to get popover properties and remove the popup in the Parent. The poup var, however, in the listeners popup var is nul so it throws an error. Any suggestions would be greatly appreciated. John Here is my EditStudentLogInForm.mxml component.. <?xml version="1.0"?> <!-- containers\layouts\myComponents\MyLoginForm.mxml --> <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="handleCreationComplete();">

Storing/Saving XML in local asset folder in AIR

和自甴很熟 提交于 2019-12-11 18:50:07
问题 AIR in general seems to be storing the xml file in the path where the app is installed. I am generating an xml and I want to save/store a xml file in local asset folder of AIR application. Any thoughts on doing this. 回答1: The File class has some static variables that point to local directories: From the docs: File.applicationStorageDirectory — a storage directory unique to each installed AIR application File.applicationDirectory — the read-only directory where the application is installed

How can I read a spark TextArea implicit line breaks?

僤鯓⒐⒋嵵緔 提交于 2019-12-11 18:25:19
问题 I have a TextArea where the user can enter text and also change the width and height of the TextArea. When resizing, the text is breaking where expected. I need to find where the TextArea skin added the implicit line breaks after resizing. ENVIRONMENT FlexBuilder 4.6 Flex SDK 4.6.0 Flash Player 11.1 EXAMPLE This is just plain text that breaks after the word "that". Any ideas on how to find the position of the line break when the TextArea lineBreak property is toFit and the text has no CR or

Publish in flash builder 4.6 (actionscript mobile project) make in flash CS5.5 animation

浪尽此生 提交于 2019-12-11 17:54:16
问题 I am new to action script development. However, I have learned enough action script that I can play with it. I am only interested in android development. For this purpose flash cs5.5 is my favourite but it does not provide captive runtime for .apk(and we have to use adt command line thing, i tried alot but couldn't embed air runtime through adt command line)... so I used flash builder 4.6 which is very good(multi platform development) and provide direct and easy option for captive runtime.

Install XFSTK in ubuntu 16.04

我的未来我决定 提交于 2019-12-11 17:43:33
问题 I am trying to install XFSTK in Ubuntu 16.04(64 bit). I followed XFSTK to install this package. While building package, it throws This Error. INPUT : libusb is already installed in /usr/lib/x86_64-linux-gnu/libusb.a. I created symlink in /usr/lib/, It threw Linking error (ld). So how can i install xfstk on 64 bit Ubuntu 16.04 ? 回答1: The prebuilt images for xfstk worked, And for libboost_program_options.so.1.62.0 lib, I had to install libboost-all-dev package. And finally u-boot console came

Flash Builder keeps losing my imported classes…arghh

a 夏天 提交于 2019-12-11 17:43:29
问题 I've been having this really annoying thing happen the past few days, that has happened before but not as frequently. I create a project in Flash Builder, import some classes, and then on occasion it keeps erasing those classes. So then I get errors in a lot of my datatypes, have to go back through my document and retype the datatype so that it reimports the class. What could be causing this? I know flash builder can be a bit buggy at times, but wasn't sure if someone else has had this

Event is not being triggered for Geolocation in Flex

前提是你 提交于 2019-12-11 16:06:43
问题 I created a button that looks up the coordinates of the device. There is no errors in the code but for some reason which is eluding me, the event is not being triggered. Here is my code: protected function lblCheckIn_clickHandler(event:MouseEvent):void { if (Geolocation.isSupported) { lblLat.text = "Finding Location..."; geo.addEventListener(GeolocationEvent.UPDATE, onUpdate); } else { lblLat.text = "Geolocation is not supported on this device."; } } Later on I have the event code: protected

Flash Builder 4.5 won't run my application

百般思念 提交于 2019-12-11 15:47:18
问题 I was running my application from Flash Builder 4.5.1 without any issues. (It is a Flex application that connects to .Net Web Services). However, something has changed recently in my configuration or project, because when I try to run the app with the play or debug button, I just get a grey screen. I can't even stop on any breakpoints. Eventually (maybe 30 seconds), a message pops up like so: 'The Flash Builer failed to connect to the running application. Please make sure that you are running