A Flash Developer Resource Site

Search:

Type: Posts; User: regbolD

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,495

    ARe you taking about time issue, like a delay, or...

    ARe you taking about time issue, like a delay, or transition issue, like no fade inbetween?
  2. Replies
    4
    Views
    2,230

    You need to import classes you use. import...

    You need to import classes you use.

    import fl.video.VideoEvent;
  3. Replies
    4
    Views
    2,230

    flvplayback.addEventListener(VideoEvent.COMPLETE,...

    flvplayback.addEventListener(VideoEvent.COMPLETE, completeHandler);
    function completeHandler(event:VideoEvent):void{

    }


    http://www.adobe.com/devnet/flash/articles/flvplayback_programming.html
  4. You could do this on all sorts of ways, save the...

    You could do this on all sorts of ways, save the second part in a string, put the new text inside which has to be on beginning, and append the old from string back in for example.
  5. Replies
    30
    Views
    4,597

    You should do it in here: public function...

    You should do it in here:


    public function load_pict(day_nr:int):void
    {
    my_loader.alpha=_alpha_val;
    addChild(my_loader);
    day_nr = day_nr+1;
    my_loader.load(new...
  6. Attach enter frame or timer to your scrollbar...

    Attach enter frame or timer to your scrollbar mouse down function (and mouse wheel as well if you have that) and listen for textfiled y position.
  7. Replies
    30
    Views
    4,597

    You say you want to set alpha on a loader, but I...

    You say you want to set alpha on a loader, but I dont see where you are actually doing that.
  8. Replies
    4
    Views
    1,684

    Thats tween easing.

    Thats tween easing.
  9. Replies
    4
    Views
    1,684

    Why dont you make this youself? Its just 2...

    Why dont you make this youself?

    Its just 2 masks with 2 images.
  10. You have a loading complete event from loader.

    You have a loading complete event from loader.
  11. Are you publishing for flash player 10?

    Are you publishing for flash player 10?
  12. Thread: Set TimeOut?

    by regbolD
    Replies
    3
    Views
    1,389

    Add mouse move and mouse click to stage to track...

    Add mouse move and mouse click to stage to track mouse inactivitiy.

    For testing mouse over video use hit test point.
  13. Replies
    2
    Views
    1,088

    Create new instance of a loader for each image or...

    Create new instance of a loader for each image or reuse the same loader but then wait for one current image to load until calling load on next image.
  14. Replies
    4
    Views
    1,409

    You make flash movie 100% width and height when...

    You make flash movie 100% width and height when embedding into html.
  15. I dont know, google: php write xml from a folder...

    I dont know, google: php write xml from a folder

    http://blog.flexcommunity.net/?p=169
  16. You need php for that, to write you an xml file.

    You need php for that, to write you an xml file.
  17. Replies
    1
    Views
    978

    Make a movieclip on the timeline in which you...

    Make a movieclip on the timeline in which you want to load an image, and when its loaded place it inside.
    Position the movieclip however you want.
  18. Replies
    2
    Views
    1,091

    No, img tag doesnt work because image can only be...

    No, img tag doesnt work because image can only be aligned left or right of the text.

    How do I find the x, y position of the character (or word) within the textfield?
    ...
  19. in McLinks why dont you make a getter for the...

    in McLinks why dont you make a getter for the textfield you want?

    and then access that getter function from main class.
  20. Replies
    2
    Views
    1,091

    html text and floating image

    I would need to float an image (which will be the same height as one line of text) in a dynamic textield, and when the textfield is resized, the image should follow like its part of the text.

    (red...
  21. Replies
    2
    Views
    1,017

    Why dont you load the music externally?

    Why dont you load the music externally?
  22. Replies
    4
    Views
    1,179

    How did you link it to the class?

    How did you link it to the class?
  23. Replies
    2
    Views
    4,048

    You should close the netstream and netconnection...

    You should close the netstream and netconnection between changing video.
  24. Replies
    2
    Views
    1,583

    You could stop the timeline, run a timer and jump...

    You could stop the timeline, run a timer and jump to next frame when timer ticks.
  25. Replies
    5
    Views
    1,326

    since you are already learning tweening sintax,...

    since you are already learning tweening sintax, maybe you should move to some decent tweening engine like Tweener for example.
Results 1 to 25 of 208
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center