Topic profile page for ActionScript.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: ActionScript.
Topic "Actionscript" was discussed 23,562 times on 1,343 sites in last 3 months
... .net,java,python,php,actionscript,html5,rubyonrails,gtk(google),gtk(linux),directx,opengl,android,gdi,wfc,mfc,wcf,atl,sdl,irrlicht 11:26 PM Jul 9th from web
Started 2 days, 3 hours ago (2009-11-27 01:16:00)
by Mancika
I have a nasty problem and can't see a way out. when conmpiling it says that :"Data binding will not be able to detect assignments to "MMEmenuModel"." I have this MMEmenuModel declared in actionscript file. I'm attaching both files, the .mxml and .as if someonecan help with this please. tnx. Attachments:...
Started 2 days, 5 hours ago (2009-11-26 22:50:00)
by pumpkin05
Hi Guys, I am trying to remove a mouse listener from a function created from a tutorial in actionscript 2: Mouse.addListener(mousecontroll); onEnterFrame = oef; //main function: handles page turning------------------------------------------- ------------------------------------------ resetPages(); reset(); function removeML() { //removes mouse listener //Call this function ...
Started 2 days, 6 hours ago (2009-11-26 22:06:00)
by goldenknight
Hi, i have been learning ActionScript 3.0 for a week now. I have a few questions that needs clarification and explanation. Please help me. 1. What is the differences between instance variable with local variable ? 2. What is the differences between instance method with static method ? 3. What is the differences between an instance method with a function ? I know basic and ...
Started 3 days, 4 hours ago (2009-11-25 23:44:00)
by iblis.raeb
Please help me work out how to access the stage from within component code. (I am very new to ActionScript) Here is the cut down code of the main application entry point: Code: package { import flash.display.Sprite; public class Main extends Sprite { private var _textarea:TextArea; public function Main():void { _textarea = new TextArea(); this....
Started 3 days, 8 hours ago (2009-11-25 20:02:00)
by DBA
I am familiar with the method of embedding a SWF file in Actionscript and then creating a variable and assigning a corresponding UI element from the SWF. My question is this: Is it possible to create and place UI elements like TextFields and SimpleButtons purely with Actionscript without first creating them in a SWF and embedding it? Thanks in advance.
Started 3 days, 9 hours ago (2009-11-25 19:14:00)
by feinfadiges
Cannot compile actionscript code to swf file Friends, i've just finished my work. When i publish or export the file to an swf, it doesn't 'render' the actionscript 3.0 code to an SWF file. So, i've hidden the movieclipes by using the dot syntax. movie-clip.visible = false;, for example. But everything is visible, because its not ...
Started 3 days, 21 hours ago (2009-11-25 06:50:00)
by ( twiggy666 )
Hi, as it says in the topic title I'm having issues with actionscript 3 on Flash CS4. I'm trying to add actions to some buttons on my Flash file, but every time I select one so that I can actionscript it, it says that it can't be done. I tried a different method of clicking on the layer with the buttons on, which worked so that I could put the actionscript on, but it doesn't work correctly. A ...
Started 4 days, 11 hours ago (2009-11-24 16:53:00)
by A380
Hi does anybody know how to get flash actionscripts working, cause I have this actionscript made up of .swf and the .xml bits that I want to use on my site, ~THanks in advance
Started 5 days, 5 hours ago (2009-11-23 23:19:00)
by pcmac
swapping images using actionscript Hi all! I want to swap images using actionscript. I've got some thumbnails and the main big image will change depending on the thumbnail clicked. (it's a little complicated than that but that's what I'm trying to achieve in a nutshell!) I tried using variables and loading the image like this: -...
Started 5 days, 1 hour ago (2009-11-24 03:33:00)
by higreg7
Hi everyone, I am a flash actionscript programmer specializing in XML driven applications including eCommerce solutions. If you have a project waiting to be done, PM me or reply here with details and I'll get back to you with a quote. Thanks.
Started 4 days, 17 hours ago (2009-11-24 11:05:00)
by ralphiedee
Here is the code I have for adding the GA code in actionscript 2.0. The code is on an invisible button on a client's banner. on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } } the client now tells me that clicking on the add should take the user to hi website and it does not. Do I need to enter the url to his ...
Started 4 days, 17 hours ago (2009-11-24 11:05:00)
by ralphiedee Peon
Here is the code I have for adding the GA code in actionscript 2.0. The code is on an invisible button on a client's banner. on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } } the client now tells me that clicking on the add should take the user to hi website and it does not. Do I need to enter the url to his ...
Started 1 week, 1 day ago (2009-11-20 14:42:00)
by johnclancy
ActionScript Code for Shirt Store.. HELP ME PLS! i badly need your help guys.. I'm new to flash cs4 and been studying it for about 15 days now... I already created one myself but I need something for a business.. do u know how they did the customink.com site wherein u can personalize your shirt..? I really need to know what actionscript ...
Started 4 days, 15 hours ago (2009-11-24 13:25:00)
by Ski-lleR
Hi there I want convert actionscript in c++. I don't understand this function call : var _loc14 =encode(Number(this._sZkey), [_loc6, nValue, _loc7], [3, 3, 3]); For szkey it's a int, but what about [_loc6, nValue, _loc7] and [3, 3, 3] ? Array ?
Started 4 days, 12 hours ago (2009-11-24 16:18:00)
by zanshin
I've created an Advanced DataGrid component that is reusable for other classes. I'm dynamically adding columns based on a case statement. How do I add a checkbox in method addDataGridExcludeColumn() . ActionScript Code: default : addDataGridExcludeColumn ( "Exclude" ) ; addDataGridTextColumn ( "Name" ) ; ...
Started 4 days, 12 hours ago (2009-11-24 15:55:00)
by ejr
I am writing an application and using the LoadVars.sendAndLoad() function. I am using actionscript2 with external as files, the swf is running online in a php page (index.php), and currently the sendAndLoad() function sends from that to a page called test.php which receives the variable from actionscript and saves it to a databe. This all works. However, I also want test.php to tell my ...
Started 5 days, 6 hours ago (2009-11-23 21:48:00)
by dwr_media
External html link calling Actionscript functions Hi, Basically what I would like to do is have multiple html(or javascript) links on my page/site that would open a pop-up window and go to and play a specific function within one movieclip. How should I go about trying to do this?