A Flash Developer Resource Site

Search:

Type: Posts; User: dtrachtman

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    4,404

    motion tween makes 3D vanish

    I am just getting into 3D tween effects on the timeline.
    For some reason my movieclip rotation vanishes on the timeline when I scrub, but is visible when I export the movie. Is this a bug?
    Also,...
  2. Replies
    2
    Views
    1,825

    thanks for the advice. I was actually hoping for...

    thanks for the advice. I was actually hoping for something already made where I could just drop my images in. I will keep looking.
  3. Replies
    2
    Views
    1,825

    random images fade in/out

    I have been looking at tutorials online and I havent found exactly what I need.
    I have a folder of jpegs that I need to fade in and out at random. One movie clip, not triggered by anything, just...
  4. Replies
    2
    Views
    915

    yup!

    yup!
  5. Replies
    2
    Views
    915

    load images from folder

    I need a script to fade images in and out from a folder. Does anyone know of one? It could be AS2 or 3. thanks
  6. Replies
    2
    Views
    10,738

    "packages cannot be nested"

    I entered the example you gave an put it on frame 1 of my flash file and got, "packages cannot be nested"". what am I missing?
  7. Replies
    0
    Views
    361

    [CS3] loadSound truncates mp3

    I have my sounds load like this:
    _root.bgmusic.loadSound("bgsound/home.mp3", true);

    and they each only play for 20 or 30 seconds although they are really a few minutes each. Any ideas? thanks...
  8. Replies
    4
    Views
    552

    Ok, I think I figured it out. The sound file...

    Ok, I think I figured it out. The sound file played fine alone, but not through flash. Other sound files work, so for some reason flash didnt like that file. thanks
  9. Replies
    4
    Views
    552

    AS2. I have the speaker on, and can hear other...

    AS2. I have the speaker on, and can hear other stuff fine..
  10. Replies
    4
    Views
    552

    [CS3] problem with loadSound

    I would like to simply stream an mp3. I have found a bunch of tutorials that all say the same thing:

    mySound = new Sound();
    mySound.loadSound("song1.mp3", true);
    mySound.start(0, 5);

    But I...
  11. Does it have to work with an asfunction? Cant it...

    Does it have to work with an asfunction? Cant it just change the content of a variable?
    What I am trying to do is have a list of articles in a textArea on the left, and when a user clicks on one of...
  12. Fantastic! I will give that a shot. thanks! Dan

    Fantastic! I will give that a shot. thanks!
    Dan
  13. [CS3] Sending variables from xml document

    I am importing an xml document into a textArea. I want to have the hyperlinks in it effect another movieclip. Can this be done? thanks
    Dan
  14. Replies
    2
    Views
    479

    perfect

    perfect, thanks!
  15. Replies
    2
    Views
    479

    [F8] tweening in relation to an object

    I have read how to use the tweening class, but how would I tween an object to move and stop 20px above another object? thanks
    Dan
  16. Replies
    0
    Views
    440

    [F8] detecting mouse speed

    I have simple button that makes a character rises from the ground on rollover and sink back down into the ground on rollout. It works great if the user slowly puts the mouse over the button and then...
  17. Replies
    2
    Views
    847

    thanks, I will try that!

    thanks, I will try that!
  18. Replies
    0
    Views
    403

    getting video to start at a cue point

    I am trying to get my FLVPlayback component to start 5 seconds into the video. I have made cue point, but I am not sure of the code I am supposed to use to tell it to start there. I have the video on...
  19. Replies
    6
    Views
    1,292

    Ah, I see. That didnt help though. I named it...

    Ah, I see. That didnt help though. I named it "photos" and used:if (_root.photos.photo1==1) {
    _root.photos.photo1.gotoAndPlay("reduce");
    }
    if (_root.photos.photo1==2) {...
  20. Replies
    6
    Views
    1,292

    The instance name is photo1? Where else is there...

    The instance name is photo1? Where else is there an option to give another instance name?
  21. Replies
    6
    Views
    1,292

    Dont know what I could be doing wrong. I attached...

    Dont know what I could be doing wrong. I attached the fla. I just need it to check if any other images (I used numbers here) are open when clicked and to close them automatically. thanks
  22. Replies
    6
    Views
    1,292

    simple if statement

    I made 2 variables at a certain point in the timeline
    var photo1=1
    var photo2=2

    Then after a button is clicked:
    if (photo1=1) {
    _parent.photo1.gotoAndPlay("reduce");
    }

    That works...
  23. Replies
    0
    Views
    655

    maddening video issue

    I have a short video clip that is in a swf brought into my main movie with loadMovie. Sometimes it plays fine and other times you see the progress bar but no video. Is there some known bug with the...
  24. Replies
    2
    Views
    847

    video can't play more than once

    My video is in a swf that just has the video in it done by the video component. That swf is imported into my main movie. It appears fine the first time, but if the user closes and repoens the video,...
  25. Replies
    3
    Views
    316

    ahh. I just figured it out. Flash exports video...

    ahh. I just figured it out. Flash exports video controls as seperate files that must also be uploaded. I didnt see that. thanks!
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center