Can you add audio to muse?

I would like to add sounds that are triggered when you click on objects, as well as background music. Is this possible in Muse?  If not, how can this be accomplished some other way?

Hi kindergarten ninja,
You can achieve that by embedding the code for audio as discussed in one of the previous posts here how do i embed audio (mp3) in muse?
Hope that helps!
Kind Regards,

Similar Messages

  • Can you add audio tracks as selectable menu items on a dvd? I shot a wedding where the church had its own set up to record audio. I'm trying to make those songs performed by the artists available for viewers of the dvd to select for listening.?

    I'm trying to make audio (MP3) tracks available for viewers of this Wedding dvd to select for listening. Is this possible in iDVD?

    You will need to create a slide show for each of those songs with a minimum of 1 photo per slideshow and add the song to the slideshow audio bin. Set the audio to Fit to Music.
    In your top/main menu add a submenu for the list of songs.
    Add a slideshow for each song with the "+" button at the bottom:
    Select the link in the menu and rename it for the song used in the slideshow.  You can create a slide image for each song with the song name, composer, singer, etc. on the image to be used for the slideshow  An image editor or Pages can be used for that and then convert to a jpeg file for use in iDVD.
    The song/playlist menu could look like this depending on the theme you choose:
    OT

  • Can you add audio from a movie to an imovie video of still images?

    Does anyone know how I can add a sound clip from a movie to a video created in imovie? 

    The easiest way to separate the Video & Audio is to drag the muxed file to the Timeline. The exact position does not matter, but I'd choose a place where you can see the Clip that you will wish the "borrowed" Audio to go with - your "target" Clip. Once on the Timeline, Alt-click the Audio, to unlink it and then drag to an empty Audio Track near your desired target. Alt-click on the remaining Video of your source Clip and delete it.
    Now, you do similar, should your "target" Clip have its own Audio, that you will want replaced. Alt-click on that Audio and delete it. Now, I'd turn off Snap and align the "borrowed" Audio to the "target" Video Clip. Once you have it where you want it, turn Snap back on.
    The secret is the Alt-click to separate the Audio and the Video. Make sure to use this, especially if you want to delete one stream, as they are still linked. They're muxed, after all. I find this keystroke combo easier than using the Link/Unlink.
    Last, if your "borrowed" Audio will fit into the area on the Audio Track, where you deleted the "target" Clip's Audio, you can then just drag your "borrowed" Audio to that Audio Track, or you can leave it where it is. The choice is yours and is just a housekeeping task anyway.
    As I do a lot of Track specific work with the Audio Mixer, it is not uncommon for me to have similar looking Audio on different Tracks. With Audio Mixer, you apply Track Keyframes and Effects to the entire Track and not to the Clip. If one does nothing but Clip Effects and Keyframing, this will not matter.
    Good luck,
    Hunt

  • Compressor Audio plug-ins (can you add third party audio plug-ins?)

    Compressor Audio plug-ins
    Can you add third party audio plug-ins? Just need a simple audio compressing/mastering solution for a lot of non-technically minded producers. So trying to avoid using soundtrack.
    cheers
    steve

    Hi B
    Really sure You are looking into Your "user" folder ?
    In this there is a folder with in my case "my account" eg "Bengt"
    in this ther IS a library folder
    and in this ther should be an iMovie folder. If not I would make one
    and into this put a folder "Plug-ins" and in this put Your plug-ins.
    Restart Your Mac and open iMovie and see if it found the new plug-ins.
    Yours Bengt W

  • Can you add multiple soundtracks to a Keynote show?

    I know you can add one but can you add several? How?

    Yes it is but I hit a glitch, they tell me to use the QuickTime inspector to create a sound for one slide only. Once you click the QuickTime icon the second command is " Click the movie or sound object to select it" I am assuming they are telling me to select the sound file, and drag it into the audio box in the inspector,,...when I go back to the QuickTime icon the controls are still grey,..what am I doing wrong,..the wording of these things leaves a lot to be desired,....if you try to select it while in the QuickTime filed the field dissappears,...confusing....

  • Text editing  - can you add text editing options on the 'in-browser editing'

    Text editing  - can you add text editing options on the 'in-browser editing' tool?

    You can only replace existing content, not edit the page structure. Refer to the respective help sections.
    Mylenium

  • How many devices can you add to icloud?

    How many devices can you add to your icloud account? 

    How many devices can you add to your account? 

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • How can you get audio for  books on the kindle

    how can you get audio for  books on the kindle

    The audio inputs on Macs are line level inputs and not mic inputs.  You need a mic with a built in preamp (battery powered) or more conveniently a USB mic or bluetooth headset.

  • I have an ipod touch and the contacts icon is missing.  How can you add it to the home screen?

    I can't find the contacts icon... How can you add this to the home screen

    Every iPod touch has a contacts icon. It might be hiding. You can try Settings > General > Reset > Reset Home Screen Layout.

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

  • Can you add page numbers to the PDF version?

    Can you add page numbers to the PDF version?

    Hello saradianapasik,
    If you start with a document created with Acrobat Pro, or exported from your word processor as a .pdf, then you should include page numbers in that originating application. After you have exported a .pdf form from FormsCentral, it is no longer editable.
    I hope that helps,
    Brian

  • Can you bookmark audio books

    Can you bookmark audio books?

    Select the tracks in iTunes and Get Info, on the options tab set Remember bookmark position to Yes. See also Audiobooks on iPods.
    tt2

  • Can you add apps to iPad open in list

    Can you add apps to the open in list of an iPad

    As far as I know, you cannot add apps to the Open In list using any setting or built in feature in iOS. This is controlled by the iOS itself. IIRC, you can delete apps from the iPad that appear in the Open In list in order to make room for apps that you would like to appear in there, and if you continue to use the apps that you want to add to that list, eventually they will appear in the list. I believe that the more that you use one particular app, the more likely it will be for it to appear in the Open In list.

  • Can you add vids from a camra to Ipad

    Can you add vids from camra to ipad 2 (to make vids on imovie)

    surely. You need to sync the files to your camera-roll in iOS, use itunes/iphoto. IMovie in iOS can access all videos that are in the camera-roll ( photos.app ) .
    The Apple iPad camera connection kit will also be a big help  : With it you can insert a digital cameras SD-Card into the iPad and mass-import the footage . Using this you avoid the iTunes/PC/OSX procedure to load material into the ipad.

