A Flash Developer Resource Site

Search:

Type: Posts; User: trappedatuf

Search: Search took 0.03 seconds.

  1. Thanks! That was the problem causing the syntax...

    Thanks! That was the problem causing the syntax error.

    It did not solve the referencing problem however...

    I changed that movie clip's name to "path15" (removed the dash) to make it valid. Then...
  2. [F8] Can't get another MC to play from within another MC

    I have a movie clip named "mainPageMC" that I use to group a button and another MC named "mainPageMCGroup". That mainPageMCGroup movie clip has a bunch of movie clips inside of it.

    I am trying to...
  3. Replies
    23
    Views
    6,301

    That's weired cause my code works great in Flash...

    That's weired cause my code works great in Flash 8. I just left the default name of my_FLVPlybk for the FLVPlayback component.

    The code I posted before had a missing "t" in the myFirstCuePoint...
  4. Replies
    23
    Views
    6,301

    Ok, well I did a lot of digging and this is what...

    Ok, well I did a lot of digging and this is what I came up with. Yes, you can do this and it's not that hard to do. I am sure I am missing some points but that's where I hope others will post and...
  5. Replies
    23
    Views
    6,301

    Syncing FLV playback with Flash document

    Sorry to post this as I am sure little parts of this have been answered but I can't seem to get a 'big picture' idea and since this is my first attempt at video syncing in Flash 8 I thought I'd just...
  6. Replies
    1
    Views
    466

    Preloader not really "preloading"

    I am using Flash MX 2004 and publishing in Flash 6 with Actionscript 1.

    I have my flash project that works nicely but it's about 300k so I wanted to add a preloader. I tried a few and nothing...
  7. Replies
    5
    Views
    394

    I give up!?! No one knows how to do this?

    I give up!?! No one knows how to do this?
  8. Replies
    5
    Views
    394

    Com'mon guys... this can't be that hard for you...

    Com'mon guys... this can't be that hard for you experts?

    All I need is just when the user mouse's over some text that it wait to make sure the user still has the mouse over the item 2 seconds...
  9. Replies
    5
    Views
    394

    Ok so here's the code I came up with: on...

    Ok so here's the code I came up with:



    on (rollover) {
    var elapsedTime = 0;
    var enterFrameTime = getTimer();

    while (elapsedTime <= 2000) {
    elapsedTime =...
  10. Replies
    5
    Views
    394

    Anyone have any ideas... it seems like this would...

    Anyone have any ideas... it seems like this would be pretty simple to do but I desperately need to get this working.

    PLEASE HELP!
  11. Replies
    5
    Views
    394

    Delayed Mouseover

    I searched everywhere and couldn't find something to do this:

    I need the mouseover to be delayed by about 2 or 3 seconds because I have a list of items and when user mouses over the text for that...
  12. Here is a link to the flash movie:...

    Here is a link to the flash movie: http://www.hiredavenow.com/main2.swf
  13. New Project Layout Help - Do I use movieclips?

    Ok so I am starting a new project and I want the expert's opinions on the best way to code this.

    Here is my project: I have a picture of a room when the user clicks a button I have the current...
  14. Also, I am using swishMax not Flash MX to design...

    Also, I am using swishMax not Flash MX to design my file if that means anything.

    Also, I am confused about why the normal way to do this:


    stopAllSounds();
    playSound("whateverSound");

    ...
  15. Unsteady, just want to say really apprecaite the...

    Unsteady, just want to say really apprecaite the help so far!


    Ok this still isn't working for me. I tried to make the code as simple as possible to test and it still doesn't work. When you click...
  16. Oh, I didn't know that. I like the second offset...

    Oh, I didn't know that. I like the second offset idea, but it adds a trailing silence at the end of the MP3 as well so that won't work.

    I can stick with my WAV file if I could get playSound() to...
  17. Audio, leading and trailing silence in WAV to MP3 conversion

    I have created a wav file that loops a beat. I wanted to use this sound as a Sound() object so I must convert the WAV to MP3.

    I have used winamp, Goldwave, Lame, and several other converters and...
  18. Ok, I got it working... I was having troubles...

    Ok, I got it working... I was having troubles because I wasn't exporting as SWF 6 or higher, so watch out because that's a must! Here's my simple code:



    mySound = new Sound();
    ...
  19. Anyone know how I can get this to work, because...

    Anyone know how I can get this to work, because right now it doesn't work at all!

    It will stop the sound, but then it won't play the next sound, the way I have it!
  20. Please help with stopSound and replaying sound

    I have this in my code:



    onFrame (3,afterPlacedObjectEvents) {
    setLabel("playbeat2");
    stopAllSounds();
    playSound("Chill - Loop2 (22khz 2channel).wav",false,20,10000);
    ...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center