A Flash Developer Resource Site

Search:

Type: Posts; User: jerryjj

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Actually i just want to know the maximum height...

    Actually i just want to know the maximum height that the ball has reached.

    So the values I know are:
    start point
    end point
    angle of launch

    Is that possible if you don't know the initial...
  2. Get ball path based on angle and start/end point

    hi,

    If I know the start point and the end point of an object that has been 'launched', for instance a ball has been kicked in the air, and I know the angle with which it has been launched, would...
  3. Replies
    0
    Views
    1,378

    pausing a ByteArray sound

    hi,

    I'm playing and stopping bytes, which goes well, but when I try to pause the audio, and then resume, it skips about a second. probably someting with chunks of bytes, but I wonder how to pause...
  4. Replies
    1
    Views
    396

    clear objects in an array

    hi,

    how do I remove objects, in this case of the LoadingItem type loaded by Bulkloader from an array that I've put them in, so that they are being cleared from memory. It doesn't seem to be...
  5. Replies
    1
    Views
    970

    checking array in switch statement

    hi,

    how can I check the content of an array with a switch statement?


    var array :Array =[0,0];
    switch (array) {

    case [0,0]:
    trace("yes sir");
  6. center swf in browser when compiling as3 project in flex builder

    Hi,

    when you publish a swf from within the flash ide and put the publish settings on 100% x 100%
    noscale
    html alignment : default
    flash alignment : center center
    the swf will appear in the...
  7. Replies
    3
    Views
    2,204

    thanks! Works great now :-).

    thanks! Works great now :-).
  8. Replies
    3
    Views
    2,204

    VideoState event

    hi,

    I'm wondering how to use VideoState events with the LFLVPlayback.state property, because the following code doesn't trace anything in the listener function:

    import fl.video.*;
    ...
  9. Replies
    0
    Views
    2,758

    comboBox and multiline items

    hi,
    how can I set the textfoeld items in the comboBox to multline and wordWrap?

    I've tried something like:

    cb.getChildAt(1).getChildAt(0).multiline =true;...
  10. Replies
    0
    Views
    537

    comboBox and focus issue

    Hi,

    I am trying to get the focus back to the stage on closing a comboBox, so my keyboardEvent is working again. But I get an error, I guess because the stage isn't a child of the comboBox.

    ...
  11. Replies
    3
    Views
    956

    mm, the only way I can get rid of the pos/neg...

    mm, the only way I can get rid of the pos/neg value problem is introducing a relative value, this seems to work:

    addEventListener(Event.ENTER_FRAME, enterFrameListener);...
  12. Replies
    3
    Views
    956

    Thanks, also for the book tip :-). I see what...

    Thanks, also for the book tip :-).

    I see what you mean but it doesn't seem to solve my problem.

    If rot1 (the new rotation value) goes from say 350 to 10 (20 degrees cw), and rot2 is say 360,...
  13. Replies
    3
    Views
    956

    limited rotation

    hi,

    I have two movie clips, mc1 and mc2. I'd like to limit the rotation of mc1, depending on the rotation of mc2 (in an enterframeListener), think of a kinematic doll, that only can rotate its...
  14. Replies
    2
    Views
    1,122

    Absolutely right, thanks again :-).

    Absolutely right, thanks again :-).
  15. Replies
    2
    Views
    1,122

    call document class from within embedded swf

    Hi,

    I am embedding an swf containing video in my document class like:


    [Embed(source="/assets/panorama_video.swf")]
    private var videoAsset:Class;

    ...
  16. Replies
    0
    Views
    901

    flash and beamer projection

    Hi,

    I have been asked to make a flash presentation that is going to be projected by a beamer.

    I wonder what the specs are that I need to consider.
    Does anyone happen to know a link/literature...
  17. Replies
    6
    Views
    3,092

    ah, I see what you mean, I'll keep it in mind,...

    ah, I see what you mean, I'll keep it in mind, thanks.
  18. Replies
    6
    Views
    3,092

    yes that looks familiar :-). I meant that...

    yes that looks familiar :-).

    I meant that selecting "Flash only-allow Fullscreen" didn't produce the active content js file anymore (as I remember it), that the Flash Only setting does by...
  19. Replies
    6
    Views
    3,092

    thanks, I tried that, but doesn't that give an ...

    thanks, I tried that, but doesn't that give an or/or situation? I noticed that the activecontent prevention didn't work anymore when I did that.

    Anyway, I did it using displayState and actually...
  20. Replies
    6
    Views
    3,092

    fscommand fullscreen in browser

    Hi,

    I made a toggle button to go fullscreen in the stand alone flash player, which works. The listener looks like this:


    private function clickListener(e:MouseEvent):void{
    ...
  21. it's kinda hard to explain how, but I solved the...

    it's kinda hard to explain how, but I solved the bulkloader issue. Thanks for your time!
  22. I'm afraid that's not it (just tested it again)....

    I'm afraid that's not it (just tested it again).

    Also, it seems that not all of the bitmaps are added after all. Because I can't trace their width for instance, later on. So it seems to be a...
  23. thanks for your fast answer. I am using...

    thanks for your fast answer.

    I am using Bulkloader to load all the pics and keep them available all the time, and it doesn't throw an error when loading. Moreover, when I trace the children of the...
  24. adding bitmaps to sprites but only showing partly (pv3d)

    Hi,

    I am not sure if this is an actionscript or a Papervision issue that I have, so I thought I post it here too. I am adding bitmaps to sprites in a loop, but they only are being shown partly...
  25. thanks cancerinform, I thought I needed ...

    thanks cancerinform, I thought I needed

    http://code.ericfeminella.com/classes/as3/DeepCopy.as.html

    but I guess not :-).
Results 1 to 25 of 212
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center