How to play two presentations from the DMP one after another and looping

Can anyone help me on this.I want to play two presenations one after another and looping from the DMP.

Semuhtu,
The easiest solution for looping two or more DMD presentations
is to create a nested playlist within DMD.  You simply
create a master presentation and add a playlist to this
presentation.  Add the desired presentations to this playlist
and then schedule or send the Action to the DMP(s) to play
the Master Presentation.  The 2 or more child presentations will
play and loop until you stop it manually.
Summary of Tasks
* Using DMD create Presentations (2 or more) that you would like
  to display on the DMP-Display(s).
* After the presentations are created, you will need to find out
  what the URL addresses are for each presentation. Using the
  "Actions" drop down on the DMM-DMP Manager screen, you select
  a DMP and send the Presentation to the DMP.  Once the DMP displays
  the presentation, access the DMP-DM Web admin page and copy the URL
  address in the "Startup URLs-->Browser" field.   Repeat this process
  for each DMD presentation that you want to loop.
  For example:
  http://dmm.company.com:8080/xTAS-core/appgen/clad/clad_95_.htm
  http://dmm.company.com:8080/xTAS-core/appgen/clad/clad_96_.htm
  and so on...
* Another parameter or variable that you will need to find out is
  the duration of your DMD presentation(s).  Some Presentations may be
  a slideshow of images and some may contain videos.  Your will need to
  play each presentation on the DMP to determine the duration length of
  each presentation that you will add to the looped playlist. 
* Create a Master presentation using DMD. In this presentation, you will
  create add a "Playlist" to the presentation by selecting the Playlist
  button-drop down.  Select "All Media Types" and a Playlist object will
  be added to the Master presentation.
  - Double-click on the object to add content
  - Select "Add URL" button in the Playlist Content window.
  - Fill in the required fields (URL Title & Link) in the "Add URL"
    window.  Repeat the process for each presentation that you want
    to add.
  - Set the Duration for each item in the Playlist. Select the Item
    in the list and then DOUBLE-CLICK on the "Planned Duration"
    field and edit the time to desired duration.  Repeat process for
    each item.
  - Save Master Presentation
* Schedule or use the  "Actions" drop down on the DMM-DMP Manager screen
  send the Master Presentation to the DMP(s).  The Playlist will play and
  Loop after the last item in the Master Playlist.
If this answers your question, Please take time to mark this
discussion answered & rate the response.
Thank You!
T.

