A Flash Developer Resource Site

Search:

Type: Posts; User: bhagavath

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    890

    flex connect database

    Hi all,

    I am learning flex 3.0. and using flash builder 4.5. In tutorial instructor is using flex builder 3. i am using flash builder 4.5.

    In the tutorial instructor trying to create...
  2. Replies
    2
    Views
    1,022

    Still i'm not cleared.... Its ok. thanks for the...

    Still i'm not cleared.... Its ok. thanks for the reply..
  3. Replies
    2
    Views
    1,022

    External IMG loading

    While loading external image into flash, we adding following script before declaring image path,

    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, fun);...
  4. Thread: Frame work

    by bhagavath
    Replies
    0
    Views
    458

    Frame work

    Hi guys,

    I am the bigginer to flash. i need to know about framework in flash. I expect u ill help me.... can u pls give me a brief explanation of frame work?
  5. Thread: inheritance

    by bhagavath
    Replies
    5
    Views
    969

    Thank you, Earlier i tried this. No response......

    Thank you, Earlier i tried this. No response... Then i change the path (com.Cir) in the Symbol class property panel. Now its working....
  6. Thread: inheritance

    by bhagavath
    Replies
    5
    Views
    969

    inheritance

    Hi i am learnig opps...

    package
    {
    import flash.display.MovieClip;
    import flash.events.Event;

    public class Cir extends MovieClip
    {
    public function Cir()
  7. Replies
    1
    Views
    2,673

    mm.cfg file debugger version flash player

    Hi guys,

    I started to learn flex 4.5..... i am new in it. When i stated to using debugging option, its showing error that,

    "The Flash Builder debugger failed to connect to the running...
  8. Replies
    2
    Views
    1,645

    addChild via for loop

    public function Main():void {
    var my1:MovieClip = new Sp();
    var my2:MovieClip = new Jp();
    var my3:SimpleButton = new But();
    var rel;
    for (var i:Number = 0; i < 3; i++) {
    rel...
  9. Replies
    5
    Views
    1,076

    Ya, now its working... thank u so much..

    Ya, now its working... thank u so much..
  10. Replies
    5
    Views
    1,076

    The "ENTER" key is responding only in swf file...

    The "ENTER" key is responding only in swf file and browser...
  11. Replies
    5
    Views
    1,076

    I thing this not my solution... When i pressed...

    I thing this not my solution... When i pressed the "ENTER" key, i could able to get the output (trace). U understood my question?
  12. Replies
    5
    Views
    1,076

    KeyboardEvent

    In the keyboardEvent, the ENTER key is not responding.. why?.... any other option is there?

    stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyPressed);
    function...
  13. Replies
    2
    Views
    1,119

    Thank you....

    Thank you....
  14. Replies
    2
    Views
    1,119

    Drag and drop

    myMovieClip.addEventListener(MouseEvent.MOUSE_DOWN, onStartDrag);
    myMovieClip.addEventListener(MouseEvent.MOUSE_UP, onStopDrag);
    myMovieClip2.addEventListener(MouseEvent.MOUSE_DOWN, onStartDrag);...
  15. Replies
    16
    Views
    2,607

    And one more doubt, How the compiler...

    And one more doubt,

    How the compiler recognized getChildAt(0), getChildAt(1), getChildAt(2)....?

    By history of creating movieclips?

    I don't know whether you understood are not... that what i...
  16. Replies
    16
    Views
    2,607

    Thank you so much, i learned many things from...

    Thank you so much, i learned many things from here....
  17. Replies
    16
    Views
    2,607

    I got this error, RangeError: Error #2006: The...

    I got this error,

    RangeError: Error #2006: The supplied index is out of bounds.
    at flash.display::DisplayObjectContainer/getChildAt()
    at this_parent_fla::MainTimeline/frame1()
  18. Replies
    16
    Views
    2,607

    For root it is working, but for parent it is not...

    For root it is working, but for parent it is not working ... what script u ill write for parent...?
  19. Replies
    16
    Views
    2,607

    Ya, flashpipe's code is working well,... ...

    Ya, flashpipe's code is working well,...

    actally the error was "Symbol 'Symbol 2', Layer 'Layer 2', Frame 1, Line 5 1061: Call to a possibly undefined method gotoAndStop through a reference with...
  20. Replies
    16
    Views
    2,607

    This code is working well... Is this default for...

    This code is working well... Is this default for AS3, instead of "parent.parent.gotoAndStop(2)" in AS2?
  21. Replies
    16
    Views
    2,607

    Here i am attaching sample file.... pls go...

    Here i am attaching sample file.... pls go through it.. in the main time line, the blue box is in first frame, the red box is in second frame. Once i clicked the button inside the movieclip "mc2",...
  22. Replies
    16
    Views
    2,607

    the code there in time line... inside the movie...

    the code there in time line... inside the movie clip "mc2"...
  23. Replies
    16
    Views
    2,607

    this and parent

    Hi,

    Little confused with "this and parent" in flash as3. I have movie clip named "mc1" in the main time line, first frame, and movie clip "mc2" inside the movieclip mc1. Button "but" is there...
  24. Replies
    9
    Views
    2,153

    clk_but.addEventListener(MouseEvent.CLICK,...

    clk_but.addEventListener(MouseEvent.CLICK, first_click);
    function first_click(event:MouseEvent) {
    trace("first click");
    clk_but.removeEventListener(MouseEvent.CLICK, first_click);...
  25. Replies
    9
    Views
    2,153

    Thank u very much....

    Thank u very much....
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center