Read multiple audio files with a single button - Playlist

Hello

im working on an interactive project that require the playlist function,

The idea is to have a single button on a page that will play all the audio files on the page in the order they

as you play a complete album in itunes or other players, when the first ending song the following begin to play and so on.

Any ideas?

Thank you

Guy

(1) put all the audio files in the Indesign document.

(2) create a button,

3) go to the Control Panel button and add multiple actions for 'Her', and for what actions define the audio file name

Now go to the Panel of Timing and to organize the sequence of the audio file to read, just as the Panel layer, (drag / drop)

Check the output.

Tags: InDesign

Similar Questions

  • Multiple audio files in a single slide Captivate 5?

    It is easy to add multiple audio files in Camtasia Studio: just drag gthem.

    Captivate 5 asks me if I want to replace the current audio file. I don't. I just need - at the most - you short audio files that will play in order, perhaps with a short break between the two

    Is this possible?

    Welcome to our community

    Captivate allows audio at three levels.

    • Background - plays for the duration of the project
    • Slide - plays when the slide plays
    • Object - plays when the object appears

    What you must do if you want multiple audio files to read is to insert objects and associate audio with objects. If you do not want to see the object and all what you want to do is to hear the audio, use a Transparent caption with no text or a box to highlight without color or a box click with no break and no action when you click it.

    See you soon... Rick

    Useful and practical links

    Begin to learn Captivate 5 times now! $29.95

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • Synchronize multiple audio files with files RED using the timecode

    I have need of synchronization of 100 + RED files with 100 + audio files for a prodject. The RED camera and external audio recorder are locked by timecode.

    Now I know that the option to synchronize the files with video clips of fusion. But this option only works for a clip at the time! And I have a very shot period.

    Is there a faster way to do this in PremiereCC?

    Not yet.

    Adobe - feature request/Bug Report Form

  • How to associate the audio file with progress bar

    Hi all

    I have a case in which I need to associate an audio file with a progress bar. What I want to do is to able to read an audio file that will say "Started process..." "Continuous on" process ends and it is and must be synchronized with the progress bar. Is it possible to do so.

    Please let me know

    Thank you

    Ankit G

    Are you referring to a LabVIEW horizontal/vertical progress bar that basically an integer U8 constantly wrote in it? Is it in a loop as it fills?

    If so, there is a full range that allows you to listen to the signals. As you write the number of your progress at the helm, you can keep control of what the number is (structure of the event or case), and when it hits special values, you play special sounds. Here's a screenshot of this palette.

  • How the audio files with extenson .rm are noticeable and witten on CD/DVD?

    I have several audio files with a .rm extension I've downloaded from a Web site. But I changed my operating system from Windows XP to Windows 7. Now I'm unable to read files or write them to a CD/DVD.

    .RM is a Real Media file.

    Download and install the Real Player.
    To put them on a CD in the form of music files, you will need to convert them to .wav format. Maybe you can do this withbReal player, I don't have it sondon can't know. If he is unable, then Google for a free Converter.
    See you soon,.
    Jerry
  • How can I play flac Audio files with extension on windows media player

    How can I play flac Audio files with extension on windows media player

    Hello jesskenneth,

    Thank you for visiting the Microsoft answers Site.

    The extension Flac is not a type of supported Windows Media Player file. However, you can user your favorite search engine to search for a solution that can convert the file in a supported file type Windows Media Player.

    For more information on the types of files supported by Windows Media Player, you can also view the following link:

    Information on the types of media files that supports Windows Media Player

    Thank you

     

    Mary
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I can't read the .avi files with any program on my system.

    I can't read the .avi files with any program on my system. Have several programs that all of them played before September 2010, like the classic, windows media center windows media player media player, Director of windows, windows, 5.3, video programs video ulead dvd creating toshiba. Nothing works, frustrating not being able to download videos from two different cameras and burn them on DVD. I get an error of almost all the programs, saying that it was unable to load the required component, but I can't determine what this component. I tried to reinstall the codecs again non-joy.

    The free utility GSpot to identify the codec that created
    a .avi file... maybe it will help solve the problem:

    Download GSpot
    http://www.free-codecs.com/download/GSpot.htm
    (left-click the text: "Download GSpot")
    (on the next screen...
    left click: 'Download [GSpot 2.70]')

    You don't have to install it... just unzip the file and
    GSpot.exe left click to launch.

    GSpot Super quick start
    http://www.headbands.com/GSpot/v26x/Quick_Start.html

    Evaluation of video files and Codecs with GSpot
    http://www.windowsmoviemakers.NET/PapaJohn/68/GSpot.aspx

    Good luck.

  • can perform us two actions with a single button in two clicks, one after the other?

    Mr President.

    can perform us two actions with a single button in two clicks, one after the other?

    I want that when I click on the button Add once it add data to the database and when I click again on this button it clears the form data to the empty fields.

    Concerning

    Tanvir

    In the code, it should be easy.

    The following code adds that a button called butman with text 'ADD '.
    It then registers a listener that will be called if the user clicks the button.

    This listener then calls the runAddData method if you clicked butman while it contained the text of "ADD" and it calls the runClearData method otherwise.
    That's why he will swap the functionality of the button between ADD and CLEAR on each click.

    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});
    

    I hope that's what you wanted.

    Further reflection.
    You might want to run the ADD and CLEAR methods in their own son so that it can run in the background without slowing down your user interface.

    I also reuse rather a single button for several features instead of to apply with hundreds of nodes used only rarely with masses of code to show and hide as needed.

  • Two actions with a single button Oracle adf

    Hello
    Dear all,
    I want two action with a single button. Before posting, I studied this thread, but it seems that it cannot solve my problem two actions with a single button?
    It's my button and its action http://4.bp.blogspot.com/-tpP5wIW8JLI/T66zhLZgG0I/AAAAAAAAAPY/F1A-Ka8KGPY/s1600/req1.JPG
    getReqID button is actually a call to a procedure that returns a value to his class of action. The cb1_action function is...
    public String cb1_action() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getReqID");
    Object result = operationBinding.execute ();
    int id = Integer.parseInt (result.toString ());
    System.out.println ("result =" + id);
    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }
    It works very well. Don't know I want to, click this button, it also opens a page of .jsff. but I'm unable to open this page.
    Help, please
    Thank you
    Muhammad Nasir

    The first image you provided shows a small 'Attention' sign on the "request for quote-global-TF" which, I guess, gives you the sentence.
    This warning tells you that there is a problem with the task flow that you imported from the pot. Move the mouse over the warning sign a see what message you get from the frame on the error. If you don't get one, in 'source' view and look for red or orange squares in the gutter of the right hand. Scroll to the position of the red square and move the mouse over the underlined part red or orange of the code.

    Timo

  • Removal of MSQL 2 tables with a single button

    As I was able to add data from two tables mysql with a single button, I guess I should be able to delete the two entries in a similar way, but I can't seem to get there. The code is written in large part by DW and I have only the level minimum idea of the meaning of the php, so please be patient in no explanation as to where I'm wrong!
    At the present time, to the chk_sixmonth of the table entry is removed, but at table cel_contents incorrect records are deleted.
    The corresponding code is, I think;
    If ((isset($_POST['ck_pk'])) & & ($_POST ['ck_pk']! = "") & & (isset($_POST['gone']))) {}
    $deleteSQL = sprintf ("DELETE FROM chk_sixmonth WHERE ck_pk is %s",
    GetSQLValueString ($_POST ['ck_pk'], "int"));

    @mysql_select_db ($database_tormented3, $tormented3);
    $Result1 = mysql_query ($deleteSQL, $tormented3) or die (mysql_error ());

    $deleteGoTo = "chk_insert.php";
    If (isset {}
    $deleteGoTo. = (strpos ($deleteGoTo, '?'))? « & » : « ? » ;
    $deleteGoTo. = $_SERVER ['QUERY_STRING'];
    }
    header (sprintf ("location: %s", $deleteGoTo));
    }

    If ((isset($_POST['cel_pk'])) & & ($_POST ['cel_pk']! = "") & & (isset($_POST['gone']))) {}
    $deleteSQL = sprintf ("DELETE FROM cel_contents WHERE cel_pk is %s",
    GetSQLValueString ($_POST ['cel_pk'], "int"));

    @mysql_select_db ($database_tormented3, $tormented3);
    $Result1 = mysql_query ($deleteSQL, $tormented3) or die (mysql_error ());

    $deleteGoTo = "chk_insert.php";
    If (isset {}
    $deleteGoTo. = (strpos ($deleteGoTo, '?'))? « & » : « ? » ;
    $deleteGoTo. = $_SERVER ['QUERY_STRING'];
    }
    header (sprintf ("location: %s", $deleteGoTo));
    }

    $colname_rstSix = "1";
    If (isset($_GET['scrap'])) {}
    $colname_rstSix = (get_magic_quotes_gpc())? $_GET ["scrap"]: addslashes($_GET['scrap']);
    }
    @mysql_select_db ($database_tormented3, $tormented3);
    $query_rstSix = sprintf ("SELECT * FROM chk_sixmonth WHERE ck_pk = %s", $colname_rstSix);
    $rstSix = mysql_query ($query_rstSix, $tormented3) or die (mysql_error ());
    $row_rstSix = mysql_fetch_assoc ($rstSix);
    $totalRows_rstSix = mysql_num_rows ($rstSix);

    $colname_rstCont = "1";
    If (isset($_GET['scrap2'])) {}
    $colname_rstCont = (get_magic_quotes_gpc())? $_GET ['scrap2']: addslashes($_GET['scrap2']);
    }
    @mysql_select_db ($database_tormented3, $tormented3);
    $query_rstCont = sprintf ("SELECT * FROM cel_contents WHERE cel_pk = %s", $colname_rstCont);
    $rstCont = mysql_query ($query_rstCont, $tormented3) or die (mysql_error ());
    $row_rstCont = mysql_fetch_assoc ($rstCont);
    $totalRows_rstCont = mysql_num_rows ($rstCont);
    ? >
    <! DOCTYPE etc...

    < form action = "" method = "post" name = "scrap" id = "scrap" > "
    < input name = "gone" type = "checkbox" id = "gone" value = "gone" / >
    < input type = "submit" name = "Submit" value = "Remove" / >

    < input name = "ck_pk" type = "hidden" id = "ck_pk" value = "<?" PHP echo $row_rstSix ["ck_pk"];? ">" / >
    < input name = "cel_pk" type = "hidden" id = "cel_pk" value = "<?" PHP echo $row_rstCont ["cel_pk"];? ">" / >
    < / make >
    Thanks for any help

    Problem has now well sorted.

  • Audio Play/Stop clip with a single button

    I'm having a hard time to understand how to use the advanced actions to enable / disable an audio button. I have read several articles and messages on the forum, but it is still confusing me!

    I want to create a button that can be clicked once to read data audio, click a second time to pause and click a third time to restart the audio (in the same place, she had stopped).

    Can anyone help with a really clear ride of the how to use the advanced actions to create this? There only seems to be pieces of the puzzle in the messages and blogs I've found so far!

    I started with a smart form which has a picture fill to a speaker:

    Screen Shot 2016-04-22 at 10.31.29.png

    I used simple actions for this audio trigger but there is now way to pause, and then start it again as far as I can see without the aid of a tip. My apologies if this has already been answered, but I can't find any post exact a walk has in the process.

    Thank you!

    Ruth

    OMG this is something totally different from the title of your son who literally said "toggle Audio Narration on / off. This title is not good at all for what you're asking here. You want a button for play/stop an audio clip. I'm going to your title in this way (using the power of my present by host)

    If you want an audio file to play when a button is clicked you use the command

    Play the Audio

    If you want to stop it using the command

    Audio triggered stop.

    If you want to use the same button for play/stop a specific audio clip, you must create a similar action, as I explained in th article toggle button, but do not use the variable cpCmndMute of system, but a user variable. It has almost the same meaning as the variable v_visib that I used to show/hide images. Tagged this audio variable v_audio, with a default of 0. The conditional action will then be:

    IF v_audio equals 0

    Play the Audio...           indicate the audio clip
    Toggle v_audio

    ON THE OTHER

    Stop audio Triggered
    Toggle v_audio

    I do not add changes state from here, can be done the same way, as described in the article.

  • Switch between two intelligent forms with a single button?

    Hello!  I work at 8 Captivate and try to use a single button to switch between two smartshapes.  I can't for the life of me figure out how to do it.  I know its possible to make it 'show' and 'hide', but is it possible to simply create a user click on a button and whenever we click on it, it comes and goes between two different smartshapes?

    Im trying to show the user the functionality on a piece of equipment when they press a button.  When they push the button, it comes and goes between two different read out on the screen.

    Thanks in advance!

    Have you looked at the blog post that I posted a link: I offer 4 scenarios.

    It can also easily be done, if you have a separate (shape) button to switch between two different objects:

    1. Create a user with a default value of 0 v_visib variable
    2. Create two objects and one of them is visible, the other invisible output ("eye" in the Properties Panel icon); I've tagged the ShapeOne and ShapeTwo, where ShapeOne is visible at the beginning
    3. Create this advanced conditional action (you can also turn it into a shared action):

    IF v_visib equals 0
    Hide ShapeOne
    See the ShapeTwo
    Toggle v_visib
    ON THE OTHER

    Hide ShapeTwo

    See the ShapeOne

    Toggle v_visib

    4 assign this action to the success of the button event

  • Read an XML file with elements of namespace

    I'm a beginner with XML and for the first time that I have to read a file with columns.

    I try this code, but the result is always the same: no selected lines.

    variable xml_response VARCHAR2 (4000)


    START


    : xml_response :=

    '

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < ROOT xmlns =" http://www.post.ch/schemas/DFU/2006/20/Report11 ">

    < sender SenderID = SenderName "1618" = "Laurastar SA" ReportCreated = "20141120053155" >

    < provider ProviderID = "539ADAEE-FF18-49F8-84B8-B90232CBCC61" ProviderName = "Consignments" >

    < data >

    < item SendingID = "a68f0007-c4df-4ecb-8dfe-d6da6c2e0cda" ItemID = IdentCode "5430243" = "993314781300000254" / >

    < item SendingID = "beba5a0e-6363-42f1-aeb5-51c5171ed032" ItemID = IdentCode "5430241" = "993314781300000255" / >

    < item SendingID = "beba5a0e-6363-42f1-aeb5-51c5171ed032" ItemID = IdentCode "5430241" = "993314781300000255" / >

    < / data >

    < / provider >

    < / sender >

    < / ROOT > ';



    END;


    /


    SELECT x .*

       FROM XMLTable ( )

       '/ ROOT'

    from xmltype (:xml_response)

    columns

    ReportCreated VARCHAR2 (30) way "Sender/@ReportCreated"

    , SendingID varchar2()50() way "Sender/Provider/Data/Item/@SendingID"

    , ItemID varchar2()30) way "Sender/Provider/Data/Item/@ItemID"

    , IdentCode varchar2()30) way "Sender/Provider/Data/Item/@IdentCode"

       ) x

       ;


    I would not find what the problem is.



    I could not found what the problem is.

    Two things are wrong:

    (1) the lack of namespace declaration

    (2) that you are trying to project expandable nodes into a single line

    This should work:

    SELECT x1.ReportCreated
         , x2.*
    FROM XMLTable(
           XMLNamespaces(default 'http://www.post.ch/schemas/dfu/2006/20/Report11')
         , '/ROOT/Sender'
           passing xmltype(:xml_response)
           columns
             ReportCreated varchar2(30) path '@ReportCreated'
           , items         xmltype      path 'Provider/Data/Item'
         ) x1
       , XMLTable(
           XMLNamespaces(default 'http://www.post.ch/schemas/dfu/2006/20/Report11')
         , 'Item'
           passing x1.items
           columns
             SendingID     varchar2(50)  path '@SendingID'
           , ItemID        varchar2(30)  path '@ItemID'
           , IdentCode     varchar2(30)  path '@IdentCode'
         ) x2
    ;
    
  • Creating a bar of the Volume control for multiple audio files

    I'm pretty new to Flash and developing a project with a series of images containing unique video clips. Each of these frameworks are accessible via a menu based all chapter in being visible straight like a regular movie. I just added the audio for each 'chapter' / framework, all of which are unique from each other. I'm having a problem with the creation of a volume control bar that affects all the sound elements throughout all the images in the control bar unique on the General interface/skin that these chapters are working on. (With the help of Flash 8)

    I developed a sliding control bar, that works, but does not affect the volume, somehow. Is there something wrong with the coding that I use? (The control bar consists of a button nested in a clip and the action is applied to the mc. The bar/line to follow is 60px banner for a long time and control is to move horizontally while the increase reflects the increase in the volume. The original code was for a 100px line leave a tutorial from macromedia that I adjusted to be 60px banner) advice on best practices for the creation of a volume control bar would be greatly appreciated! (I currently have all of my audio files on separate layers, should I be placing these in a mc rather than just having them on the main timeline?) Thank you!!!

    Answering my own question...

    Each individual swf has the code...

    var my_sound:Sound = new Sound();
    my_sound.loadSound ("someSound.mp3", true);
    my_sound.setVolume (50);

    Code on the shell/main drag...

    OBJECT SOUND
    var sound: Sound = new Sound;
    soundtrack.setVolume (50);
    END OF THE SOUND OBJECT

    GLOBAL VOLUME CONTROL
    var nVolCheck:Number;
    volSlider.volBall.onPress = function (): Void {}
    this.startDrag (false, 0, 0, 0, 75);
    nVolCheck = setInterval (updateVolume, 150);
    };
    volSlider.volBall.onRelease = function (): Void {}
    this.stopDrag ();
    clearInterval (nVolCheck);
    };
    function updateVolume (): Void {}
    var flight: Number = (volSlider.volBall._x) * 2;
    soundtrack.setVolume (flight);
    };
    END OF THE GLOBAL VOLUME CONTROL

    My bar is 75 pixels in width and volume is being increased from 1.5 to peak.

  • Combining images into two separate postscript files into a single file with a single line

    I have two postscript files, each representing a pure black and white, images identically companies (generated by Eagle PCB, is not that it's all that relevant), as it is attached.   I would like to combine the two files into a single file where are the two images side fits on one line so I can print them together.   What is the easiest to do this route?

    Example files:

    https://www.dropbox.com/s/rrcw4t4bk0x5x6u/file1.PS?DL=0

    https://www.dropbox.com/s/21de4f9c35qa3w3/File2.PS?DL=0

    In fact, I could solve the problem with a little reverse engineering of the Postscript and a bash script.

    The files two postscript define a bunch of common functions and some points of reference and call these functions to draw geometries.  I just extend the width of a drawing by 2 X, remove the "grestore" from the bottom, translate the origin back to the middle and shoot another image, followed by a "grestore.

    Resulting file:

    https://www.dropbox.com/s/p378o2vtppl6v1y/combined.PS?DL=0

Maybe you are looking for