ActionScript 3.0 :: Comment Code On Flash Builder?

Nov 19, 2009

In fLash Builder 2, I would eventually like to select a bunch of lines of code in the actions panel, click with the right mouse button and click "apply // comment" but that doesnt work in FlashBuilder , at least not that way. this seems to be a kind of a silly problem but it iirrtates me

View 1 Replies


Similar Posts:


Actionscript :: No Code Highlights In Fx:Script Of Flash Builder 4.5

Jul 1, 2011

It seems all codes inside fx:Script blocks are black with no highlights. That's pretty inconvenient.

View 2 Replies

Flash :: Eclipse - Builder 4.5 - Set Own Format For ActionScript 3.0 Code?

Jul 22, 2011

while attempting to set my own format for my ActionScript 3.0 code, i found Preferences > Java > Code Style > Formatter. i then set the braces and indent format so my code will automate like this when it's written: i realize that ActionScript 3.0 and Java are completely different languages, but their syntax is nearly identical so i assumed that the Eclipse based Flash Builder would treat my AS3 as Java. it's exactly what i'm looking for since it allows me to change the default code format:

[Code]...

View 1 Replies

ActionScript 3.0 :: Flash Builder 4 Simple Code Has Memory Leak?

Jun 29, 2011

I was using a trial edition of flash builder 4 professional and I figured before it ran out I would test the profiler. What shocked me was the number of objects that were left resident in memory. After seeing that I decided to set up a small test and had very bad luck. I was hoping someone can look at the following and tell me assumption i have that is just wrong.

[Code]....

View 3 Replies

ActionScript :: Flash Builder Plugins For Formatting MXML Code?

Nov 12, 2011

Anything like that out there now? I know there was a rather buggy formatter for FB 3, but how about a mature code formatter for FB 4?

View 1 Replies

Media Server :: (.asc) Enable Code Hinting And Highlighting In Either Flash Professional Or Flash Builder

Oct 26, 2011

Problem: I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc). Steps Taken: Searched Google with limited success, most signs all pointed to [URL] where one may obtain an Eclipse Plugin, but:It was created in 2007 (likely out dated)It has known bugs that haven't been addressedSearched this forum / adobe's web site to find a solution, to no avail.Posted this, now, in an attempt to put this to rest Request: how I can enable FP or FB to give code hints / syntax highlighting

View 9 Replies

Actionscript 3 :: Manually Supress Flash Builder Warning Message In Code?

Jan 11, 2012

I'm getting a Flash Builder warning message for multiple variable declarations of variable arr1 in the following AS3 [code]...

I could eliminate this warning with a few more if/else statements, but the code runs fine and I can't see why I should add complexity if the warning is acceptable. Would like to hear anyone else's opinion though if you think differently.

Assuming the warning is fine to live with, how to suppress the warning manually in Flash Builder? That is, only the warning for this example; other warnings must still be displayed.

View 1 Replies

Autocomplete :: Flash Builder Code Completion For Flash Libraries?

Feb 3, 2011

Is it possible to get auto completion for flash libraries in flash builder 4.0?

View 2 Replies

Eclipse :: Flash Builder - Disable Highlighting Of All Instances Of A Word In Code Editor?

May 27, 2011

In Flash Builder, for objects, properties, variables and such where your cursor is on it, the editor highlights all instances of that name in the code with a grey box. This can be very distracting and I was wondering if there was a way to turn it off or if there is a hot key to disable it.Another things that is very distracting are the mouse hover popups, although apparently there's no way to disable those :

Flash Builder + Eclipse: disable mouse hover popup?

View 1 Replies

Flash :: Flex - What Are Possible Non-code-related Reasons For A Blank Screen In Builder 4.6 Design View?

Dec 13, 2011

I was editing a very basic mobile Flex project, and after I debugged the master (application) mxml file, Design View stopped working (blank screen displayed, no Design View errors) for all files. Creating new projects, either mobile or else, or testing old, working projects, doesn't work either. Out of the related issues I've found info on, most concern earlier versions of the IDE, and deal with either Design View errors (got none), use of certain functions or custom components (I get the error even on a new project), or are solved by changing styles back-and-forth (tried already, to no avail).

I can't drag and drop components to the design area, either (a "prohibited" symbol appears and nothing happens when I drop); so I'm pretty sure it's not code-related or a bug, but probably something stupid, like a configuration issue, so I definitely need someone to take a fresh look at it.

View 1 Replies

Set Up Comment Boxes On A Flash Movie?

Jun 9, 2009

Is it possible to set up comment boxes on a flash movie? For instance, if I am viewing a page on my flash movie and I wish to make a comment on it, is there a way to set up a comment box and also show all of the previous comments as well? I figure it is but I am just unsure as to how to start it.

View 1 Replies

