I have created a Flex project in Flash Builder 4.5. Next I added fl.controls libraries (and then mx.controls libraries) in the project. I am adding a screenshot so you can see the setup and the code.
However when I run/debug it, nothing appears in there. Totally white.
I've worked with fl.controls before, I used Flash CS5 to compile the ActionScript project and they worked correctly.
Is there any particular reason why it does not work in Flash Builder?
UPDATE: When I add graphics to the text input, i.e.
I try this code... Bt when i render fla file through flash it shows output but when i jst play swf file it shows nothing
stage.addEventListener(KeyboardEvent.KEY_DOWN,KeyMovement)function KeyMovement(event:KeyboardEvent):void{ var myStr=String.fromCharCode(event.charCode) output.text="key is Pressed="+myStr}
i put an textbox on stage output but it is showing nothing...
url...The idea is that when you click on a subject area, it appears as though you zoom in on the map and then the information displays. Right now I only have content up in the contact and bio area, and it's just filler stuff.I sent it to her to get her initial feedback, and she's telling me that some things aren't displaying. Like the text in the bio section, or the photo in the bio section, and that things are generally 'screwy'.She's using a Mac OS 10.4, Safari 2.0. I got her to update her flash player, that didn't do it. I"ve never used a Mac so this is very foreign to me, and I'm entirely confused about it. Everyone else I"ve asked seems to not be having a problem at all, so I'm hoping maybe some of you find people could click the link and see if things seem to show up. Note that there is just placeholder stuff in the other areas for now.
I have a for loop which is grabbing data from a xml file and showing it to the user.. my problem is that I want to show 5 for let's say.. 30 seconds.. and then making a transition and show another 5 elements.
I can make the condition like:
Code: if(info.length() >= 5){ for (var i:int = 0; i < 5; i++) {
and I show the first 5. But what now? How do I hide those and show the next five?
I am currently developing a flash application that would allow a user to control a movieclip on the stage using 2 keyboard inputs (like turning 2 knobs in order to align something).I have it set up that on the 2 keyboard inputs, the movieclip moves.What I am looking at doing is using trace statements that I use to track the position of the movieclip, which is just a simple black dot, and having the values of the trace statement show up on screen in 2 dynamic text fields, after being rounded to the nearest whole integer. The dot is in the movieclip entitled mCoordPlane.My script is below:
stop(); mAligned.visible=false;mNotAligned.visible=false; var letterK:Boolean=false;var letterJ:Boolean=false;var letterD:Boolean=false;var letterF:Boolean=false;[code]......
I managed to show the output of a shell command in TextArea of flex by calling following php file via HTTPService and then using the dataprovider attribute of TextArea to show the returned output.
I'm creating a carousel using AS3 based on the following code: [URL]. I've got several elements on the stage that I'd like to be behind the carousel but instead I can see that the carousel is showing up behind all the elements on the stage.
Problem that I want to share with you is that I have two external swf. One is swf generated by Flex IDE and second one is generated by Flash IDE. When I load flex swf, loading progress output is not showing until the whole file is loaded. This problem is not presented when I load flash swf as you can see on this testing page 90.157.198.254/test/test.php.
I am trying to load an external XML file and then output select pieces of data (location data) based on mouseover events on different objects (images of provinces). Something is wrong with my attempt to put data from the XML into the text objects I created. I think it is finding the file because when I remove the file, it balks, and when the file is present, it stops balking. But it keeps saying "Access of undefined property" or other things along the lines of "This thing is empty". My guess is that the syntax is wrong in the area below which I marked with an "ERROR HERE" comment.[code]...
Is there an easy way to output flash data into a word document or into a text file without using API scripts,PHP and all that kind of stuff? Because it's fairly over my head. And If there is a way possible - will it interfere with security settings on someones computer?
I'm used to using SoundMixer.computeSpectrum, but I need to get some data on-the-fly from the microphone (and I can't use the SoundMixer with the microphone).
I'm having trouble translating the FFT data (from this class) as shown in this excellent spectral analysis example to match the ByteArray output from computeSpectrum. My existing code is built to handle the data received from computeSpectrum (with FFT set to true).
we are implementing an AIR application in Flex.We populate dynamically a canvas and present it. The problem is that the data are build not before the the change of canvas. Is there a way to buffer the output and present it after the data has been populated?
I am looking for a way to store data I would want from a flash game of mine. I could just manipulate a highscore table but i was looking for the specific function to maybe try and create my own.
how to show output data in a text area. I'm making a logger of variables being sent from a game. I notice the output records all the data. But, when I make it into standalone, there isn't a output. How do you show the data in from the output into a text area on the layer.
Is there any way to attach custom data to elements? Kind of like the $.data() function in jQuery?I know you can subclass and element and add custom parameters, but it would be an overkill to create custom class just to add a single custom parameter.
. I heard that there's a 128 character limit for links in Flash. Is there any way around this?
What about forms? PayPal has the option of doing a form for a shopping cart. Flash won't even begin to recognize it when I just drop the form code in there.
I have a page.php with a flash banner embeded. banner.swf loads, but displays nothing because it is not getting its data from data.xml which is in flash/lighter/data.xmlIt only works if the banner.swf and data.xml and the banner_images are all in the root directory. That's not possible and totally unacceptable. So I did get some info here about setting a parameter like this :: :: which is exactly where the data.xml file resides. I figured that had to be the solution. Still no data gets loaded.... unless I have the data.xml, banner.swf, banner_images, all in the root directory where page.php which contains the object code resides. How can I make this seemingly easy thing work
I have an AS3 swf which users can upload jpg images to my EC2 instances which sit behind and Elastic Load Balancer. The jpg images are converted into bytearray data and sent using URLLoader.load(URLRequest)I make 2 calls when uploading, one to upload a large version, then another to upload a thumbnail version. A PHP script to which the bytearray data is uploaded converts this to a file using file_put_contents($destination,$GLOBALS["HTTP_RAW_POST_DATA"])Is it possible to combine these two requests into a single request which contains both the bytearray data for the large and thumbnail images and 'split' the HTTP_RAW_POST_DATA to create 2 files at the server. This would be better than uploading the bytearray for the large version then using something like ImageMagick to resize the resulting image into a thumbnail which I realise is another option.
I want to extend AdvancedDataGrid to show a Waterfall Chart in one of its columns.
To do that I already created custom cell render that shows bars as I need.
Now I have a little challenge: I have to pre-process data to show my Waterfall Chart properly. I have to do it before my grid is show. So, I assume that I have to extends AdvancedDataGrid and overwrite some methods.
I've been doing an active net connection checking for my project, once it loads it should jump to my other scene which contains datagrid populated by an xml(php) from a mysql server, but when i run it the data grid remains empty. I've tried it before with out the jumping to another scene and the datagrid is ok..
This will parse child elements of the <text-block> but will not work with <ul> as it has its own child elements <li>. I guess this could be accomplished with yet another loop but I wanted to check to see if there was another simpler way.