actionscript
Tag details
Welcome to the 'actionscript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'actionscript'.
Look up
"actionscript"
at The Free Dictionary
Latest blogosphere posts tagged “actionscript”
-
Flash AS 3.0 error- submitting data to a database using PHP.
kirupaForum —
Authority: 161
Hello, I am trying to establish a connection between my swf and a database using PHP. I keep getting the following error: Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() ...3 hours ago -
To play an audio loop across different swf
kirupaForum —
Authority: 161
Hi all, I am working on a project which I have to link a few swf. I have used loadMovieNum for the linking, meaning the actionscript I apply for my buttons look like this: on (release){ loadMovieNum("filename.swf",0); } Above script enables me to link the files. However, I wish to play an audio across all files ...3 hours ago -
First line intend wont go away!
kirupaForum —
Authority: 161
Im loading both a CSS and an XML files into a dynamic text field. Everything works fine, but whatever I do, try, change, the first line always has an intent of about 1 character! Which I dont want. I cant get rid of it, tried text-intend, margin-left, padding, etc. etc. Please Help! :worried: Been trying to ...5 hours ago -
DisplayObject.height all messed up...
kirupaForum —
Authority: 161
It seems that the getters and setters for the height are all botched up when the DisplayObject has any rotation applied to it at all. The getter for the height returns the total height of all the bounds. The setter for the height sets the height regardless of rotation. If you set the same value for height several ...5 hours ago -
Does removeEventListener removes all objects inside it completely
kirupaForum —
Authority: 161
Does removeEventListener removes all objects inside it completely?or we need to seperately equate objects to null7 hours ago -
[help]platform game,character stops earlier before collision to right wall
kirupaForum —
Authority: 161
hi guys, I m under the process to create a platform based game,but stuck in a problem ,its probably concern with x-axis, actually my player stops certain distance before right wall and with left wall too,i tried to reduce the distance but end up in failure,i have attached the concern fla. PHP Code: ...8 hours ago -
Cs3 as2 urgent urgent dynamic gallery help
kirupaForum —
Authority: 161
Hi everyone, I outsouced a dynamic gallery to a freelancer who has completed the initial gallery but who is now having difficulty getting online (the deadline was yesterday!) The gallery that he created has to be used multiple times across the site and everything is fine except for this one problem. The user views ...11 hours ago -
the width automatically changes
kirupaForum —
Authority: 161
hi, I have a MC called rectangle, and inside I drew a rectangle with a width of 100,0, placed it at the center and linked the mc to a class of the name name (Rectangle) however, when I create and instance of Rectangle and I trace its width it says 149.5, I didnt make any change help?12 hours ago -
Need hewp with groups of buttons
kirupaForum —
Authority: 161
swf: http://www.experimentalflash.com/res...Chemistry1.swf So I have this WIP for a chemistry game. If you press the atom, then the wooden beam like button…you will see a group of buttons all labeled 1-20 denoting levels. I’ve tried a lot of stuff to get these buttons to work, but I can’t seem to figure ...13 hours ago -
Receive AS3 objects in Java through sockets
kirupaForum —
Authority: 161
Hi. How do i receive flash objects in java? Im trying to create a multiplayer game, ive chosen sockets to handle this and Java as the server. So far i made myself a client/server already. And it works when sending as3 objects. but, not the way i want it! I made a class in AS3 and in Java that represents the ...16 hours ago -
2-colored (bordered) text?
kirupaForum —
Authority: 161
I want to give my text a border so that it is easier to read, no matter what background color its on. Im not talking about giving the textField a border, Im talking about having each letter use 2 colors - an outline and a fill color. Is there an easy, or standard, way to do this? I tried Overlapping 2 textFields and ...17 hours ago -
Sbeener slide show - first image blank
kirupaForum —
Authority: 161
The first photo in the sequence is invisible. I can go forward and then go back to the first image without a problem, but whenever I stop on the frame where the movie clip is, first image in the sequence is always white. Ive been ever the code repeatedly, completely replaced movie clip, no alpha applied, etc. ...18 hours ago -
Creating an Array of Objects
kirupaForum —
Authority: 161
Hello All, I am trying to create an array of purchases or objects. I have several products that I want to store the users selection to contain the item they selected, price, & quantity. Im at a loss on how to set this up. Currently the user can select their product and their total price will be displayed in the ...18 hours ago -
Submitting hidden from details with a button.
kirupaForum —
Authority: 161
Hi all, I have an interactive map that I would like to script so that when a county is clicked, it sends through to a page called results.php this HTML table: So County and MerchantType are fields in a SQL table. The script needs to tell the results.php page that County A and MerchantType B has been sent. ...19 hours ago -
From FlexBuilder to CS3 or FlashDevelop?
kirupaForum —
Authority: 161
I have inherited a Flash project that (I THINK) was started in FlexBuilder, but I dont have FlexBuilder. I have CS3 and FlashDevelop, is it possible for me to continue this project using the tools that I have? There are a bunch of wierd files like ".project" and ".actionScriptProperties", and obviously no .FLA file. ...19 hours ago -
Persrective effect on mouse move!!!
kirupaForum —
Authority: 161
Hi, I would like to make perspective effect on opposite mouse move like at this site. http://www.javierferrervidal.com/ Does anybody know tutorial or has some solution. Thanks20 hours ago -
cannot access public variable
kirupaForum —
Authority: 161
I think Ive made some fundamental error here... I have a public variable a in class A, and I want to access it in class B, but I cant (access of possibly undefined property...) whats wrong here? now every time I want to refer to a variable in class A I need to pass the variable reference to class Bs constructor21 hours ago -
RIA – Rich Internet Applications
Darren Herman —
Authority: 407
I magine if the web didn’t have to live in the browser. In many ways, we are experiencing that today (i.e. Foursquare or Tweetdeck) but what if we put it onto the desktop? For those unfamiliar with RIA or “Rich Internet Applications,” they can be defined here : Rich Internet applications ( RIA s) are ...21 hours ago -
simple questiona about arrays
kirupaForum —
Authority: 161
var buttonList:Array = new Array(button1, button2); trace(buttonList); buttonList.buttonMode = true How do I declare this so that all my buttons are actually true?? When I trace the list I get the result Im expecting but I want the final result to be: button1.buttonMode = true button2.buttonMode = true snot ...22 hours ago -
Tiling background image on a display object - is there a limitation in object size?
kirupaForum —
Authority: 161
Hi all, I am tiling a 16x16px image on a large Sprite display object (5000x3200). I am loading tileable image from external file and then loading it into BitmapData object. Then I use beginBitmapFill to tile this image to the Sprite container. Here is the code Code: _grid = new Sprite(); var ...22 hours ago