Write Signature/comment In Flash Site?

Jul 3, 2009

I would like to create a simple form inside my flash site where the visitors can write their name and a comment about the site which would then stay visible in the page (possibly inside a scrollpane).

View 1 Replies

Flex :: Put Custom Code In A Custom Component In Flash Builder?

Dec 11, 2010

In the main file, I would write[code]...

But if I want the component to have that behaviour innately, where do I write it in the mybutton mxml file to have it reference itself?[code]...

View 2 Replies

ActionScript 2.0 :: Implement A Comment Form For A Flash Page Using A Php Email System?

Nov 6, 2004

I am trying to implement a comment form for a flash page using a php email system. I am new to flash, but I got it working for the most part. The problem is that I receive emails, but they are blank and do not contain the info I put in. Below is the Actionscript I used and the php I used.

on (release) {
if (!FirstName.length) {
EmailStatus = "Please Enter your name.";
}

[code]....

View 7 Replies

Find Unreferenced Code In Flex Builder?

Mar 22, 2010

We've got several Flex projects, one of which has just been refactored. I'm wondering if there's an easy way to tell which classes and functions (if any) aren't being used any more?

I've discovered that we've definitely got some unused code, because running ASDoc on the entire project reports some compilation errors which don't get reported by Flex Builder (implying that those classes aren't being used any more). I'm hoping to find a more robust and complete method, and preferably one which can work at function level too.

View 5 Replies

ActionScript 3.0 :: Use Flex Builder 3 To Write Code?

Feb 23, 2009

I am trying to use Flex Builder 3 to write my Actionscript 3.0 Code however whenever I try to Eg: import fl.transitions.Tween; it does not recognize the fl folder let alone the Tween Class to import.

Where is the default Actionscript 3.0 Classpath so that I can add it to Flex Builder 3's Source path?Btw I am using Adobe CS4 / Flex Builder 3.

View 3 Replies

Actionscript :: Adding Button In Code Using Flex Builder?

Jun 20, 2009

I created a new actionscript project using Flex Builder 3 and tried to run the following file. I get this error : Definitions: fl.controls:Button could not be found.All I want to do is, to add a button to the application.How could I do it?

