actionscript 3.0

Tag details

Welcome to the 'actionscript 3.0' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'actionscript 3.0'.

Look up Offsite Link "actionscript", Offsite Link "3.0" at The Free Dictionary

Latest blogosphere posts tagged “actionscript 3.0”

  • Flash AS 3.0 error- submitting data to a database using PHP.


    kirupaForumAuthority 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
  • First line intend wont go away!


    kirupaForumAuthority 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 ...
    6 hours ago
  • DisplayObject.height all messed up...


    kirupaForumAuthority 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 ...
    6 hours ago
  • Does removeEventListener removes all objects inside it completely


    kirupaForumAuthority Authority: 161
    Does removeEventListener removes all objects inside it completely?or we need to seperately equate objects to null
    8 hours ago
  • [help]platform game,character stops earlier before collision to right wall


    kirupaForumAuthority 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
  • the width automatically changes


    kirupaForumAuthority 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


    kirupaForumAuthority 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


    kirupaForumAuthority 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?


    kirupaForumAuthority 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 ...
    18 hours ago
  • Submitting hidden from details with a button.


    kirupaForumAuthority 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?


    kirupaForumAuthority 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!!!


    kirupaForumAuthority 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. Thanks
    20 hours ago
  • cannot access public variable


    kirupaForumAuthority 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 constructor
    21 hours ago
  • simple questiona about arrays


    kirupaForumAuthority 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?


    kirupaForumAuthority 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 ...
    23 hours ago
  • Delete / Destroy video sound


    kirupaForumAuthority Authority: 161
    Hi There, I have an annoying problem with a video player I am creating, here is the code: Code: package bc.utils {         import flash.system.System;         import flash.display.MovieClip;         import flash.net.*;         import flash.events.*;         import flash.geom.Rectangle;   ...
    23 hours ago
  • Flash slideshow with fade transition


    kirupaForumAuthority Authority: 161
    Hi, Ive created a slideshow that contains 137 images using this code. //////////////////////////// var imageNumber:Number=1; var starTimer:Timer=new Timer(3000,10000); starTimer.addEventListener(TimerEvent.TIMER,nextIm age); function nextImage(event:TimerEvent):void { //Adding to the current value +1 ...
    1 day ago
  • Loading external swf with video in it


    kirupaForumAuthority Authority: 161
    Hi, I have a problem, i am loading swf file which has video in it in separate swf. When i export this swf with video video plays just fine but when using Loader class to load that swf into parent swf video isnt showing up. Does anyone know what could be the problem? Cheers
    1 day ago
  • Room design


    kirupaForumAuthority Authority: 161
    Hi there, Im new to flash and want to create a room design application. Say that I overcome my object design issues, I need to know how to save the users final design. This of course means that when the user comes back to the site, he has the room designed from the last saved state. What is the accepted format of ...
    1 day ago
  • MovieClip referencing problem


    kirupaForumAuthority Authority: 161
    Hello, I am making a menu in which i want to switch ON the selected submenu and button, and OFF the previous submenu and button, could anybody please tell me what is wrong with my code: Code: // Attach events to menu buttons body_mc.menu_mc.addEventListener(MouseEvent.CLICK, updateSub); // Declaring the menu ...
    1 day ago

Comments about actionscript 3.0

Personal attacks are NOT allowed
Please read our comment policy