A Flash Developer Resource Site

Search:

Type: Posts; User: -Dman100-

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,031

    Hi cancerinform, It looks like root.pnum2 is...

    Hi cancerinform,

    It looks like root.pnum2 is the suffix to the 4 swf files that are called when you click on one of the portfolio sections.

    For example, if you click on scenic, then it calls...
  2. Replies
    5
    Views
    1,031

    Hi cancerinform, Thanks for replying to my...

    Hi cancerinform,

    Thanks for replying to my post. I appreciate the help.

    I used find/replace to locate 'LoadMovie' and isn't used in the 4 swf files that are called when you click on one of the...
  3. Replies
    5
    Views
    1,031

    help modifying flash template

    I am trying to make some edits to a Flash template for a photographer’s portfolio site. Here is a link to see the current site:

    http://www.dwayneepps.com/FlirtyFlash/

    By clicking on one of...
  4. Replies
    0
    Views
    2,326

    using Flashvars to include a skin

    I hope someone can help me with the following problem. I have a skin for a flash file that includes the control buttons...i.e. play, stop, pause, seek, mute, etc.

    I have the flash files in a...
  5. Replies
    1
    Views
    474

    importing illustrator image

    I have artwork I've created in Illustrator. How can I import the individual Illustrator artwork objects into Flash? I want to create Flash graphics of all the artwork objects and then animate the...
  6. Replies
    2
    Views
    1,222

    Okay, thanks. I didn't see the featured link in...

    Okay, thanks. I didn't see the featured link in the right column. I normally just click on the featured link in the top navigation section.

    The featured site archives still aren't displaying as...
  7. Replies
    2
    Views
    1,222

    Featured site section

    What happened to the featured site section? Has it been taken down or is the site being updated and the featured section is just down temporarily?

    -Dman100-
  8. Replies
    2
    Views
    768

    Thanks Toby...that worked great!:) I'll be using...

    Thanks Toby...that worked great!:) I'll be using that from now on.
    -Dman100-
  9. Replies
    2
    Views
    768

    Streaming MP3 problem in IE

    I am encountering a problem with streaming audio using an MP3 that works sporadically in IE. Sometimes when I open the page the music will start and then other times it won't start at all.

    Here...
  10. Replies
    6
    Views
    780

    Gave that a try... It did get the movie starting...

    Gave that a try...
    It did get the movie starting at frame 3, but still only begins playback at 100% instead of starting at 50% loaded. Hmmmm, any ideas why it was loading 100% bytes before...
  11. Replies
    6
    Views
    780

    Steve, Quick question: I've been trying the...

    Steve,
    Quick question:
    I've been trying the method you suggested using the following:

    if (_root.getBytesLoaded() == (_root.getBytesTotal()/2)) {
    gotoAndPlay(3);
    }

    It just stays at frame...
  12. Replies
    6
    Views
    780

    Thanks Steve! I appreciate your help. I feel...

    Thanks Steve! I appreciate your help. I feel pretty silly not figuring that one out:) Again, thank you for your help.
    -Dman100-
  13. Replies
    6
    Views
    780

    getbytesloaded preloader

    I working on a preloader using the following method:

    if (_root.getBytesLoaded() == _root.getBytesTotal()) {
    play();
    }

    I'm wondering if there is a way to use the getBytesLoaded to be...
  14. Replies
    11
    Views
    529

    Wow, very cool. I was curious what the action...

    Wow, very cool. I was curious what the action Movie clip was for? I didn't see any actions associated with it, so I wasn't sure what purpose it had. There was also another movie clip in the...
  15. Replies
    11
    Views
    529

    So, there isn't a way to get the animation to...

    So, there isn't a way to get the animation to loop using the method with the stop action? Hmmmm, I need to find a way to get the movieclip to loop with the sound. Well, at least all the trials and...
  16. Replies
    11
    Views
    529

    Thanks guys for the input and help. I downloaded...

    Thanks guys for the input and help. I downloaded the file you posted and it does work. I was looking at the changes and saw that you included a stop action in the movie clip animation and then a...
  17. Replies
    11
    Views
    529

    Hey Mal Pacino, Thanks for replying to my post. ...

    Hey Mal Pacino,
    Thanks for replying to my post. I didn't realize that I had to have the music loaded into the library because I was dynamically loading the MP3 to keep the file size small. Do I...
  18. Replies
    11
    Views
    529

    Can anyone offer any help as to where the error...

    Can anyone offer any help as to where the error is in the code? If anyone can point me in the right direction it would be greatly appreciated. Thanks.
  19. Replies
    11
    Views
    529

    sound.position problem

    I have been attempting to use the soundobject.position to begin a movie clip once the sound begins playing. I can't get it to work. It is probably something really simple that I'm missing. The...
  20. Replies
    0
    Views
    572

    sound problem starting in IE

    I'm using the following code to begin playback of a dynamically loaded MP3. I've tested in IE and NS, but IE doesn't start the audio. It works fine in NS.

    bgSound = new Sound();...
  21. Replies
    1
    Views
    423

    Figured it out. Problem solved.

    Figured it out. Problem solved.
  22. Replies
    1
    Views
    423

    controlling movie clip

    I have two buttons (ON and OFF) on two seperate layers and a movie clip animation on a third layer all on the root timeline in frame one. I want to prevent the movie clip from playing until I use ...
  23. Replies
    3
    Views
    561

    Thanks for the information! I appreciate your...

    Thanks for the information! I appreciate your help. Does the soundobject.position set itself to being greater than 0 once the sound actually starts playing? So, while information for the MP3 is...
  24. Replies
    3
    Views
    561

    basic sound question

    I have a MP3 sound clip that is 936KB. I want to use the sound over a graphic equalizer animation with a button to turn on and off the sound. Since the sound clip is pretty large, I was dynamically...
  25. Replies
    3
    Views
    511

    Hi PCRIDE and OLDNEWBIE, I was looking over the...

    Hi PCRIDE and OLDNEWBIE,
    I was looking over the tutorials at KennyBellew.com previously. It has some great stuff, very helpful and informative.

    Being new to scripting and working with sound...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center