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”

  • Auto update a flash for banner


    kirupaForumAuthority Authority: 169
    Hello all, I have a problem about my desktop application program which is I have a banner in my application and it has a flash (its name exmple.swf) run in the banner, now I want my program will auto update the exmple.swf file from remote server for the flash. How must I do. Please help me.
    7 hours ago
  • Dragging in 3D?


    kirupaForumAuthority Authority: 169
    Hi, Im trying to use startDrag with a movie clip that contains a 3D cube (comprised of 3D planes). It only moves the face of the cube, but not the other sides. Can one use startDrag in 3D space, or is there another method? Thanks!
    7 hours ago
  • AS3: Ways to preload an external FLV


    kirupaForumAuthority Authority: 169
    Hi all, Just a quick question about FLVs. The project Im working on needs to have a full screen video background. Naturally I want to preload the entire FLV before the action happens. Just wondering what the best way to do this would be? I cant embed the video in the library because it needs to be able to change via ...
    7 hours ago
  • Loading resources


    kirupaForumAuthority Authority: 169
    Hello :) I am making a game, then I learned to load the resources (images,etc) just when I need them, using the Loader class. I would like to know if I embed them they would be loaded with the game swf file (I am thinking as if my game is on a website) or when I instantiate them. If I load it one time and not use ...
    7 hours ago
  • draw a path for animation?


    kirupaForumAuthority Authority: 169
    why hello there, i am wondering if it is possible to draw a path with the Graphics class, and then let an object follow that path as its animation. example to make it more understandable: i have a movieclip on the screen, and as soon as a user cliks it and moves the mouse a path will be drawn. as soon as the user ...
    9 hours ago
  • Creating an ActionScript parser...


    kirupaForumAuthority Authority: 169
    I always said I was going to do it, and now I finally will. Just something small for a little project I had in mind. There are a few hinders Im not sure how efficient they will be, but Ill ask those questions when I get there if I cant get past them. My first question is, has this ever been done before? Are there ...
    11 hours ago
  • Remove Child Help


    kirupaForumAuthority Authority: 169
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at flash.display::DisplayObjectContainer/removeChild() at CharacterCreate/chooseClass() at CharacterCreate() at Document() Code: Document Class: package {         import flash.display.MovieClip;     ...
    12 hours ago
  • Real Time Input Format


    kirupaForumAuthority Authority: 169
    Im trying to perform "real time" user input formatting. Code so far works like i want it to. However, having trouble with backspace/delete to correct errors. User should be able to backspace to charAt(0) and start over. var userInput:String; //INPUT RESTRICTIONS phone_txt.restrict = "0-9"; time_txt.restrict = ...
    12 hours ago
  • starting/stopping w/2 flvs on page


    kirupaForumAuthority Authority: 169
    My first visit to forums on this super website. Im using Flash 8 and have two flv videos embedded in timeline. One will auto start when page opens. Half way through that ones play I want to start playing the other flv. Id appreciate on actionscript needed to do that, either AS2 or 3 (have a few days left on CS4 ...
    19 hours ago
  • Calling two tweens using same variable


    kirupaForumAuthority Authority: 169
    Hi everyone, A very simple question. Can two tween events be called one after the other using the same variable name? (so that they occur simultaneously, no callbacks or anything like that). Code: var outTween:Tween; outTween = new Tween(big_play_btn,"alpha",None.easeNone,1,0,1,true); outTween = new ...
    22 hours ago
  • morf from one pic to next?


    kirupaForumAuthority Authority: 169
    Hello. How would you morf from one picture to the next when loading it through xml and .load? currently I have the pictures just fading, but before it fades to the next picture it fades from a blank screen and not from the previous picture that was displayed. This is the code I have currently: ActionScript Code: ...
    1 day ago
  • No scale for nested movieclips.


    kirupaForumAuthority Authority: 169
    Hi there! I really get stuck with problem, that nested movieclips always scaled when parent movieclip is scaled. Is it possible to disable somehow this?
    1 day ago
  • NetStreem: seek stops video


    kirupaForumAuthority Authority: 169
    My English is very bad!) ------------------------------------------- I have a problem, i use NetStream class to play video, and when video playing is finished i set video position to begin (seek(0)): Code: private function streamStatus(event:NetStatusEvent):void {     switch(event.info.code)     {       ...
    1 day ago
  • Call multiple AS 3.0 document in a single fla


    kirupaForumAuthority Authority: 169
    hi guys, I am in trouble again. Is there any way to use multiple document class inside same fla file, or change document class name dynamically i have 4-5 actionscript 3.0 file,these 4-5 files have codes of a game say level 1, level 2 ,level 3 , level 4 & 5 entirely different from each other.What i need is that ...
    1 day ago
  • problem in simple script


    kirupaForumAuthority Authority: 169
    I was trying to make snow in flash, when problem appeared. Heres main .fla file AS: Code: import fl.controls.Slider; import fl.controls.SliderDirection; import fl.controls.CheckBox; import bell; var mc:MovieClip = new MovieClip(); addChild(mc); var windVal:Number = 0; var frq:Number = 1; var dados:Boolean = ...
    2 days ago
  • addChild to parents parent?


    kirupaForumAuthority Authority: 169
    Okay Im developing a small game. There is the stage, the level object then the player object in the level. The player object has a sub-object that is a weapon. When I fire the weapon a bullet is to be placed on the level stage. At the moment I have this code in the weapon class when the weapon is fired. Code: ...
    2 days ago
  • Finding the Size of the Stage/Viewing Area


    kirupaForumAuthority Authority: 169
    Okay this is driving me a little crazy. Im sure theres a simple answer to this, something basic Im overlooking, and its embarassing to have to ask... How do I determine the pixel size of the stage or viewing area defined in Flash CS4? Isnt it just stage.width and stage.height? Okay now the long version: Im working ...
    2 days ago
  • Indexed Associative Array help


    kirupaForumAuthority Authority: 169
    Hello All! I have a problem. In actionscript 2 I was able to make indexed associative arrays. Ex: var arr:Object = new Object(); arr[0] = {var1:"one", var2:"two"} arr[1] = {var1:"a", var2:"b"} In actionscript 3 I cant seem to do this. I get the error below. TypeError: Error #1009: Cannot access a property or ...
    2 days ago
  • XMLList to Array?


    kirupaForumAuthority Authority: 169
    What is the process for feeding XMLList values to a URLRequest method? Say I have an array: ActionScript Code: var imageURLS: Array = [ "images/image1.png" , "images/image2.png" , "images/img3.png" ] ; Then I feed a loader instance: ActionScript Code: var loader:Loader = new ...
    2 days ago
  • AIR For Sale brand new Blackberry Bold 9700 ------------------ 250USD


    kirupaForumAuthority Authority: 169
    We are sales authorized company that deals in all kinds of consumer electronics internationally. We sell this items in whole sale and retails quantities and prices. Elelctronics such as Mobile phones, Video Games, Laptop Computers, Musical intruments, Office Appliances and Home Electronics and lot more... We have our ...
    2 days ago

Comments about ActionScript 3.0

Personal attacks are NOT allowed
Please read our comment policy