Possible to add an audio player in iWeb09?

I would like to use some type of audio player in my iWeb site; i have been poking around but can't seem to find the assets to do this. Ultimately, I'd love to have a master list of tracks which could be moused-over; clicking on one would open a small player window where the track could be played (without leaving the audio page itself), then clicked to close. I have an audio page up with several tracks on it, but it increases the load time, and a viewer of the site might not be aware they need to stop one track playing before playing another.
any input/ideas would be most welcome. Thanks!

robby_aceto wrote:
any input/ideas would be most welcome.
Robby ~ The features that a web-based "social networking" site such as Ning offers could help. See this article about their embeddable music feature. More info about Ning is here.
There's also this site.

Similar Messages

  • Is it possible to add Audio on Demand to an image in Captivate 7 QUIZ for html 5 output in web browsers?

    We are trying to do a simple HEAR IT - SELECT IT type 'quiz' in Captivate 7 for an indigenous language project.  Our target output is html 5 to web browser.
    We have used the multiple choice question mode and have inserted IMAGES in place of text (although we left the question numbers visible)  
    The user should be able to click on a speaker icon to hear the audio file (as many times as they choose)  and then select the correct image answer.
    ALSO -  Is it possible to add sound effects for a correct or incorrect quiz answer?
    Thanks

    Attaching audio could be done to the Success/Failure captions, rather easily.You can put a shape button on a question slide, other interactive objects are not possible (Buttons on Question/Score Slides in Captivate 6? - Captivate blog). And have that shape button pause before the pause of the question slide. Use an advanced action with the Statement 'Play audio'. Don't use a simple action, because it will release the play head: Why choose Standard over Simple action? - Captivate blog
    User will then be able to click that shape button as many times as he wants, because the play head will remain at the pausing point. When he Submits the question, the two step process will use the pausing point of the Question slide: Question Question Slides in Captivate - Captivate blog
    Lilybiri

  • Is It Possible to add the Actual Quicktime player to a page?

    Does anyone know if it is possible to add the actual quicktime player that you see on your desktop to a page? I want to add a Quicktime movie to a page and still end up with the whole controller not just the little control bar.

    Kyn's response is also your answer.
    To open the QuickTime Player (instead of playing your file in a browser window) is a feature of iWeb that is "missing". Maybe next version?
    I use the special html "tags" in many of my .Mac hosted Web pages:
    http://homepage.mac.com/kkirkster/04war/
    As an example.
    You need to edit the iWeb created page code after publishing to do this work. It may be more work than you've planned because it does require a lot of "hand coding" to your "Published" HTML page code. And, because iWeb also uses special javascripts (.js files) to showcase your QuickTime file, you'll need to hand edit them also.
    There is some freeware software (PAGEot) that can help a bit with the page coding. A Google search for it is easy.
    Editing "published" pages is not for the faint of heart and may be necessary each time your iWeb site is updated.
    Does this answer your personal email to me?
    We can show you the steps when you're ready to implement them.

  • How can i add an HTML5 audio player to iWeb?

    I'm trying to add an HTML5 audio player to my iWeb website.
    I tried using the java script codes from players like speakker, jquery or JMS. Even though I downloaded everything from their websites, when I sent the code to the HTML snipet of iWeb, nothing happened.
    Do you know how I can do this?
    Thanks in advance,
    Brazilian_girl

    Thank you so much for all your info, that really helps.
    I read the instructions for the  speakker player, but they seemed so confusing to me in terms of how to do everything, setp by step in regards to iWeb.
    So, let me make sure I got it:
    1) I go to my FTP site/hosting create a new folder
    2) add the music and the graphic content from the player (images form the buttons, etc...)
    3) get a link from the FTP hosting site with all this stuff
    4) Write the link in the code
    5) paste the code (with the link in it) into the HTML snipet widget of iWeb.
    Is this correct?
    Thank you again, I really appreciate it!

  • Trying to add audio player progress bar

    Hi
    I'd like to add a progress bar to my flash audio player.
    Right now you press a button, a certain sound loads and then plays.
    Here's part of the code:
    function playSong(e:Event):void{
        if (my_channel) {
            my_channel.stop();
        var myURL = ("mysong.mp3");
        my_sound = new Sound();
        my_sound.load(new URLRequest(myURL));
        my_channel = my_sound.play();
    In order to build a progress bar I wanted to find out the length or duration of the sound but I keep getting error messages or 0s in return
    trace (my_sound.duration);  
    tells me that duration is an undefined property
    trace (my_sound.length);
    trace (my_sound.position);
    trace (my_sound.bytesTotal);
    trace (my_sound.bytesLoaded);
    all give me a 0 in return
    Any idea why? Why can't I access the properties of my Sound?
    I'd also be very thankful for any other suggestions on how to add a progress bar. I searched a number of websites, but most samples are AS2 code...
    Thanks
    Julie

    Duh! Once again I thought my comuter is faster than it actually is ;-)
    Thanks :-)

  • Add audio player on my application

    hello friends. I would like to know how to put audio player player in my AppStudio application . need some HTML code ?

    You may be able to do what you want with Rogue Amoeba's Airfoil for Mac.
    Best of luck.

  • How to add an audio file to a link

    I am working on a project using IWeb and I am trying to figure out if it is possible and then, if it is how to add an audio file to a link. I would really be glad of your help as I am having problems meeting the requirements of the project if I don't make it work.
    Also, is it possible when having added a movie clip from quick time player to have the clip start as soon as the page is "opening", that is without pressing the play button?
    I am waiting in great suspense to see if anybody can help me out. If you have the answers to my questions, please send me an email at [email protected] - thank you so much :o)

    Hi Maiken
    Welcome to the discussion forums.
    All you need is open iWeb, select text or image, open inspector, go to link, check the "enable as a hyperlink" box, in "link to" there's a teardown menu where you select "a file" and select the file you want to link to.
    If you want to have it downloading look at [this|http://alyeska.altervista.org/en/iWeb_Downloads.html]
    For the second question:
    select the movie file in iWeb go to inspector, then to the last icon (showing the quicktime logo) and check the box that say "Autoplay".
    Regards,
    Cédric

  • Is it possible to play two audio files simultaneously.

    Hi,
    Is it possible to play two audio files simultaneously.
    I modified the 'SpeakHere' to play two audio files simultaneously, it worked perfectly on simulator but get hanged on iphone.
    To this I implemented NSTimer, which regularly checks for both player instance every second.As soon as any player gets stopped Timer task stops the second one forcefully and again starts both.
    thanks.

    Hi Jay
    Do you have the eLearning Suite? If so, you have Adobe Presenter available to you. If you don't, you should be able to download the Presenter installation file and evaluate it.
    Presenter is an add in for PowerPoint. The neat thing about it is that it provides for a Table of Contents type of functionality as you see is configured in Captivate. But the twist with that is you are able to do something you cannot do in Captivate. You are able to insert videos inside the TOC area!
    Just musing out loud... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Add background audio to my Project Siena App

    I want my audio player to play the song even if the application is minimized....
    Please Help....
    Searched many forums but Didn't find
    audtag.setAttribute("msAudioCategory", "BackgroundCapableMedia");
    or
    <audio id="audtag" autoplay="true" msaudiocategory="BackgroundCapableMedia" src="/sounds/rihana.mp3"></audio>
    like stuff......

    Hello,
    As long as you stay in your app you can do the following in Siena.
    Assuming you have your audioplayer on screen1. Set the start parameter of the player to "audiostart" and the loop to "true"
    In the onVisible of the screen you can then add the following (you can add that to a button or something else too)
    UpdateContext({startaudio:false});UpdateContext({startaudio:true})
    That will keep on playing the audio regardless of the fact that you are moving away from the screen.
    Just make sure that your parameter autopause is set to False (same with autostart).
    Reading your post you want in to play even when moving completely away from the app (e.g. start doing something completely else).
    I'm not sure that is possible today with Siena. If that's a function you want to add to the wishlist you can add it to
    https://social.technet.microsoft.com/Forums/en-US/2e1f9446-56b2-419a-9c17-7037d2cd6146/from-the-community-overview-of-requested-additional-functionality?forum=projectsiena
    Regards
    StonyArc
    http://www.stonyarc.com http://www.xboxlivenation.com

  • A way to link to embedded audio player

    I am very new to this and am trying to add the audio (mp3)
    from a conference that my office held to our website. I wanted to
    have a list of the presenters at the conference to the left of my
    page with each name being a link to one embedded audio player on
    the right. Is this possible to do? I can figure out how to embed
    the player with a playlist and just have the viewer control it from
    the player but I would prefer to use a sleeker player that does not
    incorporate a playlist viewer - so the ability to be able to link
    multiple links to the one embedded player would be perfect.

    Search Google for "free flash mp3 player". There are many
    that you can
    incorporate.
    Alec
    Adobe Community Expert

  • Javascript audio player

    Hello,
    I am working on a website which utilizes an audio player.  Here is a page that has this player - http://www.freddoubleday.com/test.html  I have no idea how to code or manipulate javascript at all, but I would like to set it up so that the play button is also a link to a page that would open in a frame on the same page.  Is it possible to get into the javascript and make that button a link, and if so how?  Thank you so much for reading, and any responses you may have!
    Cheers,
    A.B.
    P.S. Please let me know if you need to see the javascript itself.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Please help me install this audio player!

    Hello anyone reading this,
    I am very new to designing a website, and decided to venture out and add some audio to it.  I am a piano instructor and am VERY determined to do this.
    I recently purchased some files from this site:
    http://www.flashcomponents.net/component/advanced-mp3-player-with-play list-totally-customizable-xml-driven.html
    That is the same exact one I purchased.
    I recently engaged in a little email session with the author / developer and he was sending me emails that had a lot of technical language of which I couldn't understand.  I needed help, and he didn't seem to pay much attention to my problem, just kept repeating the same thing.
    I eventually was able to research his terminology and I finally got around to being able to comprehend his 'steps' listed for me to get this thing up and running.
    He basically said everything I needed was in a folder titled 'deploy' ... and that I just copy that folder into my Dreamweaver site project , along with my images, root folder, etc.  Ok, easy enough.  I did that.
    His next step was to insert the .swf file into my web page in Dreamweaver.  Ok, easy enough.  Did that.  BUT, there is a problem.  A fairly large grey box shows up with an F inside it.  This is in 'design' view.  In 'Live view', I see nothing at all of the player, just a large grey box with no F inside it.
    The peculiar thing is that there are 3 files inside this 'deploy' folder that when I double click them ... a beautiful audio mp3 player pops up and performs perfectly.  It's the real thing.  Just when I insert the .swf file into my site, nothing at all happens.  And this was what the guy told me to do.
    Since then he stopped corresponding with me.  Not sure why.  Here are the files I have in 'Deploy'.
    playlist.xml
    playerstyles.css
    playersettings_v4.xml
    Mp3player_v4.swf
    index.php
    index.html
    BG.jpg
    AC_RunActiveContent.js
    The 2 index files open up a perfect audio player as shown on the site.  So does the Mp3player_f4.swf.
    I also have a folder called 'scripts' that has 2 scripts listed for the audio player.
    swfobject_modified.js
    expressInstall.swf
    Please oh please, if any of this makes any sense and if what I typed is a symptom of something, please help me.  I am desperate as all the research I've done is getting me nowhere!!!

    Your testing confirms my suspicion that it’s a pathing problem
    “Then I tested out the index.html and the index.php files that are located in 'deploy'
    They didn't work.  no image at all ... nothing. “
    That is working correctly. If you path it to work from the Web page, of course it will not work from “index.html” in the deploy folder… it’s not supposed to. It’s supposed to work from the Web page one folder level up. Did you test it from YOUR Web page after changing the paths?
    “I noticed that as I said the index.html and the index.php didn't work ... but the mp3player_v4.swf STILL worked perfectly fine.  All 3 of those files are under 'deploy'”
    This is also to be expected, because when testing the .swf directly (not on YOUR Web page), the paths in the xml file to the mp3s is correct. But remember, when you place that .swf on YOUR Web page, you are removing the .swf from “deploy” and placing it in the same folder as your Web page….. it’s not in deploy anymore.
    “Also, a peculiar thing happened as well as I was playing around with things. “
    Well for testing you could take everthing out of “deploy” and move it into the same folder as YOUR Web page and just change the path on your web page to the .swf (delete the “deploy/” part). Now every thing is in the root folder, there is no deploy folder, only a “sound” folder which holds the mp3s and the palyer would work just fine, because RELATIVE to the location of the .swf on the WEB PAGE, all the paths are correct.
    But then you don’t really learn how to resolve pathing issues.

  • How do I add multiple audio webparts to a page in SharePoint 2013?

    I need to add multiple media player webparts with audio files to a page in SharePoint 2013 so users can click the play button, listen to the file, then vote for the audio they like best. The problem is I can only get one audio to play at a time, and only
    in certain browsers. I can get them to work intermittently in a Chrome browser, but not IE 10. When I publish the page and click the play arrow, it played the first time. Then I added two more audio player webparts to the page, and linked them to different
    audio files (m4a and mpg). Now only one audio player will work, not the other 2.

    Hi
    Have you used this codeplex webpart
    https://mpwp.codeplex.com/
    Amit Kotha

  • A few questions about audio player in iBooks Author

    1. How can I set the player to a small icon in Landscape layout? It seems that I have to display the player in the Landscape layout and show a big icon (which can't be resized) in the sidebar of the Portrait layout. Is there a way to customize this?
    2. I notice that the audio player in iBooks Author looks different from that in the actual iBook on iPad?
    In iBooks Author it's silver, which looks pretty nice:
    But in actual iBook on iPad it becomes black:
    Is it possible to customize the look of the player?
    3. Another problem about the player in the actual iBook on iPad: When I have multiple players on the same page, only one of them shows the progress bar and time; others just show a play button:
    If I click the one which only has a play button, the whole player will disappear (and won't play the audio clip). I must click the area (which the player is supposed to be in) again, and the player will show up with the progress bar and time (and other players will only have a play button).
    This is very annoying. Does anyone have the same problem?

    assuming you have a MovieClip mc on stage with the registrationpoint in the center:
    stage.addEventListener(MouseEvent.CLICK, zoomHandler);
    var currentZoom:Number = 1;
    var zoomFactor:Number = 1.1;
    var maxZoom:Number = 2;
    function zoomHandler(e:MouseEvent):void{
        var zoomCenter:Point = new Point(e.stageX, e.stageY);
        var mcCenter:Point = new Point(mc.x, mc.y);
        var _xCorrection:Number = mcCenter.x-zoomCenter.x;
        var _yCorrection:Number = mcCenter.y-zoomCenter.y;
    currentZoom +=zoomFactor-1;
    if(currentZoom<maxZoom){
        mc.scaleX +=zoomFactor-1;
        mc.scaleY +=zoomFactor-1;
        mc.x -=_xCorrection*zoomFactor*.5;
        mc.y -=_yCorrection*zoomFactor*.5;
    else{
    trace("maximal zoom level reached");

  • Is it possible to add reverb to vocal mic, without affecting my keyboard sound?

    Hello,
    I am trying to record my vocals and piano simultaneously. I'm using the MBox 2, with Adobe Audition 3.0. Whenever I add reverb to my vocal track (via the fx tab under my vocal track in multi track view), it affects the way my piano sounds while I am recording (it creates a delay on the sound of the keyboard while I am playing...almost like a 'bouncing note' delay). I really want to be able to hear some reverb on my voice while recording, but I cannot seem to figure out how to do it. This is how I have everything set up:
    Piano is plugged in via DI on input 2 on the back of the mbox
    vocal mic is plugged in via cannon on input 1 on back of mbox
    If anybody could help, that would be wonderful. I've spent hours trying to figure this out with no luck. It is a lot more fun to record your singing with a bit of the pretty reverb....but my piano doesn't agree.
    Thank you
    Best,
    Jenny Jo

    Hello Brian,
    Thanks for your help again. I have spent the last 6 hours running into nothing but problems. I tried your advice about recording mono in both separate tracks, and still no luck. I was using a condenser mic, and a keyboard. Both using mono, and I was using the studio reverb. I finally decided to try something simpler, just so I could at least feel a bit satisfied in getting a recording in. I set the condenser mic near my keyboard and speakers, and plugged my keyboard into the speakers. I armed the one mic track for record for phantom power, applied studio reverb, and set up the correct settings for the track by going into Audio Hardware Setup and selecting 'Asio Digidesign Driver' as the audio driver for everything. I simply wanted to play my piano, which would sound through the monitors next to me, and sing into the microphone..which would pick up my vocals with the piano in the background. The only way I could hear reverb on my voice during the recording, was by adjusting the 'mix' knob on the front of the mbox. It seemed to be working okay, and I thought I had found at least a compromise for the moment. But after saving the files, and upon listening to them...I noticed drops and rises/glitches/ in the recording volume. I then did a bunch of tests. I recorded some without any reverb assigned at all, did some recordings with the mix knob up and some with it off...I tried everything I could think of. I saved each one as a wav file, and MP3, just to see if that would affect the sound. Listening to them, they all have those same sound glitches. While doing the recordings, the sound disturbances weren't audible.
    I am wondering if there is a setting that I need to fix...I am not the most savvy technical person, and am rather new to recording. Maybe the buffer size needs to be adjusted? I really have no idea...it is frustrating. I should say that I am using an MBox 2, which is supposed to be used with Pro Tools software. I had problems using Pro Tools as well, I don't think my OS is very compatible with it. Unfortunately, I have windows Vista, which I hear nothing but problems about in regards to recording. I prefer to use Adobe Audition, as I'm familiar with it, and like it.
    Well, I hope this email hasn't put you to sleep. I really hope I can get this figured out, as I'm keen to record.
    Thank you again..
    Best,
    Jenny Jo 
    Date: Tue, 2 Feb 2010 00:35:03 -0700
    From: [email protected]
    To: [email protected]
    Subject: Is it possible to add reverb to vocal mic, without affecting my keyboard sound?
    Out of some disbelief I had to try my own setup suggestion from above, since it's not a thing I do daily anymore. Without wanting to go into any dispute with the above poster, I can only say:
    It works well here.
    Your mileage may vary.
    Setting up two mono tracks with a separate input to each, I was able to record vocals with reverb from Audition in my monitoring headphones, along with recording an electro-acoustic instrument (guitar in my case) on the adjacent track with no reverb at all. I sang/tested with lots of consonants and different monitor levels and reverbs; I used the Studio Reverb, which is the least CPU intensive and recommended in the manual. There was no noticable delay, echo, what have you, which I felt disturbed my precision at all. Now I KNOW technically there is a delay/latency, but for practical purposes it isn't noticable. I've also heard some singers are extremely pecky on this, and for them there is the solution of direct monitoring and an outboard reverb added to their headphone signal. For everyone else however it works well and the latency just a theory - certainly not an audible 'echo' of any kind. With a poor soundcard and a computer low on resources latency will become evident. Also if you don't use ASIO. This type of application is why we have ASIO.
    >

Maybe you are looking for

  • Error while activating update rule in Inventory

    I was working with migration of datasource 2LIS_03_BF from 3.x to 7.0 in MM module. Recieved an error while activating update rule  0RT_C17 2LIS_03_BF in Inventory module. When I checked the routine ,it shows the following error. Errror:E:The Diction

  • Error While Querying DB Link from Oracle 10g to Postgres 8.2

    Hi, I have installed unixodbc 2.3.1, postgres odbc driver (psqlodbc-07.03) and dg4odbc 11.2 On querying : select sysdate from dual@dblink_postgresql, the following error occurs: ORA-28500: connection from ORACLE to a non-Oracle system returned this m

  • Need to fetch Schedule Line information into CRM from R/3

    Hi Experts, I need to get the Schedule Line Info into CRM system before an order is created. Is there any standard function module in R/3 to fetch this information for a specified Material and Quantity. If not, the database table where this schedule

  • Smartwatch 2 problem with button

    I have for a few weeks the SW 2. It works good but.. I have to press so hard on the (only) button for starting the 'android-like" interface. Sometimes I have to press 5 times for 1 succesfull  hit. You have to press 2 times to reach the menu... It go

  • All connections in the universal connection pool are in use

    I know it's the problem with connection pool is leaking or the some of the connection is not being released properly. Where are the parameters I can change in Weblogic? I'm getting the following error in my OIM application running on WebLogic: java.s