Publishing Audio in Widget

I am included a Tabs widget on one of my slides in Captivate 7.  I added audio to each tab of the widget, plus there is audio for the actual slide itself.  When I preview the slides in the "preview in browser" the audio for each tab works fine when I click on the tab, however when I publish the slides and open the swf file the audio for the slide works fine, but the audio for each tab does not work.  Any ideas why?  Does it have to do with the publish settings?  Help!!

No, I have not found a solution.  The problem I have is the recorded audio in the tabs widget does not play in the published swf file.  If you preview it in the browser before publishing it everything works fine, but once it is published the audio for each tab in the widget no longer works.  This is only the case in the swf file format.  It works fine in the published pdf file.

Similar Messages

  • How i add audio publisher/audio subscriber in my chat applcation

    hello,
    I try add audio publisher/audio subscriber  in chat applcation im using flash bulider 4 however i watch the example in smp applcations
    that have in sdk but what i need i include inside chat applcation button to start and stop audio in chat applcation i treid many times
    to do it but always give me error so what is the way to add audio publisher/audio subscriber  with button for user hit button run audio hit again stop audio, also need to add other button "logout" to user can logout from applaction when finish but after i add button is dosent work too.
    Need help
    Thanks

    Oh nigel sorry i really forget say what is th error however i gonna paste the code to see where is the error buttons "logout" and "start my audio" dosent work
    I dont know why here is the code,
    thanks nigel
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="500" minHeight="500" xmlns:rtc="http://ns.adobe.com/rtc" width="590" height="590" backgroundColor="#3D3B3B" preloaderChromeColor="#999393">
        <fx:Style source="client.css"/>
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                protected function txtUsername_enterHandler(event:FlexEvent):void
                    // TODO Auto-generated method stub
                    connectRoom.login();
                    labelUsername.visible = false;
                    txtUsername.visible = false;
                protected function btnZoomScreen_clickHandler(event:MouseEvent):void
                    // move screenShare
                    if(btnZoomScreen.label == "zoom in"){
                        moveEffect.targets = [scrShare,labelScreen];
                        moveEffect.xTo = 10;
                        moveEffect.yTo = 10;
                        moveEffect.play();
                        resizeEffect.target = scrShare;
                        resizeEffect.widthTo = 520;
                        resizeEffect.heightTo = 479;
                        resizeEffect.play();
                        btnZoomScreen.label = "zoom out";
                        btnZoomScreen.y = 5;
                    }else{
                        moveEffect.targets = [scrShare,labelScreen];
                        moveEffect.xTo = 294;
                        moveEffect.yTo = 296;
                        moveEffect.play();
                        resizeEffect.target = scrShare;
                        resizeEffect.widthTo = 250;
                        resizeEffect.heightTo = 293;
                        resizeEffect.play();
                        btnZoomScreen.label = "zoom in";
                        btnZoomScreen.y = 296;
            ]]>
        </fx:Script>
        <fx:Declarations>
            <s:Move duration="500" id="moveEffect"/>
            <s:Resize duration="500" id="resizeEffect"/>
        </fx:Declarations>
        <rtc:ConnectSessionContainer horizontalScrollPolicy="off" verticalScrollPolicy="off" id="connectRoom" autoLogin="false"
                                     roomURL="http://connectnow.acrobat.com/jannaali/mymeeting"
                                     x="0" y="55" width="590" height="535" backgroundColor="#323131" contentBackgroundColor="#FFFFFF">
            <rtc:authenticator>
                <rtc:AdobeHSAuthenticator userName="{txtUsername.text}"/>
            </rtc:authenticator>
            <rtc:SimpleChat  x="10" y="10"  width="274" height="479" chromeColor="#CCCCCC"/>
            <rtc:WebcamSubscriber x="292" y="23" displayUserBars="true"  width="250" height="250"/>
            <rtc:AudioPublisher id="audioPub" height="0" />
            <rtc:AudioSubscriber id="audioSub" height="0" />
            <s:Label x="292" y="10" text="Ahmed's webcam" fontFamily="Verdana" fontSize="9" color="#040404" chromeColor="#CCCCCC"/>
            <rtc:ScreenShareSubscriber id="scrShare" width="250" height="193" x="294" y="296"/>       
            <s:Label id="labelScreen" x="295" y="285" text="Ahmed's screen" fontFamily="Verdana" fontSize="9" color="#060606"/>
            <mx:LinkButton x="474" y="296" label="zoom in" fontFamily="Verdana" color="#0712A9" id="btnZoomScreen" click="btnZoomScreen_clickHandler(event)"/>
            <s:Button x="19" y="497" label="start my audio" height="28" width="106"/>
            <s:Button x="133" y="497" label="logout" width="106" height="28"/>
        </rtc:ConnectSessionContainer>
        <s:Label id="labelUsername" x="165" y="191" text="Enter a username and press Enter:" color="#4A0606" fontSize="13" fontWeight="bold" fontStyle="italic"/>
        <s:TextInput x="165" y="205" width="221" textAlign="center" id="txtUsername" enter="txtUsername_enterHandler(event)"/>
    </s:Application>

  • Audio Player Widget - Muse

    I have searched everywhere for a way to have a simple audio player on a web page in Muse and the code below when pasted into "Insert HTML" gives us the most basic HTML5 audio player.
    <audio controls>
      <source src="horse.ogg" type="audio/ogg">
      <source src="horse.mp3" type="audio/mpeg">
      Your browser does not support the audio tag.
    </audio>
    This gets a basic audio player on the page and is fine if one doesn't mind the default look of the player. (Above Player shown in Safari)
    Basically any audio player that looks different from this one above is going to have to be coded in some way and that's where the difficulty starts.
    The only place that I have found on the Internet that has really small, minimal and clean audio players is at this site:
    http://www.podsnack.com
    which is set up for heavy duty traffic use of the player as their plans support 25,000 plays per day, which is way more than I need, however they do have 2 or 3 really nice looking tiny audio players that are completely editable color-wise that have a base look like these:
    There are more examples here:
    http://www.podsnack.com/mp3-player-examples/
    I love the clean look of the 2 players above, and all the colors are changeable:
    The main drawback with the podsnack site is that even the most basic plan costs $8 per month with a minimum 1 Year up-front payment of $96.00.
    But, they are hosting the audio files on their servers and providing the skin of the player.
    So far this is the only solution I have found to get a really small, clean visually customizable audio player onto a Muse website.
    If Adobe could come up with a way to create some Audio Player Widgets that include some very small clean ones, I would find that to be a great asset to Muse.
    I think that it would probably be easier for Adobe to design a widget that can play the audio file from the user's hosting server rather than Adobe's servers otherwise Adobe is going to be storing a huge number of audio files belonging to Muse customers.
    The audio file can be placed on the user's hosting server in the same way that files such as pdf's are placed there when the user want to provide a link to download the pdf.
    I am requesting that Adobe create some clean, customizable Audio Player Widgets.
    Now that there are Widgets to place YouTube and Vimeo videos plus Social Media icons on pages, Audio Player Widgets are the next logical step.
    Cheers,
    Chris.

    Well, I kept on looking for reliable ways to place simple HTML5 audio players onto pages and I really didn't come up with any useful solutuions.
    Lots of open source JavaScript players etc, which I highly respect and trully wish I had a load of skill with, but I just found them to be out of reach at this time.
    So, I broke down and coughed up the $96/year fee ($8/month) for the podsnack.com player set up and have found them to be absolutely effiortless to use and completely editable with regards to the look.
    I have an example of some tiny players on a page here:  http://amsondesigns.com/misc-files/podsnack-demo
    And the Podsnack example page is here:  http://www.podsnack.com/mp3-player-examples
    BTW, I don't work for Podsnack!
    If Adobe comes up with some Widgets that effectively provide what Podsnack are doing, then for me that will be the answer.
    Until then I'm going to use Podsnack.
    Cheers,
    Chris.

  • How can I get EDGE to publish audio correctly?

    Hi there,
    I'm new to Adobe EDGE and any sort of HTML5, so please forgive my general ignorance. Also, I've looked through all the open questions on the forum about audio and not found any that relate to my issue
    I'm trying to work out how to include audio in my EDGE animation that I want to use within iBooks author. I've got the audio to work when I preview it through a browser by using the following code as an on click action on a symbol
    var  track = new Audio();
    track.src = "sound/flute.m4a";
    track.volume = 0.5;
    track.play();
    But whenever I actually publish the file as either an html file or as a widget for iBooks (which is what I want it to be ideally) the audio funtion no longer works. Am I missing a check box or simple step here?
    If you can help it would be incredibly helpful as I've been struggling with thie for the best part of a day, I've seen other people's widgets with audio in and working, so I know it must be possible!
    Oh yeah, I'm right in thinking that .m4a files are teh best for use in iBooks author aren't I?
    I'm on OSX 10.7.5 running EDGEanimate 1.0
    Thanks for looking/helping

    Hi,
    I was given a tip only yesterday and haven't actually tried it yet but here it is .. have a look inside the widget package and see if the audio folder/file is in there, if not then re-add it manually.
    The tip I was given actually was to create the source link, publish the widget and then add the sound files, the reason I say have a look is because I have noticed that Edge can sometimes leave files and folders out of the widget ..
    And not sure what audio is best now iBooks has started accepting a variety of media files since the last update so we are no longer restricted to m4v/m4a ... whatever you put in seems to get optimised anyway ...
    Hope this helps!

  • IWeb not publishing PayPal button widget

    As per Burns Media (see below). I have taken the proper steps to insert a PayPal button. However the button does not show up on the published site. I've done this in the past and it did work but not now. I have the latest update to iWeb and running OSX 6.4.2 Is there a problem with these updates or am I just missing something?
    Thanks for your help!
    Jerry
    Burns Media Posted this: You can certainly use PayPal on your iWeb site, and it's fairly easy. You would indeed use the HTML Widget - first, log in to your PayPal account (or create one if you don't have one) and follow the steps to create a new button (Buy Now, Pay Now, Gift Certificate, etc.) When you've finished making the button, the last step gives you some HTML code to copy and paste into the HTML Widget. Copy the code from the PayPal site, in iWeb drag the HTML Snippet to your page and in the box that pops up paste the code. Hit Apply and you're done! When you publish the site, visitors can click your "Buy Now" box and be taken to PayPal to buy.

    I think this is very similar to the instructions you posted, but here is a visual demonstration showing how to add PayPal to an iWeb site
    http://www.ragesw.com/blog/2010/09/22/e-commerce-iweb-paypal/

  • Audio in widgets - update

    I am using Hype to build html5 widgets.  So far I have been unable to play audio within the widget.  The Hype people have been very helpful, but so far no joy.
    Interested folks might like to read the thread at http://hype.assistly.com/customer/portal/questions/179961-audio-via-javascript-t o-be-used-in-a-widget-bound-for-ibooks-author?new=179961
    Bottom line is, so far, no audio inside a widget.
    You CAN do it via a Keynote presentation.
    In my case I'm demonstrating different types of noise (white, pink, brown, grey, blue) and the presentation needs to trigger graphical changes (smartbuilds in Keynote, timelines in Hype) and audio.  I can link a graphical change on a "quasi button" to play the sound (sound "build" is play spund WITH graphic change) but it can only be played once - the next click will change slides - keynote is designed to be linear.
    BTW, when you export a keynote file as html, (which I am guessing happens when you import a keynote presentation to iBooks Author) the sound file is converted to .m4v, but if you put that "audio-only-movie" in a hype widget, it is not accepted by Author.....

    Welcome to our community, Judy.
    Note that simply acquiring Soundbooth won't do the trick for the mass update. Mukul said this was only possible if you purchased and installed the eLearning Suite. If you just install Soundbooth, Captivate will still be unaware of it and won't work in the manner you are seeking. But you will be able to use it to edit audio clips you export from Captivate.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Audio and Widget Interaction

    I have audio and a widget on a slide.  When the widget appears, the audio stops.  I have searched the forums and found nothing that applies to Captivate 7 or that has a solution. 
    Can you please advise?

    Are you not talking about an interaction? Because typically an interaction will pause the slide at its first frame to allow the interaction.
    To what is your audio attached: slide, object? I found a workaround in CP6 (blogged about it at that time) that probably will also do it in CP7. Instead of attaching audio to slide or object, use an advanced action On Enter for the slide and add the command Play Audio.
    Lilybiri

  • Publishing the 'button' widget using the source file

    Hi everyone!
    I want to use Captivate 5's 'button' widget, but wanted to change the design of the buttons. The source file I found was located at: Adobe Captivate 5/Gallery/Widgets/Source/ButtonsWidget/Button.fla
    The problem is, when I try to publish this source, I get an error that says "/Applications/Adobe Captivate 5/Gallery/Widgets/Source/ButtonsWidget/comp/transformTool/TransformTool.as, Line 1314    Warning: 3553: Function value used where type Boolean was expected.  Possibly the parentheses () are missing after this function reference."
    What does this mean? Does anyone know how to publish this widget correctly? Please help!
    Thanks.
    Best regards,
    ~edlearner

    If you are on Windows you can just create a message in Outlook Express, then save it as a .eml file. This is just a plain text file in MIME format. (You can probably do the same from most simple email client apps... except Outlook).
    To load this in to a Javamail object, you will still need a Session (which in-turn means you need an SMTP Server, although the server just has to be a valid IP belonging to a computer which is network accessible). I typically use the com.sun.mail.smtp.SMTPMessage for simple SMTPMessage operations. You can load this from you .eml file like this:
    FileInputStream fileSource = new FileInputStream(yourEMLFile);
    Session session = Session.getInstance(null, null);
    SMTPMessage message = new SMTPMessage(session, fileSource);Or if you want to use the javax.mail.internet.MimeMessage class just use this instead. It has the same session/stream constructor

  • Audio file widget

    How about a widget to be able to ad an audio file either to run with slide shows or when clicked...

    You use the table widget here :
    http://musewidgets.com/collections/all/products/table-maker
    Additionally for adding audio files ;
    https://forums.adobe.com/message/6429361
    https://forums.adobe.com/message/6276219
    Thanks,
    Sanjit

  • Publishing Audio Only

    Hello Folks
    Results for videos with my brand new VC3 have been great. My question is: can I record and publish just an audio track and burn it to a CD? I know I can record it - no problem; my question is about publishing.
    I have had a look through the Help section but with no luck.
    Thanks in advance.
    All the best.
    Warmest regards
    Bill

    Hello Rob
    Thank you very much for your prompt reply.
    Unfortunately I couldn't figure out how find the Custom option and uncheck the video button as you suggested.
    In the meantime, a friend suggested http://www.aoamedia.com/audioextractor.htm. It's a free download. It was quick and easy to use.
    This pleases me because after a rather steep learning curve, I'm now very comfortable with my VC3. Now I can do all my audio stuff on it, publish, convert and be happy.
    All the best.
    Warmest regards
    Bill

  • Publishing Audio

    I am creating a service to allow people to record audio and
    video. The video recorder works great. The audio only recorder
    never seems to enter the following state
    NetStream.Record.Start
    So the file is not saved on the fms. When i run the flash
    locally with the test feature of Flash it does enter that state and
    it works fine. However when I plublish it out and run it from a
    site it doesn't, any ideas?
    Thanks
    Bart

    Here is the answer to my own question, I finally figured it
    out. The size of the flash movie has to be so big that it can
    display the rights window, otherwise the recording isn't valid and
    it wont work.

  • How to install the musegrid audio widget?

    Does anyone know how to install the MuseGrid Audio Widget. Once I get in in the library I drag it onto the page, preview it and nothing show in the browser. I have the assets folder that comes with it but have no clue how to connect the widgets assets to the audio player. As well as how to connect the mp3 file to the audio player.
    There are no clear cut instructions about the install and even on the page I downloaded it from the video tutorial does not play. I think I gave away $9..Please Help

    Unfortunately I can't help with that particular widget, however I will mention that we do also have an audio widget over @ MuseThemes.com. There is a training video on this page that explains how our Audio Widget works - you might have some luck getting your downloaded widget to work by using a similar method as we use...
    Adobe Muse MP3 Audio Player Widget
    Cheers
    SH

  • How to publish a local audio stream using NetStream?

    As all we know, if we want to publish a stream to FMS or Red5, we can code like below:
    var nc:NetConnection = new NetConnection();
    nc.connect("rtmp://localhost/myApp");
    var ns:NetStream = new NetStream(nc);
    ns.attachAudio(Microphone);
    ns.publish("audio", "live");
    my problem is that we can pass an instance of Microphone to ns.attachAudio() only, if I want to attach a local audio stream,like playing a local sample.flv file to become a audio stream, how can I do?
    this issue has been asked 7 years ago, see the post. but i can not find any solutions.
    any tips will be appreciated. thx in advance.

    how to watch my local network stream using java,help!http://www.ethereal.com - a third party program (but not using java)

  • Audio Recording: Different Volume in Slide Preview vs Published Project. Thoughts?

    I use Captivate 6 and use a  external NADY USB microphone to record my narration. 
    I record  audio for each slide separately using Captivate's "Record Audio to Slide" function.
    When I preview the slide in Captivate, the sound level is fine. Meaning I can hear the audio when the volume on my speakers are at the halfway point.
    But when I publish the video, and watch it on my computer, or on YouTube, I have to put the volume all the way up in order to hear the narration.
    Any thougths on what I may be doing wrong?
    Is my system too old or not powerful enough to support publishing audio/video?
    I understand that I may have to play with the sound levels to get the right sound to begin with. However, I don't understand why audio preview (both in slide preview and in "edit audio" player) is at one volume level, and publish is another volume level.
    Captivate Settings:
    My audio settings are set to Near CD Bitrate (96k)
    I calibrate the microphone each time I use Captivate.
    I publish to MP4 Video using the YouTube XGA present
    All files reside on my C: drive. I do not use the network to store, run or backup files.
    My system is:
    Windows 7
    Processor: Intel Core 2 CPU 4300 @ 180GHz
    4 GB Ram
    64 Bit OS
    Sound: SoundMAX integrated Digital HD Audio
    Microphone: NADY USB Microphone
    Drivers for Microphone and Sound card are up to date

    Hi Vikas.
    I tested recording audio  with one slide. The published version did not appear softer when recording just one slide.
    I then created a new project.
    I got the same softer audio when publishing.
    I also had 4 slides which cut of the first second of audio. (I made sure to move the audio about .25 seconds from the beginning of each slide, so there was blank space before and after the audio.)
    One slide didnt publish the audio at all.
    This project was smaller than my first.
    This project consists of 23 slides. most with audio.
    This time, I did all recoring via: Automatic demo,( no panning).
    I did not use the "video demo" function.
    What can be done to publish projects with audio successfully in Captivate 6.0.1.240?

  • Publish an audio-only stream (HLS)

    Hi,
    the documentation says this:
    "To serve streams over a cellular network, one of the streams must be audio-only. For more information, see HTTP Live Streaming Overview.
    To publish an audio-only stream, enter the following in the Flash Media Encoder Stream field:
    livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1
    If the encoder specifies individual query strings for each stream, use individual stream names instead of the variable %i:
    livestream1?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only
    livestream2?adbe-live-event=liveevent&adbe-audio-stream-name=livestream2_audio_only
    To generate a set-level variant playlist when using an audio-only stream, specify the audio codec of the audio-only stream. Specify the audio and the video codec of the streams that contain audio and video. For more information about using the Set-level F4M/M3U8 File Generator, see Publish and play live multi-bitrate streams over HTTP.
    Does this mean that using one FMLE encoder (with the installed AAC plugin) i can stream BOTH audio+video AND audio only stream via HLS to iOS clients?
    If yes, how to connect to a+v stream and how to connect audio only stream in iOS  ? (To be more precise - i would need two m3u8 files, how do i create them in the provided generator)
    What about the need to provide multiple bitrates (for the audio), surely 64 isn't enough - multiple encoder machines or multiple encoder instances?

    You are right. You don't need to provide multiple bitrate audio in the variant playlist. So while specifying on FMLE
    livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1
    set adbe-audio-stream-src to such a  a+v stream that that audio bitrate of 64 kbps.
    This will create 4 streams for you on FMS
    livestream1, livestream2, livestream3, livestream1_audio_only
    On encoders other than FMLE, where it is not supported to publish multiple streams with a single publish option, you may publish
    1. livestream1?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only
    2. livestream2?adbe-live-event=liveevent
    3. livestream3?adbe-live-event=liveevent
    This will create 4 streams for you on the FMS
    livestream1, livestream2, livestream3, livestream1_audio_only
    Yes, there is no point publishing audio only live stream corresponding to each a+v stream. Apple spec mandates only one audio only stream of 64kbps in variant playlist

Maybe you are looking for

  • Insert applet in jsp using plugin

    After adding an applet in a jsp,when trying to run the page it is showing the following error message < errorInvalidEscapeChar> As I don't know xml, I am using component palette for adding the Applet. The jsp tag is given below. <body><h:form binding

  • Difference in balance sheet

    Hi Sap gurus,   i am getting a difference in my balance sheet that is difference in sources of funds and application of funds. and how to go to check the trial balance. can somebody please guide me. urgently required. advancely thanks and points will

  • Store selected days as integer in db using ADF

    Hi, I'm using Jdeveloper 11.1.2.3.0 We're migrating a JSP/Servlet application to ADF. In one of the pages, we let the user select the days on which he would like an operation to be accomplished. Basically, we're using bitwise operations to convert th

  • How to delete an old Iphone from "find my iPhone app"?

    How to delete an old Iphone from "find my iPhone app"?

  • Actual Expenses transfer One WBS to Another WBS

    Dear Sir,             I want to transfer the Actual Expenses transfer to One WBS to another WBS. Please tell me how it is possiable. Moderator: Please, search before posting