package {
import PaperBase;
import org.papervision3d.objects.primitives.Cone;
import fl.controls.Button;

[code].....

View 4 Replies

Flex :: Builder Import Web Service Errors In Autogen Code?

Oct 8, 2009

I'm trying to import a web service with the Flex builder feature (Data > Import Web Service). The process proceeds as expected and the classes are generated based on the web service description. The code is generated with compile errors in it though.There are 20 errors of 2 varieties. I've included a sample of the errors below.It looks like an error in the auto gen. The auto gen code is trying to dispatch an object of ArrayCollection type. As far I know that isn't possible. rror examples:

1067: Implicit coercion of a value of type net.responsys:ListTablesForCampaignResultEvent to an unrelated type flash.events:Event. Responsys/src/net/responsysResponsysWS57.as
1119: Access of possibly undefined property headers through a reference with static type

[code].....

View 1 Replies

Actionscript 3 :: Make Flash Builder Package Explorer Emulate Flex Builder's Navigator Window?

Apr 21, 2010

Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window?

Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to more power and complexity only if necessary. I want to focus on the code, not on how to navigate and use the bells and whistles in the coding environment.

View 1 Replies

Flex - Importing Flash Builder 4.5 Project Into Flash Builder 4.5.1?

Jun 27, 2011

I have an AIR project that I was working on Flash Builder 4.5 which now I'm trying to import to my updated Flash Builder 4.5.1 and it is prompting me to fix some paths before the import is completed. I'm kinda clueless what I should put in those fields.

[URL]

The project access a web server to retrieve data using JSON.

View 2 Replies

Flash :: Flex - Migrating A Project From Builder 4.0 To Builder 4.5 Is Producing The Error "The Required Skin State 'disabledWithPrompt' Is Missing"

Nov 28, 2011

I am trying to migrate a project from Flash Builder 4.0 to Flash Builder 4.5. After Flash Builder prompts me to choose my new SDK, I choose 4.5, Then I get the following error:" error "The required skin state 'disabledWithPrompt' is missing".

View 1 Replies

ActionScript 3.0 :: How To Append A Comment In XML

Feb 4, 2011

I'm writing an XML preferences file for an Adobe AIR project, and I'd really like to include XML comments. How does one append a comment to XML? The following doesn't work (the file just ends up with a blank line where the comment should be):

ActionScript Code:
var prefs:XML = new XML();
prefs.ignoreComments = false;

[code]....

View 2 Replies

ActionScript 3.0 :: Getting Comment Box To Work On Website?

Mar 22, 2011

I'm trying to get a simple comment box to work on a a website I'm working on. I want it to be able to send an email with the comment to a specific email address. I have AS3 code and PHP code from a thread on these forums but I can't seem to get it to work.

ActionScript Code:
import flash.net.URLLoader;
import flash.net.URLRequest;
submit_btn.addEventListener( MouseEvent.CLICK, submitClick );
function submitClick( e:MouseEvent ):void {
sendData();
[Code] .....

The php file is called mail.php in the main directory of the site along with the swf file with the AS code loacted in it. Does the AS have to be in a separate file or can I leave that on the frame where the actually text boxes are?

View 4 Replies

ActionScript 3.0 :: Get Columns Comment With Amfphp?

Aug 1, 2011

I'm using amfphp to get some info from SQL database.

My php code of the file in "services" folder looks like[code]...

View 1 Replies

ActionScript 2.0 :: Creating Chatbox With Name And Comment Field

Mar 10, 2009

I am trying to make a chatbox for my website, I don't even think I need a database because I don't want people to sign in. I want a Name field, and a comment field. So I want it to appear in a box saying:
Name:NAMEHERE
Comments:These are the comments.

And so on. So I am still kind of new working with actionscript, I don't really know how this would work. I am looking to make something that looks like this: [URL]. That is my old freewebs account and I am shooting for something like that chatbox but instead of you having to log in you just type your name in a field and it appears.

I am Using Action Script 2.0 but I can make it 3.0 if required and I am running Flash CS3

View 2 Replies

Flex :: Asdoc - Add A Comment To Some Elements In A Document?

Nov 21, 2010

I want to add a comment to some elements in a Flex document, and process the comments using ASDoc. I can easily do this for the script portion, but I end up with a ton of ugly "This property can be used as the source for data binding." messages for each element I declared in Flex. Is there any way to embed a comment into a flex element so that it can be read by ASDoc? I have tried using the standard

<!-- -->

notation, but that didn't seem to work.

EDIT: The notation seems to be swallowed up as an HTML comment..

View 3 Replies

Ruby :: Broken Toggle-comment In Textmate?

Feb 28, 2011

I'm having a problem with the Toggle Comment command ("Comment Line / Selection") in TextMate for Actionscript 2 (I know, I know). I've tried completely stripping the language set down to isolate the issue, and tried walking through the Ruby, both to no avail. My issue is that the command insists on using block comments for comment toggling (⌘ + /) and doesn't respect when I add a preferences file to change TM_COMMENT_MODE. I even tried using this simple preference:

{ shellVariables = (
{ name = 'TM_COMMENT_START';
value = '// ';
},
);
}

but no luck. I'm hoping that someone who speaks Ruby much better than myself (ie. at all) can find a simple fix for this. You can reproduce in any (recent) install of TextMate by creating a new actionscript 2 file and trying to ⌘ + / a section of code (or even a line). Contrast to a JS file which will use a line comment. Copy the "Comments" snippet from JavaScript to Actionscript bundles, and the problem will persist.

View 1 Replies

ActionScript 3.0 :: Comment Box - Send Directly From Website To Email?

Jul 8, 2009

I use [URL] tutorials but the only comment box they offer (as far as I can see) is a code where the send button triggers the users outlook to open to send the email.

[Code]...

I am not sure which part of the code does that, but is there a way to just have the comment send directly from my website, rather than opening up their outlook? I find that most of my visitors don't use any mail software, only online email, so I find it's inconvenient to ask them to send comments this way. is there code to have a comment send directly from my website to my email?

View 2 Replies

ActionScript 3.0 :: Add A Parenthesis <"> In Trace Without Turning It Into A Comment?

Nov 29, 2010

i'm trying to use the trace() function to get an output that uses a parentheses <"> within it.My problem is that when i type my trace, for example:
 
trace("Andy will say" + " " " + Hello.text + " " "); is suppose to come out saying: Andy will say "Hello".
 
But the AS3 reads it such that the parentheses after "Andy will say" and after Hello.txt are normally utilized parentheses.

View 3 Replies

ActionScript 3.0 :: Load Different Values For Each Name, Email, Comment Inserted From XML?

Jun 16, 2009

I have a Guestbook project to develop (personal project) but I can't multiply the values.. I'm testing with a XML (no PHP and DB yet)

For example: I need to load different values for each name, email, comment inserted from XML.

Name: (name_txt) -> Textfield;
Email: (email_txt) - > Textfield;
Comment: (comment_txt) -> Textfield;

Well.. I can load ONE node from XML, but i can't multiply it for 5 blocks of name,email and comment.And if i'd like to paginate if it runs more than 5 blocks, the next 5 goes to another page?

Here is my code:

Code:
// GuestBook
var xmlLoader:URLLoader = new URLLoader();
var meuXML:XML; // vai guardar todo o conte�do do XML;
var imageLoader:Loader;

[code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved