Call external audio file into timeline

I'm creating training programs that will be translated into
many languages. I create the text in external XML files, and then I
use dynamic text frames to call in the text. The translators need
only translate the XML Files and Flash is automatically updated.
I would like to find a way where I can keep the audio files
external to Flash, and have Flash call them. This way, once the
translators have re-narrated the files in each language, I won't
have to open each Flash movie and manually import the audio files.
Is there a way to do this?
Thanks!

When you import the MOV file, Audition will split it into a video stream and an associated audio file.  You can drag the audio file into a session without the video stream.

Similar Messages

  • Import .mov audio file into timeline

    Is this possible? Thanks.

    When you import the MOV file, Audition will split it into a video stream and an associated audio file.  You can drag the audio file into a session without the video stream.

  • Load external audio file in array?

    Hello.
    I have figured out how to load an external video file - and I can play an imported audio file, but I can't seem to use either method to load an external audio file into an array. (doh)
    Here is my audio code:
    var tour_audio:Array = [tour1, tour2]; 
    var my_num:Number= Math.floor(Math.random()*2);
    var ChosenSound = tour_audio[my_num];
    var playing:Sound = new ChosenSound();
    playing.play();
    Here is my video code:
    var my_videos:Array=new Array ("link1.mp4", " link2.mp4", " link3.mp4", " link4.mp4");
    var randomIndex = Math.floor(Math.random()*my_videos.length);
    my_player.source = my_videos[randomIndex];
    I tried "var tour_audio:Array = ["link1.mp3", "link2.np3"];  - but that did not work.
    ty

    // the array is from your code, the array will hold the references to the two sound files
    var tour_audio:Array = new Array();
    // then you need to create two instances of the sound class to hold the sound files that you load in
    var soundClip1:Sound=new Sound();
    var soundClip2:Sound=new Sound();
    // then you need a sound channel to play the sound files
    var sndChannel:SoundChannel=new SoundChannel();
    // this is your randomizer code
    var my_num:Number= Math.floor(Math.random()*2);
    // now you load each of the sound files into your sound class instances using URLRequest
    soundClip1.load(new URLRequest("tour1.mp3"));
    soundClip2.load(new URLRequest("tour2.mp3"));
    // to find out when the files have finished loading, you need to add an event listener to each of the sound classes
    // these event listeners will fire the functions onComplete1 and onComplete2 when each sound file has finished loading
    soundClip1.addEventListener(Event.COMPLETE,onComplete1,false,0,true);
    soundClip2.addEventListener(Event.COMPLETE,onComplete2,false,0,true);
    // this is the function for the first sound loader listener, it will add the sound class instance to your array once the sound has loaded
    function onComplete1(evt:Event):void {
        tour_audio.push(soundClip1);
    // this function does the same job for the second sound file
    function onComplete2(evt:Event):void {
        tour_audio.push(soundClip2);
      // call this function to play the chosen sound file
      // it could be called from the onComplete2 function above
    function playRandomSound():void {
              var ChosenSound = tour_audio[my_num];
              sndChannel = ChosenSound.play();
    I've added comments to the code itself that should help to explain what's going on. Yes, AS3 is just jam packed with intimidating stuff. As you use it, it will start to make some sense.

  • How to call external jar files in EJB project for CE

    Hi,
    I would be thankful if someone could help me with this -
    I need to call the external jar files into my EJB project - Here is what I have done and am getting runtime exception as  -
    java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/glance/pdf/pt/PTDoc
    1. Created a EJB  project" HelloWorld "  using Java perspective in NWDS 7.1 called with client as HelloWorldClient and EAR project as HelloWorldEAR.
    2. Am working on HelloWorld project (1st one).
    3. In my code I am instantiating a class which is a class in one of  the external jar file that I need to refer in my project.
    4. I have set the Java Build path but it works only for the compile time and fails during runtime.
    5. Have read I need to create external library DC and refer in my project "HelloWorld".
    Can anyone help me with exact steps what needs to be done - during creation of external library project and then for my "HelloWorld" EJB project. How would I be able to reference or set the external library project in my EJB project?
    Looking forward to hear from experts.
    Thanks,
    Shiv
    Edited by: Shiv Khullar on Aug 30, 2010 9:39 PM

    Hi Edson,
    I tried it , but it still gives me runtime exception.
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/glance/pdf/pt/PTDoc
    java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/glance/pdf/pt/PTDoc
    Steps I performed are -
    1. Created a library project and created 2 Public parts "Compilation" and "Assembly"
    2. Build the library project.
    Now in my EJB project using Project Explorer - set the classpath and added both compilation jar and assembly jar files.
    This is how the classpath entries for external library looks like -
    <classpathentry kind="lib" path="/LocalDevelopmentLocalDevelopmentexternallibrarypdftoolsforwatermarkingdemo.sap.com/gen/default/public/WatermarkAssembly/lib/java/demo.sap.comexternallibrarypdftoolsforwatermarking~WatermarkAssembly.jar"/>
         <classpathentry kind="lib" path="/LocalDevelopmentLocalDevelopmentexternallibrarypdftoolsforwatermarkingdemo.sap.com/gen/default/public/WatermarkCompilation/lib/java/demo.sap.comexternallibrarypdftoolsforwatermarking~WatermarkCompilation.jar"/>
    I have also added the jar files I used in my external library project as "User Library" from Java Build Path . I dont do it , then the code fails during compilation itself.
    Regards,
    Shiv

  • Can i convert AIFF audio file into an MP3 file please?

    Can i convert AIFF audio file into an MP3 file please? I will be doing this on an imac 2008 model. thank you for help!

    Since this is the Logic forum and you may be working in Logic, you dont even need iTunes. To convert Aiff to MP3:
    1 - Go to the Bin>Audio Files
    2 - Select the Audio File you want to convert ( and not a region or edit of it)
    3 - Go to Audio File next to the Link icon ( Audio - Edit - View ) and down the menu to Copy/Convert.. gives lots of options
    HTAH
    (hope that also helps)
    MS

  • Hi I shoot on a canon 5d mk11 and I record my audio on an external device yet when I open up my footage in final cut pro x I can't find my external audio files only the ones attached to the clip which are off the camera mic

    I shoot on a canon 5d mk11 and I record my audio on an external device yet when I open up my footage in final cut pro x I can't find my external audio files only the ones attached to the clip which are off the camera mic

    What device?
    What format?
    How are you importing it?
    Can you find the external audio with Finder?
    Where is your destination file when you import it?
    Andy

  • How to include external .js file into .ear file using NetBean 5.5.1?

    is it possible to include external .js file into .ear file using NetBean 5.5.1? if not, then where should I placed the external .js file and how to write the src="xxx" element? (that is , how to write the path of "xxx"?)
    I am using JBOSS 4.2.2 GA as server
    thx!!

    Even this is also not possible because, the code in that package is developed by DWR and i am just adding it to my lib folder and importing the respective classes. In the same manner i need to include the *.js* file in the JSP.It took me about 3 minutes reading through the [DWR Getting Started|http://getahead.org/dwr/getstarted] page to learn that you don't have to do any of that. Perhaps you should read that page?

  • Assistance needed in trying to import MP3 audio file into Slide Show

    I get the following message when trying to import an MP3 audio file into a slideshow in Organizer 9 "The selected file can not be played because your system does not have the required compressor/decompressor(codec) installed. I am pulling the file from my Itunes folder and I have not had problems with any other file I have downloaded from itunes and changed to an MP3 format.  Does anyone have any ideas?  I really want to use this song in a slideshow for my parents 50th Anniversary.

    Best GUESS is that DRM is getting in the way of the file being used outside of iTunes (DRM = Digital Rights Mgmt = Copy Protection)

  • Embed an external PDF file into the XML

    Dear All,
    We have a program which creates the XML file on the Application server when we execute it.
    My requirement is to Embed an external PDF file into the XML file while generating it through
    program from SAP.
    Please let me know how this is possible.
    Thanks & Regards,
    Vinit

    Yes, you can do it. You have to use an absolute path and add it not only to the folder but to the .manifest
    I wrote a blog post explaining how to do it:
    http://www.captivatecrazy.blogspot.com/#!http://captivatecrazy.blogspot.com/2012/03/embed- pdf-in-captivate-for-lms.html

  • Call External Javascript file in Custom Visual WebPart

     Hi..
     How to call external javascript file in Custom Visual WebPart in sharepoint 2010
    Ravindranath

    Hello,
    Download that script and save in layout folder or within a site. Then use below script tag in webpart:
    <SharePoint:ScriptLink ID="ScriptLink2" Name="location/jquery-1.5.min.js" runat="server" OnDemand="false" Localizable="false" />
    http://stackoverflow.com/questions/5068663/how-to-call-an-external-javascript-file-from-a-webpart
    http://stackoverflow.com/questions/5243821/external-javascript-file-in-sharepoint-web-part
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • HT201066 How can I split a long recording audio file into multiple audio files?

    Hi,
    How can I split a long recording audio file into multiple audio files?
    With Windows I was using Nero software, which is not available for Mac. Is there any similar app for free for Mac?
    Thanks!

    Hello ingiorgio
    You can import the track into GarageBand and then split the tracks there. Once that it is done you can highlight the ruler section and then share the song to iTunes to get them separated out. 
    GarageBand - Split regions in the Tracks area
    http://help.apple.com/garageband/mac/10.0/#gbnd76fcce04
    GarageBand - Share songs to iTunes
    http://help.apple.com/garageband/mac/10.0/#gbndfb96a96f
    Regards,
    -Norm G.

  • How do I call two csv files into ews?

    I have to call two csv files into a script with ews:
    Param([string]$calInputFile = "C:\Algemene agenda\Data docenten.txt" )
    Param([string]$calMailboxFile ="C:\Algemene agenda\Alle docenten.txt"
    # Load all Entries
    $calagenda = Import-Csv $calInputFile
    $calMailbox = Import-Csv $callMailboxfile
    This do not work.
    How can I do this???

    OH!!  Why didn't I see this before?  s-:  You are having problems with the Param definition, but it appears you are having troubles pulling the data into the script.  You can only have a single Param definition for a script.  Try
    the following instead:
    Param(
        [string]$calInputFile
    = "C:\Algemene agenda\Data docenten.txt",
        [string]$calMailboxFile
    ="C:\Algemene agenda\Alle docenten.txt"
    ## Load all Entries
    $calagenda = Import-Csv $calInputFile
    $calMailbox = Import-Csv $callMailboxfile
    To define multiple parameters, you have your Param definition (with its parentheses) and all parameters are defined inside it, separated by commas.

  • Segment audio file into chapters

    I hope this will make sense - my best chance of getting the help I need is to describe what I'm trying to do:
    I work with a high school marching band. I've recorded the band playing the music we'll be performing in our show. I plan to load the recording onto an iPod and play the music over speakers  while my students learn their marching drill to the song.  What I need to be able to do is  segment the recording into a bunch of attached "chapters," so I can either start the recording at the beginning and play straight through, OR  easily start at specific spots in the music (like a chapter in a book).
    I'd appreciate any suggestions the community may have about how to accomplish what I envision.
    TIA

    Keith Williams1 wrote:
    Segment audio file into chapters
    i THINK this applies to AAC exports as well, try it:
    http://www.bulletsandbones.com/GB/GBFAQ.html#chaptertocdtracks
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How can I import MP3 audio files into premiere pro cs5?

    Can any one help?
    How can I import MP3 audio files into premiere pro cs5?

    It is really difficulty for me.If you still haven't found a satisfactory answer,please search it on google.Hope you can get your answer as soon as quickly!
    fifa 14 coins
    cheap fifa coins

  • Importing Quicktime Audio File into itunes

    I have a couple quicktime audio files that I'm trying to import into my itunes library. When I try to simply drag them into my itunes library it will not accept them.
    Also I tried using the import control from the itunes window, but when I choose the the quicktime file to import it also will not go into my library. These files where orginally windows media files inwhich I converted over using the "flip4mac" program to convert the windows media files to quicktime files, but neither file type will import into itunes.
    These files were simply voice recordings from a digital recorder, how do I get these audio files into my itunes library?? ... Thanks

    Ya, looks like the file is still a real WMA file and all that application did was give your QT the ability to play WMA files perhaps? I am not familiar with that one. You need to locate a WMA to MP3 file converter. Some that come to mind are MediaMonkey, EasyWMA, and there are many others. Those first two might both be shareware programs and I don't have any first hand experience with them. I really haven't had the need to do this type of conversion (yet) so haven't looked into the various applications. Perhaps someone reading this can chime in if they know any free ones that work.
    In the meantime, hit up versiontracker.com or download.com and do a search and see what you find. But the root cause of your problem is that the file is still in the wrong format for iTunes and iPod use.
    Patrick

Maybe you are looking for