Can a user control audio/subtitle commentary within a folio?

As an example:
*A football club wants to publish a folio that guides the user around their trophy cabinet.
*Each slide features a new trophy and an audio commentary and transcript text talking about that trophy.
Ideally, the user should be able to specify at the start of the folio whether they want audio and text commentary throughout. If they do, each new slide triggers new commentary. If they decide not to have commentary, they can go through the folio and just look at the visuals.
Is this possible in DPS? I don't want the user to have to manually turn audio on/off on each individual slide.
Thanks

No, there's no way to do this with the built-in DPS overlays. You'd have to have a manual button on each page.
Neil

Similar Messages

  • Can i force all articles to update within a folio

    Hi,
    I am editing articles, and notice that not all updates are being passed through to the folio, unless i manually go into each articles and press "update" is there a way of forcing all articles in a folio to update, then I can publish the updated folio?
    Right now, due to the fact there are so many articles, its hard to keep track of which ones are at the latest version.

    Bob's correct, but don't walk away from your desk, you'll get the "uploading error-Try again?" thing on every other article, so you'll have to sit there to hit the try again button.

  • How to override the onTouchUp in the user control which can be used to fire the event not only on this user control, but whole application

     I am a new to the C# and WPF. Right now, I want to override onTouchUp event in my user control. Then I can add user control in
    the references for reuse. The problem is each time I want to test this event on the application, the event only fire at area of user control, not whole screen. Anyone has solution for this?

    You cannot just add a UserControl to a window and expect its OnTouchUp method to get invoked when a TouchUp event occurs outside of the user control. That is not how routed events work.
    The OnTouchUp method of the UserControl will only be invoked when a TouchUp event occurs from within the UserControl.
    The event will indeed bubble up to the parent elements of the UserControl and you could for example handle the event in the parent window:
    <Window x:Class="WpfApplicationSlider.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525" TouchUp="Window_TouchUp">
    The OnTouchUp method of the UserControl will however never get invoked when you touch an element outside of the UserControl because an event only travels between the source element and the handler(s). This is how routed events work.
    If you want a "global" TouchUp event handler you should override the OnTouchUp of the top-level
    window:
    public partial class MainWindow : Window
    public MainWindow()
    InitializeComponent();
    protected override void OnTouchUp(TouchEventArgs e)
    base.OnTouchUp(e);
    //do your thing...
    If you want to be able to reuse the functionality across all of your windows in case you have several you could for example create an abstract window class and make all your windows inherit from this one:
    namespace WpfApplication1
    public abstract class BaseWindow : System.Windows.Window
    protected override void OnTouchUp(System.Windows.Input.TouchEventArgs e)
    base.OnTouchUp(e);
    //do your thing...
    MainWindow:
    public partial class MainWindow : BaseWindow
    public MainWindow()
    InitializeComponent();
    <local:BaseWindow x:Class="WpfApplicationSlider.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:WpfApplication1"
    Title="MainWindow" Height="350" Width="525">
    </local:BaseWindow>
    Hope that helps.
    Please remember to mark helpful posts as answer to close your threads and please start a new thread if you have a new question.

  • Custom field type vs user controls

    hi,
    I saw one example for creating page layouts. In that they are adding the controls to page layout using custom fields . we can use user controls for same right ? when we need custom field types and when we need user controls. 
    Thanks,

    You can use user controls in pagelayouts, but they won't store/retrieve the information from the underlying metadata like the field controls will.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Can i make Live Audio/Video application between 2 users

    Hello,
    I am new to FLASH and FLEX.
    I want to know if i can make a Live Audio/Video application(
    using Microphone and Camera) for a website by using FMS. If yes
    then should i use FMSS or FMIS. I will be using FLEX Buidler IDE .
    Any one who has made this type of application or link to a
    tutorial.
    What i would like to make is like an application of Webcam
    with 2 users can see/view each other and also talk on web site. And
    alos how can i embed this application in java(EE) project.
    I would be very thankful if you people can guide me in this
    problem.
    Hopefully i have explained my probelm.
    Regards,
    Saad

    Yes you can make a Live A/V app with FMS! that is exactly
    what it was designed for. You would need FMIS as that is the
    interactive version that enables live capabilities.

  • Can aim users and .mac users video/audio chat with each other?

    today was a crazy day with ichat. two of my friends were able to video chat 1 on 1. my mac is qualified to handle 3-way or 4-way chats. when they invite me, the bubble pops up. i hit accept and the loading spindle keeps on spinning for minutes until it just denies me entrance. they get an error saying i never accepted, so as soon as they invite me, they don't get any other response back.
    could it be that i am on the AIM network and both of them are on the .mac network?
    iMac G5   Mac OS X (10.4.9)   1.8ghz, 1.5gig ram, 3rd party camcorder, latest iChat. router installed.

    can aim users and .mac users video/audio chat with each other?
    Yes. Apple does not have its own publicly available IM service; iChat uses the AIM network, and there are few functional differences between AIM and .Mac screen names. If they are using a client other than iChat, there may be interoperability issues with audio and video chats, or the other client may not support those types of chatting.
    (21228)

  • Can't play audio cd in Gnome -- User in audio/optical group

    I'm trying to play an audio cd using gnomes cd player. I'm using udev and have already set user to audio and optical group. When I set CD Player Device to /dev/cdroms/cdrom0 I get an Error setting device. The following is displayed:
    You do not seem to have permission to access /dev/cdroms/cdrom0.
    This means that the CD player will not be able to run.
    I checked the symlink for cdrom0 and it points to /dev/hdc which belongs to disk group. Should I add user to this group? Or did I forget to do something else besides adding user to audio and optical group?

    http://archlinux.org/news.php#106
    please read the information in this posting after the gpasswd -a commands. you need to add your hdX to your permissions file for udev.
    for example:
    # optical devices
    sr*:root:optical:660
    scd*:root:optical:660
    pcd*:root:optical:0660
    cdrom*:root:optical:0660
    dvd:root:optical:0660
    rdvd:root:optical:0660
    cdroms/*:root:optical:0660
    hdc:root:optical:0660
    hdd:root:optical:0660
    (that is an exerpt from /etc/udev/permissions.d/udev.permissions the entries in red are what i had to add to get proper user permissions on my cd/dvdrom and dvd-rw drives.

  • How can user control inherit a user control?

    I have a user control "Cell" with different methods.
    I need 2 other user controls to Inherit from "Cell".
    I was told to change "Cell" to a class without a xaml, I did it, and to ensure that the subclass inherits from the base class both in the cs code-behind file and in the first tag of the xaml.
    how do I do it?
    and, how do I know that now the user controls will have the same base class?

    1. Add a new class to your project where you define the Cell class:
    namespace WpfApplication22
    public class Cell : System.Windows.Controls.UserControl
    2. Add a new UserControl to your project and change the base class in both the XAML and the code-behind (sse the parts in bold below):
    UserControl2.xaml:
    <local:Cell x:Class="WpfApplication22.UserControl2"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:local="clr-namespace:WpfApplication22"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
    </Grid>
    </local:Cell>
    UserControl2.xaml.cs:
    public partial class UserControl2 : Cell
    public UserControl2() {
    InitializeComponent();
    3. Add another new UserControl to your project and repeat the steps in 2. above.
    That should be it.
    Please remember to mark helpful posts as answer to close your threads and then start a new one if you have a new question.

  • Attempting to run audio playback bar within Captivate

    I am attempting to place a swf audio playback bar within a
    Captivate slide. It would allow users to play an audio file over
    and over within the same slide. The Captivate slide will not have a
    playback bar at the bottom of it.
    I've attempted to make a swf file with an embedded audio file
    and a playback bar using Flash MX. The swf file works just fine
    when it is played on its own. The playback controls (play, pause,
    rewind) in the bar work just fine, too. However, whenever I attempt
    to insert it within the Captivate 3 slide (as a swf animation), I
    get an error message that states:
    The Adobe Flash file has unresolved dependencies. This might
    cause Adobe Captivate to run incorrectly or stop working. Do you
    want to continue to add this file?
    When I do insert the file, I only get the audio portion of
    the file and not the playback bar. Can anyone help me with this?

    Looks like that's using loadMovie to bring in the audio file
    itself.
    That works fine? It's just the controls that don't appear?
    Paths get all
    whacked out when brought into Captivate as there are now more
    layers on
    top of the SWF you imported. So if the controls are
    referenced by
    anything that relies on an external path, it could be that
    the path is
    now wrong. It may be helpful to search the forum for posts
    with
    something like "_root._root" for examples of how others have
    handled this...
    ...if that's even part of the problem!
    Erik
    Skipthomp wrote:
    > Actually, I created the swf file in Flash MX using the
    following instructions:
    >
    >
    >
    http://www.actionscript.org/resources/articles/167/1/Flash-MX-Audio-Player/Page1
    > .html
    >
    > Other than attempting to create a playback bar in Flash,
    is there another way
    > to do this?
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Can't get my audio clip to work in Keynote except in edit mode. I've followed Help instructions to the letter. Any suggestions?

    Can't get my audio clip to work in Keynote except in edit mode. I've followed Help instructions to the letter. Any suggestions?

    Hi Gary - thanks so much for your help. I'd already done that, but finally stumbled across the answer for my situation. I'm new to iMac and this is the first time I used Keynote, so maybe this info will help someone else along the way - I still haven't found this in any of the Keynote documentation or forums I've read.
    My slides were all set up with at least one text box in which the text was animated. The sound was the last thing I added to each slide, exactly following the info in Keynote Help re: adding audio. The audio would work when I tested it in Inspector mode, and also if I switched to soundtrack instead. But not if sound was added to each individual slide. Hmmm. After I submitted the question above, I was running through the (auto) slide show one final time to check text, animation, etc. when I noticed that on just one single slide the sound effect came through, but at the very tail end of the slide. Hmm again. Why?
    Through trial & error, the answer was in the animation section - not very intuitive re: audio. The steps to correct the issue were: 1) click on the sound icon embedded in each slide, 2) click on the animation tab in Inspector. 3) There's a drop-down menu there that allows you to reposition the audio clip to the #1 spot (if it was added after other "animation"). This allows the sound to begin before the text animation begins on each slide. Before doing this, I guess the sound was in there but the slides were transitioning before it had a chance to play.
    Since this is the first time I've used Keynote and it's the most recent version, I'm not sure if this is a new feature to allow users to choose where within a slide to play a sound effect, but I'm guessing that might be why was unable to find any info on how to solve it. Hopefully this will help others who get stumped.
    Thanks again for jumping in to help! I really appreciate it.

  • Stopping Audio in movie within movie..?

    hello,
    If I create a captivate movie called XYZ, (series of slides,
    and/or full motion capture) add narration to it, publish it to swf
    format, and then create a new captivate movie called ABC which uses
    that swf on one of it's slides (i.e. a movie within a movie), how
    do I create buttons in ABC which will stop the audio of XYZ in case
    the learner wants to go to the next slide before XYZ finishes???
    Also, why does a wav file created in Audacity, and
    normalized, sound distorted in captivate? Is there a way around it,
    besides lowering the volume of my Audacity wav file?
    thank you
    Mike

    Mike said . . .
    quote:
    ... how do I create buttons in ABC which will stop the audio of
    XYZ?
    You don't. You create controls for movie XYZ
    within movie XYZ.
    quote:
    ... why does a wav file created in Audacity, and normalized,
    sound distorted in captivate?
    It doesn't - at least on all machines. Perhaps
    you are seeing the problem because of the file-format you are
    saving to (in Audacity). Can you describe what you mean by "sound
    distorted"? Your reference to lowering the volume indicates it is
    not necessarily being distorted, but being amplified excessively
    after import to Captivate . . .
    If that is the case, it seems to me that the simplest
    solution is exactly what you already suggested - lower the
    amplitude in Audacity . . .

  • Windows server 2008 can't access control panel and can't choose "properties" under "my computer"

    Hello everyone!
    Today after a schedule restart on the night I thought everything was normal with my server. But When i go to "start -> control panel" it show me "empty". And if I try to lunch "change/remove software" via search window in
    "start" then nothing happen. 
    I know also that I can't right click on "computer" and choose "properties" in the start-menu. 
    Also another problem. I did install Fbackup to make schedule file backups on the night. The software worked well to launch when I had installed it, but after the night, this morning it just crash on launch.
    I can also tell that I did add from 4 CPU core to 6 CPU cores.

    Hi,
    Have you tried to see if the issue persists when you boot into Safe Mode? Since you it shows blank when accessing Control Panel, please check if the policy setting below has been
    configured.
    Please choose Start – Run - type (gpedit.msc) - click on (Administrative Templates) - (control Panel) -
    Prohibit access to Control Panel and Show only specified Control Panel applets. If they were configured, please disable them to see if it could resolve the issue.
    In addition, the issue may also be caused by the virus, please run a system scan to see if there is any virus. At this time, you can also launch Control Panel apps from the command
    line, and here's a list of .cpl files for your reference that you can print out:
    Accessibility Options
    access.cpl
    Add/Remove Programs
    appwiz.cpl
    Add Hardware Wizard
    hdwwiz.cpl
    Automatic Updates
    wuaucpl.cpl
    Bluetooth Properties
    bthprops.cpl
    Display Properties
    desk.cpl
    Firewall Properties
    firewall.cpl
    Game Controllers
    joy.cpl
    Internet Options
    inetcpl.cpl
    iSCSI Initiator
    iscsicpl.cpl
    Java Control Panel
    jpicpl32.cpl
    Licensing Mode
    liccpa.cpl
    Mouse Properties
    main.cpl
    Network Connections
    ncpa.cpl
    Network Setup Wizard
    netsetup.cpl
    ODBC Properties
    odbccp32.cpl
    Power Options
    powercfg.cpl
    Regional and Language Options
    intl.cpl
    Sound and Audio Devices
    mmsys.cpl
    Stored Passwords
    keymgr.cpl
    System Properties
    sysdm.cpl
    Telephone and Modem Properties
    telephon.cpl
    Time and Date Settings
    timedate.cpl
    User Accounts
    nusrmgr.cpl
    Windows Security Center
    wscui.cpl
    Wireless Link
    irprops.cpl
    Hope this helps.
    Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Mini to control audio sources (hi-fi)

    Can a mac mini be set up to control audio sources instead of a traditional hi fi? For example, use the mini to play cd's, and to control itunes libraries on the mini (and remotely from other computers in the home network)? Would I use the apple remote and a flatscreen TV for a menu? Would I need a keyboard also?
    If there's a one stop shop on apple or third party to clarify these options that would be great info.
    Thanks much

    Yes to pretty much everything you asked. You can host music and other media on a mini for sure. You can control it locally or remotely. You can elect to use the Apple remote with Front Row or you can use a keyboard. You can use a TV as a display or go with a headless server, whichever makes more sense for what you have in mind.
    Basically the mini is a pretty flexible device and you can roll it how ever you want within the context of everything you asked. It just depends on what you want from it as to how it would be configured.

  • Multi Audio/subtitle on the Video

    Dear All,
    I've some question as per subject.
    Can we have a Video podcast with multi-Audio or multi-subtitle?
    If yes, How and please advise.
    If No, Any other possible way to do that?
    Thank You

    iTunes can certainly handle multiple audio language tracks on films, and the same menu controls seem to be available for podcasts: so provided that the file is in an acceptable format and has the tracks and subtitles properly embedded it's possible it may work (it's not something I've ever tried). Video podcasts should be .mp4, .m4v, or .mov - not Flash. I can only suggest experimenting with constructing a suitable file - you would need to insert it into a podcast feed and subscribe manually (from the 'Advanced' menu) to test it (you don't need to actually submit it).
    I'm afraid I can't advise on suitable Windows programs to construct this kind of file. This page has some information on subtitles and language tracks together with some screencasts which may be of some help:
    http://hercules.gcsu.edu/~flowney/research/MPEG-4/subtitles/

  • Talking to C# based WinRT components that contain UI features like XAML based user controls from a JavaScript based Windows Store app

    Can you create a WinRT component written in C# that consists of a library of XAML based controls and then used those controls within a Windows Store app using WinJS or via a JS Cordova plugin for Windows 8.1 & WP8.1? 
    Is this possible or can you only use a C# based WinRT component that contains a library of XAML controls in XAML/C# based Windows Store apps? 
    My understanding is that a C# based WinRT component containing non-UI code (i.e. no XAML controls) can be used in a Windows Store app written C#, VB.NET, JavaScript or VC++, but not sure if that principle would work with XAML controls
    wrapped via WinRT types. In theory a XAML control is a C# class, so could work, but not sure how would JS code read that and then launch for example a page or user control from/into its HTML based UI?
    Sandip Ahluwalia

    Right. The code in your app is C# code, but the actual Xaml controls (like the rest of the Windows Runtime) are native code. They are projected into each language (C#, VB, C++ in the case of Windows.UI.Xaml) in a way that appears natural for that
    language and the interop layer is hidden.
    You could expose a Xaml control in a Windows Runtime Component written in any of C#, VB, and C++ to an app written in any of C#, VB, and C++, and the control would appear as a normal C#, VB, or C++ runtime class. This won't
    work for Xaml controls in JavaScript, since the HTML window doesn't have the Xaml hosting infrastructure, but for non-UI code you can write a WRC in C#, VB, or C++ and it will appear as a normal JavaScript class to a JavaScript app.

Maybe you are looking for

  • Voice Memos on 5th gen ipod

    Hello, I have a 5th generation iPod.  I recorded some voice memos and put them onto my iTunes, where they played fine.  Then I tried to put them onto my iPod later, and while my iPod is connected to the computer, they show up as songs on my iPod, but

  • How to use shortDesc in the disabled inputtext

    hi,all i encounter a problem,our team must use disabled inputtext when the text is only used to output string. the reson we don't use outputext is if there is noting in the outputtext,there is nothing displayed. how to use shortDesc in the disabled i

  • Management Console 2.1 for S10 i86

    I am new to Linux based O/S's. I am receiving the error CIM_ERR_FAILED when I try to view mounts and shares. Is this a bug and are there patches for this? Secondly, where can I find tutorials on setting this O'S as a file server? Thanks

  • Solaris 10 Kernel memory usage

    We have a 32 GB RAM server running about 14 zones. There are multiple databases, application servers, web servers, and ftp servers running in the various zones. I understand that using ZFS will increase kernel memory usage, however I am a bit concern

  • Need photo paper for 16:9 format photos

    My Sony HDV digicam takes 16:9 stills.  I'm looking for appropriate photo paper to use on my HP C4280 Photosmart printer. Now I use Photoshop and print on 8.5x11 photo paper but it is not fast/easy and wastes paper. Any ideas appreciated.