Similar Messages

  • Can't play any presentaion from the DMP

    Hi All ,
    Im using DMM embedded in to VMware which is a Demo box from CISCO.Now i cant play any presentation from the DMM or DMP .I reinstalled the whole software but it didnt work for me.I can transfer content to the DMP but cant play from that.Even when i push a presentaion from the DMM it doesnt play ..
    Can anyone help me on this ....
    thanks

    I have the same problem right now jeje,, Im work with DMM 5.1 DMP 4400G and 4305G, i just try with a new presentation, then shedule the presentation file and submit with the DMP, nothing happens;
    I hope someone can help us.
    Regards
    Antonio

  • When listening to music on ATV, it plays two songs from the playlist, then won't play any more.  You can see playlist and songs, but won't respond.  Any ideas?

    When listening to music on ATV, it will play two songs from the playlist, then no more.  You can see the playlist on songs, but it won't play.  Turned everything off, reset the network...nothing works.  Any ideas?  It used to play fine...for hours at a time.

    Hi.  Thanks for your reply.
    It is happening via "shuffle" in a playlist.  Always two different songs within the playlist.  You can see the next song on the screen that should, theoretically, be playing...but nothing happens.  Even when you push "play" on the remote, it doesn't receive the command. 
    I reset, then restored ATV.  Now, it doesn't limit itself to two songs, but does stop after a few.  The more trial and error I do, the more I believe the problem is with Homesharing in iTunes.  If I turn off Homeshare, then turn it back on, a couple more songs will play in the playlist.  I have shut down iTunes, restarted computer, completed updates, but nothing seems to change it.
    It used to play fine for hours on end, but has now found this glitch.

  • We lost access to are computers in the last two month and we want to know how to deauthorize two computers from the itunes account can you please help us?

    We lost access to are computers in the last two months and we want to know how to deauthorize two computers from the ituns account can you please help me please?

    If you don't have access to the computers to manually deauthorize them (they were sold, stolen, etc), then you have to log into your account, deauthorize all computers, and then re-authorize the machine(s) that you want to have access. This page explains how.

  • How do you recoup software from the app store after a crash?

    How do you recoup software from the app store after a crash? It's not like the old days when you bought software on CDs.

    Mac App Store: Frequently Asked Questions (FAQ) - http://support.apple.com/kb/HT4461

  • I have an apple ser 5 iPod Nano I purchased applied ICloud how do I activate iPod?  How do I transfer music from the computer onto my laptop and gave 2 pieces of equipment on ICloud?

    I have an apple ser 5 iPod Nano version 1.03 PC ser DC*****OGV.
    I purchased ICloud how do I activate/connect iPod?
    How do I transfer music from the computer onto my laptop and gave 2 pieces of equipment on ICloud?
    <Edited by Host>

    Copy everything from your old computer, or your backup copy of your old computer, to your new one.

  • I copied a video from iphone to PC, it shows "0 kb" in PC and can't play. I deleted the original one in iphone, and no record in itunes as well. Any way to recover it from PC with the one shows "0 kb" now? Any software or program? thx!

    Hi all,
    I copied a video from my iphone 4s to PC, it shows "0 kb" in PC and can't play. I deleted the original one in iphone by accident, and no record in itunes as well. Is there any way to recover it from PC now with the one shows "0 kb"? Any software or program? Or expert of PC knowing how to do it? thx!

    You are out of luck on your PC, since the file appears to be empty, but you can try to recover the deleted video on your phone: http://www.wondershare.com/disk-utility/recover-deleted-photos-from-iphone.html

  • How to play two videos at the same time

    Hi everyone!
    Ok, so what I'm trying to do is basically play two videos, which are already saved on the computer, at the same time. I can get one video to play, but when i try to start another it just displays a blank screen.
    import javax.swing.*;
    import javax.media.*;
    import java.awt.*;
    import javax.media.protocol.*;
    public class TwoVideoTest {
         public static void main(String[]args) {
         MediaLocator locator1 = null;
         MediaLocator locator2 = null;
         try {
         locator1 = new MediaLocator("file:/C:/truck1.mpg");
         locator2 = new MediaLocator("file:/C:/truck2.mpg");
         } catch(Exception e) {
         System.out.println("COULNDT CREATE LOCATORS IN MAIN TEST CLASS");
                          System.exit(-1);
         Player player1 = null;
         Player player2 = null;
                     try {
          player1 = Manager.createRealizedPlayer(locator1);
         player2 = Manager.createRealizedPlayer(locator2);
                      } catch(Exception e) {
              System.exit(0);
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JPanel panel1 = new JPanel();
       JPanel panel2 = new JPanel();
        panel1.add(player1.getVisualComponent());
       frame.getContentPane().add(panel1);
       frame.setSize(new Dimension(500,500));     
       frame.setVisible(true);
       player1.start();
       player2.start();
    }

    HELLO AGAIN! I guess i post too soon....
    So i modified my code and now the videos play together. Threads, sigh.
    But the audio that comes with the video doesn't appear to be starting at the same time. And this problem I ASSURE you i have no clue how to handle. And yes i know, the two video audios will overlap, but this a test for heavens sake!
    Anyways, heres the modified code in case it will help anyone
    import javax.swing.*;
    import javax.media.*;
    import java.awt.*;
    import javax.media.protocol.*;
    public class Video implements Runnable{
         String url;
         MediaLocator locator;
         Player player;
         JPanel panel;
         public Video (String url,JPanel panel) {
              this.url = url;
              try {
                   locator = new MediaLocator(url);
                   player = Manager.createRealizedPlayer(locator);     
                   panel.add(player.getVisualComponent());
                   player.start();
              } catch (Exception e) {
                   System.out.println("ERROR CREATING MEDIALOCATOR");
                   System.exit(-1);
         public void run() {
              try {
              Thread.sleep(100);
              } catch(Exception e) {}
         public static void main(String[]args) {
            JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel panel1 = new JPanel();
              JPanel panel2 = new JPanel();
              panel1.setPreferredSize(new Dimension(100,100));
              panel2.setPreferredSize(new Dimension(100,100));
              Thread thread1 = new Thread(new Video("file:/C:/truck1.mpg",panel1));
              Thread thread2 = new Thread(new Video("file:/C:/truck2.mpg",panel2));
              frame.getContentPane().add(panel1);
              frame.getContentPane().add(panel2);
              frame.setSize(new Dimension(500,500));     
              frame.setVisible(true);
              thread1.start();
              thread2.start();
         

  • How to compare two fields from the same table in the select statement

    Hi, friends
    I try to compare tow fields from the same table, but no result,
    For example, this
    data: cptotchek tyep i.
    select count(*) into cptotchek
    from aufk where erdat = aufk-idat2 .
    The result is  cptotchek = 0, but there are the records in aufk , where,  aufk-erdat = aufk-idat2.
    Please, help me, i don't use the loop statement for optimize my program.
    Regards

    Hi  ,
           it will not return  any value   when you are using   column of same table 
           such as Date Field   , Because  while Using Aggregate Function  it will not check with self column
    .      For that you have to take data in one internal table and then you can work on it  .
         And if you are worried about Performance  it will not affect  , untill you are selecting only required data  .
    you can try this way  .
    data: cptotchek type i.
    types : begin of  w_aufk.
            include structure aufk  .
          types : end of  w_aufk .
    data : it_aufk type standard table of w_aufk with header line  .
    select * into corresponding fields of table it_aufk
    from aufk  .
    loop at it_aufk .
    if it_aufk-erdat  = it_aufk-idat2 .
    write : / it_aufk-erdat , it_aufk-idat2 .
    else .
    delete it_aufk .
    endif  .
    endloop.
    Regards
    Deepak.

  • HT204655 How do I move photos from the Photo app to another folder?

    Before the photos app, I use to just plug my iPhone into my macbook and import my pictures to a selected folder in documents. I have all my photos stored from all my iPhones on my external hard drive. How do I do this now with the photos app? Im not brilliant with the macbook so might be simple for some so please can someone help? Thanks

    You can continue t do that using Image Capture instead of importing into Photos - or you can import into Photos and go to the last import, select all and export tot he location of your wishes
    LN

  • How can I erase images from the clipboard while using ink and slide or sketches and lines apps?

    I've been having trouble with my clipboard while using my adobe ink. Is there any way I can erase the images saved on the clipboard, because have been trying and I can't find a way to do it, it seems like the only option is by turning the selection into favorites and then a trashcan icon appears, but even if I choose delete it will only be erased from the clipboard favorites while remaining on the clipboard.
    I've thought erasing the sketches App, or deleting the project but I don't want to risk losing my work.
    Thanks!

    I posed a similar question in the Draw forum and got this reply:
    Re: How to clear the clipboard and empty drawings ?
    In short: you can't erase those clippings, at least not currently.

  • How do i split content from the text file using tab and spaces...?

    Hi.. Just want to ask help to all the experts. Im new in java and i have this problem on how to split the contents of the text file. ill show you the contents in order to let you see what i mean.
    FileName: COL.txt
    AcctNo AcctName Primary Secondary Status Opendate
    121244 IPI Company Noel Jose Active 12/05/2007
    As you can see the content i want to split it per column.. Please help me

    Jose_Noel wrote:
    Hi prometheuzz,
    What do you mean by one thread...?You created two threads* with the same question in it. That way, people might end up giving you an answer that has already been posted in your other thread: thus wasting that person's time.
    Just don't create multiple threads with the same question please.
    * a thread is a post here at the forum

  • TS1702 How to restore my applications from the App Store after changing my country?

    I had changed my country inside my Apple ID and I couldn't retrieve my purchased applications after that
    Anyone have solution for such a case

    So I guess it will only be new apps that I download that are allowed to give me their updates while 13 updates wait for me on an ID I can no longer access.
    Yes...  sorry.
    In the future, if need be, you can re download your purchases for free  >  Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Good rule of thumb is to back up your purchases regardless  >  Mac App Store: Backing up your app purchases

  • I somehow screwed up my I-Tunes and can no longer get I-Tunes to play all the songs on the album one after another.  It stops playing after the first song.  Thanks for any input - I am new at all this!

    Somehow, in trying to reorganize my I-Tunes library, I screwed things up.  I-tunes will no longer play an entire album w/o stopping after each song.  Thanks for any help you can give - I am very new to this.   -B

    Have the tracks become unchecked? iTunes will skip unchecked tracks, so if they're all unchecked, iTunes will play one and then stop. If this is indeed the case, re-checkmark the tracks - command-click on any checkbox will select or unselect them all - and you should then have continuous playback.  Hope this helps.

  • How to delete an item from the addItem list after it is entered in a field

    I have a form which contains a list of names. My problem is, I would like the form to remove a name after it is entered so that on the next row that name does not appear. For example, I have on the preopen event:
    Name.addItem("Andrew")
    Name.addItem("Bernie")
    Name.addItem("Chris")
    Name.addItem("Doug")
    and I select  'Bernie", I would like the next row to only have 3 names excluding the one I previously selected. And in the end, it should have no names if all four names have been selected, or should display a message.
    Is it possible to do this in LC. either in javascript or Formcalc.
    Thanks.

    I have checked the above example and it works perfectly for static fields. My problem is that the form I am using using employs the addinstance script to add new rows. How do you script for the new rows to not include names that have already been selected.
    In the example, I would like for new rows to exclude names that have previously been selected.
    Thanks.

Maybe you are looking for

  • 3 weird ALU iMac issues..

    My ALU 20 inch iMac has 2 or 3 weird problems which I'd appreciate feedback on... 1. When I run Maintenance or Onyx they both said my start up has a problem and I need to install the original start up disk and have it repaired. I did so, it checked a

  • Policy-Map

    Ok I am going insane here! I have a policy map on one of my 5k's but not the other and seem to create it either. They are in an active/active pair. Here is the policy, can someone help me understand what it is and maybe why I cant create it on my oth

  • Displayed white balance differs from camera value (Canon .CR2 raw)

    I've noticed that Lightroom will often display a sequence or group of pictures with a very visibly different white balance between consecutive frames. Looking at the EXIF info in a sample Canon .CR2 raw (EOS-350D), the recorded colour temperature is

  • How do i maintain transparency of photos imported from Photoshop Elements?

    i prepared some sepia photos i found in a digital library in Adobe Photoshop Elements 10.  the subjects are in the center and i removed the space around them, making it transparent.  however, after importing them into Premiere Elements I've lost the

  • Java.lang.AbstractMethodError "setSavepoint()"

    Hello all, I tried to use the method setSavepoint() in interface java.sql.Connection and i had this exception in run time (java.lang.AbstractMethodError). From the JDK documentaion i understood that this can happen in run time only if a definition of