Maybe you are looking for

  • NEW AT&T MMS DATE

    The new date for iPhone MMS for AT&T is September 25th. Thank goodness for that. I thought there was something going wrong when I updated my iPhone and it still wasn't there. But now the question is are they going to put off the launch again? Hopeful

  • Just updated my iPhone 4 to iOS7 and need help with iCloud

    I just updated my phone but my iCloud is still showing my AppleID from 6 months ago. I tried to delete the account and start over, but its insisting that I input my password (to the old ID) so that I may turn off Find My iPhone. Any suggestions or ti

  • Can someone with Photoshop CS5 please confirm they have this bug.

    Open a jpeg file so there is just a background layer in the Photoshop document. Then in the Actions Palette load the Adobe action set "Image Effects" and run the action last action in the set "Fluorescent Chalk" on my Windows 32 bit machine if fails

  • IDVD Sub Menu Button Thumbnails Not 'Sticking'

    I've searched on here and there seems to be lots of people having lots of problems but not the problem I'm having. I have been using iDVD for a number of years and have generally been pretty happy with it. This is the first time I have used iDVD '08

  • Basic java types!!

    hi all, i cannot remember the type my number should be to include negatives. I think this would be better using an example: currently i have: int number = 1 if i perform a calculation: 4 - 5 = -1 and i have a statement: if (number <= -1) S.o.p(" ----