Skip navigation
shootingfrog
Currently Being Moderated

How do I crop a song?

Sep 12, 2012 9:04 PM

Tags: #crop #flash_cs6 #sound_not_working

I figured out how to crop the song, but every time I click the button, the song starts from the beginning.  It only plays for the duration I selected, but it doesn't play the part of the song I selected.   I haven't messed with Flash since CS3 so maybe I'm missing something but any help is appreciated.  Thanks!

 
Replies
  • kglad
    62,001 posts
    Jul 21, 2002
    Currently Being Moderated
    Sep 13, 2012 7:44 AM   in reply to shootingfrog

    are you using actionscript to play your song or is it attached to a timeline?  if it's attached to a timeline, assign its sync property to stream (not event) and check if that does what you want. 

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 13, 2012 4:08 PM   in reply to shootingfrog

    You might be better off using an actual audio editing software to edit the audio file. Audacity is a well know, free download with a very good reputation. So "crop" the song as needed and only import/load that edited version into Flash.

    http://audacity.sourceforge.net/

    Best wishes,

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 14, 2012 12:15 PM   in reply to adninjastrator

    Alternatively, don't reduce the length of the song, but instead put a goToAndPlay() in frame 1 that goes to where you want to start, and put either a stop() (if you want it to just end) or a goToAndPlay() that goes back to your begin frame if you want it to loop.

     

    Note that you should set the audio to "stream", and you should avoid placing audio on any MovieClip that is in a frame that your navigation could allow a user to skip.

     
    |
    Mark as:
  • kglad
    62,001 posts
    Jul 21, 2002
    Currently Being Moderated
    Sep 15, 2012 8:29 PM   in reply to shootingfrog

    assign its sync property to stream (not event) and check if that does what you want.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points