This text is replaced by the site logo. If not, try enabling javascript.
Advertise
|
About us
|
Site map
|
Syndicate
|
Search site
|
Mailing list
|
View Authors
|
Become an Author
Home
Tutorials
Forums
Articles
Blogs
Movies
Library
Employment
Press
ActionScript.org Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Page 1 of 10
1
2
3
4
5
>
Last
»
Showing results 1 to 50 of 500
Search took
8.93
seconds.
Search:
Posts Made By:
CyanBlue
Forum:
Content Postings / Updates
04-26-2013, 06:23 PM
Replies:
3
SoundManager
Views:
465
Posted By
CyanBlue
Hehe. Sorry. It's approved. Thanks. :)
Hehe. Sorry. It's approved. Thanks. :)
Forum:
Other Flash General Questions
04-19-2013, 02:16 PM
Replies:
2
Flash Kiosk
Views:
1,017
Posted By
CyanBlue
That's what I do for my job and I don't really...
That's what I do for my job and I don't really see any security issue. What did you read?
Forum:
Content Postings / Updates
04-11-2013, 02:24 PM
Replies:
17
Actionscript.org future
Views:
1,320
Posted By
CyanBlue
Fire away. We are all ears. :)
Fire away. We are all ears. :)
Forum:
Content Postings / Updates
04-10-2013, 12:38 AM
Replies:
17
Actionscript.org future
Views:
1,320
Posted By
CyanBlue
Well, it's one thing to see lots of ads but its...
Well, it's one thing to see lots of ads but its another to see less number of participation.
Ads, you can just bypass that by running some sort of browser plugin which I install as a first plugin...
Forum:
Content Postings / Updates
04-10-2013, 12:32 AM
Replies:
3
MobileDebugConsole
Views:
248
Posted By
CyanBlue
You had P tags all over the codes for some...
You had P tags all over the codes for some reason. I fixed it though.
It's live. Thanks.
http://www.actionscript.org/resources/articles/1115/1/DebugConsole-for-mobile-developement/Page1.html
...
Forum:
Content Postings / Updates
04-07-2013, 06:56 AM
Replies:
3
MobileDebugConsole
Views:
248
Posted By
CyanBlue
What's up. :) I'm abit confused. Why do I...
What's up. :)
I'm abit confused. Why do I see two articles with the same topic yet different contents?
Forum:
ActionScript 3.0
03-15-2013, 06:01 PM
Replies:
7
Confused
Views:
260
Posted By
CyanBlue
Yeah, casting should do the job. See it this...
Yeah, casting should do the job.
See it this way. If you do this, trace(maskArray[0]);, Flash does not need to know what maskArray[0] is. It just traces what it is. But if you do...
Forum:
ActionScript 3.0
03-08-2013, 02:15 AM
Replies:
1
[Q] How to shorten this for loop?
Views:
128
Posted By
CyanBlue
[Q] How to shorten this for loop?
Hi,
How do I shorten this for loop? I feel like there's gotta be better way to handle this but my brain just doesn't work any more. Thanks.
var arr1:Array = [ 1, 2 ];
var arr2:Array = [ 1, 2,...
Forum:
CMS Technical Questions
02-25-2013, 01:46 PM
Replies:
3
That [AS] tag is not working
Views:
2,989
Posted By
CyanBlue
Please be more specific. I am having problem...
Please be more specific. I am having problem identifying if you are spamming or not.
Forum:
ActionScript 3.0
02-24-2013, 11:14 PM
Replies:
5
FlashVars
Views:
233
Posted By
CyanBlue
It's not really a matter of can you do this or...
It's not really a matter of can you do this or not. This HTML tag, <param name="id">, has special meaning on many browsers and will act upon it. You could screw up something on the page by doing...
Forum:
ActionScript 3.0
02-24-2013, 07:18 PM
Replies:
5
FlashVars
Views:
233
Posted By
CyanBlue
I don't really understand the question, but that...
I don't really understand the question, but that 'FlashVars' shouldn't be changed. It won't be what it should be once you change the keyword.
Forum:
ActionScript 2.0
02-15-2013, 02:48 PM
Replies:
3
whats the syntax to trace external variable in the output panel
Views:
358
Posted By
CyanBlue
If you mean 'src' in this line, that's just a...
If you mean 'src' in this line, that's just a variable name you define.
my_lv.onData = function(src:String) {
result_lv.onData = function(data)
You can even do this if you want to....
Forum:
Simple Stuff (Newbies)
02-13-2013, 09:29 PM
Replies:
1
Exporting Actionscript as Text
Views:
310
Posted By
CyanBlue
Flash IDE doesn't support such feature. If it...
Flash IDE doesn't support such feature.
If it is a case with external AS file, load it into some sort of editor such as TextMate and reformat/print it. I cannot think of any other way to do it.
Forum:
ActionScript 3.0
01-24-2013, 03:33 PM
Replies:
3
Label Vs TextField
Views:
262
Posted By
CyanBlue
Google is your best friend. :) ...
Google is your best friend. :)
http://stackoverflow.com/questions/3469241/as3-textfield-vs-label-vs-textarea
Forum:
ActionScript 3.0
01-23-2013, 04:35 AM
Replies:
5
Library or Framework for Complex Screen Interactions
Views:
266
Posted By
CyanBlue
I think it all depends on the case. If it takes 8...
I think it all depends on the case. If it takes 8 hours for you to implement something similar and if your hourly rate is less than $40, you do what you enjoy doing, coding that is, and save some...
Forum:
Flash 10 General Questions
01-17-2013, 02:25 PM
Replies:
3
How to compile .fla files
Views:
680
Posted By
CyanBlue
Sorry, I don't have time to write a tutorial for...
Sorry, I don't have time to write a tutorial for you. You might want to do some searching cuz that's fairly common thing you'll want to do in Flash. For example, you could get something out of this...
Forum:
Flash 10 General Questions
01-16-2013, 08:53 PM
Replies:
3
How to compile .fla files
Views:
680
Posted By
CyanBlue
If you have to have everything in one FLA/SWF,...
If you have to have everything in one FLA/SWF, your only option is to copy & paste.
http://www.ehow.com/how_6002759_combine-flash-movies-one-movie.html
Ideally, you'd try to load one SWF onto...
Forum:
ActionScript 3.0
01-05-2013, 08:28 PM
Replies:
12
Change object's color on matched text from external txt
Views:
480
Posted By
CyanBlue
Cool. I see what you are saying. Thanks. :)
Cool. I see what you are saying. Thanks. :)
Forum:
ActionScript 3.0
01-05-2013, 07:43 PM
Replies:
12
Change object's color on matched text from external txt
Views:
480
Posted By
CyanBlue
Just curious to know why this is the problem when...
Just curious to know why this is the problem when sometimes you have no option but to poll data in a given interval. Care to elaborate why this is the problem?
Forum:
Gaming and Game Development
01-04-2013, 06:52 PM
Replies:
4
[AS3] Save game feature
Views:
413
Posted By
CyanBlue
Um, don't you get the file save dialog box with...
Um, don't you get the file save dialog box with FileReference? I feel like that's something you have to mention if you are recommending this method.
Forum:
Flex 2, 3 & 4
12-27-2012, 05:34 PM
Replies:
3
warning when binding to spark datagrid selectedItems length
Views:
498
Posted By
CyanBlue
Well, you just need to use what's right for the...
Well, you just need to use what's right for the situation. Adobe could have made the Vector class to be bindable and whatnots but that will make the class heavier which probably is not what you want....
Forum:
Flex 2, 3 & 4
12-27-2012, 04:30 PM
Replies:
3
warning when binding to spark datagrid selectedItems length
Views:
498
Posted By
CyanBlue
The key you have to read from that warning is...
The key you have to read from that warning is this portion: class is not an IEventDispatcher. That means that the class you are using, Vector class that is, is not bindable class.
I did a quick...
Forum:
ActionScript 3.0
12-26-2012, 05:02 PM
Replies:
4
array handling
Views:
281
Posted By
CyanBlue
Plenty to read. :) ...
Plenty to read. :)
http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c3a0f5f19124318fc87b-7fff.html
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Vector.html...
Forum:
Gaming and Game Development
12-18-2012, 10:33 PM
Replies:
2
[AS3] Varying speeds for same movie clip
Views:
220
Posted By
CyanBlue
Howdy and Welcome. Maybe you can simply...
Howdy and Welcome.
Maybe you can simply randomize it this way? This doesn't rule out the case where two instances will have the same speed since you can get 1, 1, 1 as a result of random call but...
Forum:
ActionScript 3.0
12-17-2012, 01:34 PM
Replies:
7
"allow" or "deny" for webcam
Views:
445
Posted By
CyanBlue
No, you cannot hide that dialog box. Please...
No, you cannot hide that dialog box.
Please don't make multiple posts with the same problem. We don't allow that.
Forum:
General Chat
12-16-2012, 09:38 PM
Replies:
2
How Much Should I Charge for My Work?
Views:
360
Posted By
CyanBlue
Yeah, try to come up with the hour estimate on...
Yeah, try to come up with the hour estimate on the project first and then add multiple hours for client review/bug fixes and then multiply it with hourly rate.
For example, your project above...
Forum:
Content Postings / Updates
12-09-2012, 07:58 PM
Replies:
1
new blog entry speaking about flash and unity
Views:
709
Posted By
CyanBlue
Approved. Personally, this should not have...
Approved.
Personally, this should not have much to do with the Flash cuz you are not really coding in ActionScript but only exports SWF out of Unity for web use.
Forum:
Gaming and Game Development
12-01-2012, 10:22 PM
Replies:
8
Where to Get Images for Poker Game?
Views:
509
Posted By
CyanBlue
It probably is the case. Normally I'd hire a...
It probably is the case.
Normally I'd hire a designer to design what I need to get the assets that I need so that they all follow the same design scheme.
Forum:
ActionScript 3.0
11-22-2012, 07:01 PM
Replies:
4
Root Folder
Views:
329
Posted By
CyanBlue
There is no such thing. You can save your work...
There is no such thing. You can save your work anywhere in your hard drive or even on a USB stick if you choose to.
Forum:
ActionScript 3.0
11-20-2012, 07:42 PM
Replies:
5
Detect uninstall of AIR application
Views:
276
Posted By
CyanBlue
Isn't that what Adobe is basically doing? ...
Isn't that what Adobe is basically doing?
Install a software with a valid license key which registers/checks on the server.
Run the software which checks the validity of the license key before...
Forum:
Best Practices
11-14-2012, 11:50 PM
Replies:
22
Curly braces
Views:
3,766
Posted By
CyanBlue
Here, the idea of 'better' coding style is fairly...
Here, the idea of 'better' coding style is fairly subjective and should differ to who you are talking to.
I'd like to call myself not amateur since I do this for living and have started coding...
Forum:
Process Questions
11-08-2012, 02:00 PM
Replies:
3
Can I add articles about my WordPress plugins
Views:
1,571
Posted By
CyanBlue
I don't think this is right place. Thanks for...
I don't think this is right place. Thanks for asking though. :)
Forum:
ActionScript 3.0
11-05-2012, 03:02 AM
Replies:
4
multiple expressions for ?: conditional?
Views:
228
Posted By
CyanBlue
Those operators are shorthands to make your life...
Those operators are shorthands to make your life abit easier to tack everything in one line for simple stuff such as a = (b == c) ? d : e; which is somewhat cryptic already.
If your code makes...
Forum:
ActionScript 3.0
11-04-2012, 06:04 PM
Replies:
2
[Q] XML to Object/Dictionary class available?
Views:
234
Posted By
CyanBlue
That sure is an interesting one and probably abit...
That sure is an interesting one and probably abit heavier than what I need for. I wouldn't want to add the whole Parsley into the project just for that feature though.
Even though I use E4X, there...
Forum:
ActionScript 3.0
11-04-2012, 02:31 PM
Replies:
2
[Q] XML to Object/Dictionary class available?
Views:
234
Posted By
CyanBlue
[Q] XML to Object/Dictionary class available?
Hi,
There were several good AS2 version of XML to Object class but I don't find anything good for AS3. Does anybody know of good one for AS3/Flex?
Thanks.
Forum:
ActionScript 2.0
10-22-2012, 02:21 PM
Replies:
5
I.P Banning with Flash AS2
Views:
407
Posted By
CyanBlue
You need to get rid of loadVariablesNum and use...
You need to get rid of loadVariablesNum and use LoadVars instead to wait until the data is fully loaded so that you can do the if condition test.
http://snipplr.com/view/8878/
FYI, I've been...
Forum:
ActionScript 2.0
10-21-2012, 12:20 AM
Replies:
5
I.P Banning with Flash AS2
Views:
407
Posted By
CyanBlue
You need '==' to compare any condition inside the...
You need '==' to compare any condition inside the if block not '='. You use '=' to assign values to a variable.
Forum:
Best Practices
10-19-2012, 11:00 PM
Replies:
7
[Q] MVC Pattern practices... A lil help?
Views:
1,344
Posted By
CyanBlue
Game dev. That sounds good. Hope to hear good...
Game dev. That sounds good. Hope to hear good news.
Yeah, I've been busy, so I was just doing admin stuff only. Good to see you too. :)
Forum:
Best Practices
10-18-2012, 10:26 PM
Replies:
7
[Q] MVC Pattern practices... A lil help?
Views:
1,344
Posted By
CyanBlue
I'd say do all the general model stuff in your...
I'd say do all the general model stuff in your model class but do a view specific model stuff in your view class.
In your example, your model class will generate random numbers and your view class...
Forum:
General Chat
10-18-2012, 01:56 PM
Replies:
2,382
Sticky:
SPAM report thread (also known as the great die-spam-die thread)
Views:
410,966
Posted By
CyanBlue
Thanks, Noct. :)
Thanks, Noct. :)
Forum:
ActionScript 3.0
10-17-2012, 12:41 AM
Replies:
4
Do the textfields in flash cs6 still have that height limit of 2880
Views:
468
Posted By
CyanBlue
I believe that still is a case. This sounds...
I believe that still is a case.
This sounds more like a design problem though.
To me, a banner means an ad. I don't know how huge this banner is but I sure am not going to click on a banner which...
Forum:
ActionScript 2.0
10-12-2012, 11:53 PM
Replies:
1
Would appreciate an overview
Views:
264
Posted By
CyanBlue
'count+1;' is not written the way you want it. It...
'count+1;' is not written the way you want it. It needs to be this instead.
count = count + 1;
// or shorthand for that is...
count++;
Forum:
ActionScript 3.0
10-10-2012, 01:37 PM
Replies:
3
loader info question
Views:
316
Posted By
CyanBlue
Glad to help. :)
Glad to help. :)
Forum:
ActionScript 3.0
10-09-2012, 10:07 PM
Replies:
3
loader info question
Views:
316
Posted By
CyanBlue
Maybe do hasOwnProperty to check if videoURL...
Maybe do hasOwnProperty to check if videoURL exists?
Forum:
General Chat
10-09-2012, 01:43 PM
Replies:
2
signature set
Views:
491
Posted By
CyanBlue
It is 50 posts and I am deleting all those...
It is 50 posts and I am deleting all those unnecessary posts you have made to boost your post counts.
Forum:
Components
10-03-2012, 08:51 PM
Replies:
3
[AS2] Use of components in external SWFs
Views:
494
Posted By
CyanBlue
You have to have ComboBox in the library of your...
You have to have ComboBox in the library of your main FLA file to use the ComboBox in the loaded SWF files.
So, open up your main FLA file, drag the component onto the stage, delete it and publish...
Forum:
Content Postings / Updates
09-29-2012, 07:45 PM
Replies:
2
New Article Linked To My Website
Views:
1,163
Posted By
CyanBlue
Sorry. I was on vacation. :) You can call...
Sorry. I was on vacation. :)
You can call me dumb but I am not understanding the purpose of the article and will have to have Jesse take care of this one.
Forum:
ActionScript 3.0
09-09-2012, 12:42 AM
Replies:
3
1084 syntax error expecting rightparen before semicolon.
Views:
1,964
Posted By
CyanBlue
Your if statement is wrong or maybe I don't...
Your if statement is wrong or maybe I don't understand what that means. What condition are you trying to check?
If you were just copying somebody's code, maybe it needs to be just this?
//
for...
Forum:
General Chat
09-08-2012, 07:56 PM
Replies:
2
Good tablet for writing actionscript programs
Views:
440
Posted By
CyanBlue
I don't think you will be able to write Flash...
I don't think you will be able to write Flash program on tablet.
Forum:
ActionScript 3.0
09-05-2012, 08:56 PM
Replies:
3
Trouble testing script
Views:
302
Posted By
CyanBlue
Start putting the trace calls and/or use...
Start putting the trace calls and/or use debugger/breakpoint to see how far you can execute the codes without getting stuck.
Showing results 1 to 50 of 500
Page 1 of 10
1
2
3
4
5
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
ActionScript Forums Group
ActionScript 3.0
ActionScript 2.0
ActionScript 1.0 (and below)
Simple Stuff (Newbies)
Flash General Questions
Flash 10 General Questions
Flash 9 General Questions
Flash 8 General Questions
Other Flash General Questions
Flex
Flex 2, 3 & 4
Flex 1
Extensions and Plugins
Components
JSFL - Extending Flash
Desktop, Mobile and non-browser Environments
AIR (Apollo)
FlashLite / Portable Devices Development
Projectors and CDs
Supporting Technologies
HTML and JavaScript
haXe
Server-Side Scripting
Flash Remoting
Flash Media Server
General
Best Practices
Gaming and Game Development
Animation and Effects
Flashants Support Forum
Community Boards
General Chat
Just for Kicks Challenges
Detention
Flash In Action
Site Check
Cool Sites
Widgets
Decommissioned
Projects and Positions
CMS Forums
Announcements Board
Content Postings / Updates
Product Review Requests
CMS Technical Questions
Process Questions
Collaboration & Suggested Articles
All times are GMT. The time now is
02:38 AM
.
///
Categories
Tutorials
Flash
Flex
Articles
Best Practices
Product Reviews
Third Party
Press Releases
The Community
Featured Jobs
Technical Flash Artist
MADISON, USA
iPhone/iPad Developer - CREATIVE CIRCLE
Philadelphia, USA
UX DESIGNER - CREATIVE CIRCLE
Philadelphia, USA
- More ActionScript, Flash and Flex jobs in the Employment Section.
- Advertise a job for free
Contact Us
-
Home Page
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by
RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our
Privacy Policy and Terms of Use
.