MUSE / MP3

Bonjour à vous,
j'utilise MUSE sur Mac pour créer de petits sites.
Existe-t-il un moyen pour intégrer un lecteur mp3 html5 dans une page ?
Merci d'avance

Never mind everyone. Musethemes got back to me. The issue is the link for each MP3 file points to assets/filename.mp3 in the desktop version but since the tablet and phone versions have their own sub-directories the link needs to properly point to the parent directory where the assets folder is located i.e. ../assets/filename.mp3. On to the next adventure.

Similar Messages

  • Does Adobe have a ready solution for embedding mp3 audio files in a Muse site?

    I need to create a simple playlist and have it accessible from a website created in Muse.
    Does Adobe offer any kind of solution for this? An audio mp3 widget would be welcome.
    Thanks!

    You may find this helpful : Adobe Muse MP3 Audio Player Widget | MuseThemes.com

  • Xml file not displaying.

    Hello all,
    Pls i am trying to work on an example that displays some pics in form of slide show. Everything worked fine till i got to a point of displaying the content of an xml file. I tried all i could but things did not work out. someone pls help, i am frustrated. Below re my codes.
    test.xml
    <?xml version="1.0"?>
    <wedshow>
    <audio source="devpics/mus.mp3 />
    <photo duration="10" source="devpics/test.jpg" />
    <photo duration="20" source="devpics/tes.jpg" />
    <photo duration="20" source="devpics/testA.jpg" />
    </wedshow>
    WedShowPlayer2.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:MyComp="*" layout="absolute" initialize="init();">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    private function init():void {
    service.send();
    ]]>
    </mx:Script>
    <mx:HTTPService id="service" url="component/test.xml" resultFormat="e4x" result="show.loadShow(
    XML(event.result) ); show.playShow();" />
    <MyComp:WedShow id="show" width="100%" height="100%" horizontalCenter="0"/>
    </mx:Application>
    WedShow.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import flash.display.Loader;
    [Bindable]
    private var _xml:XML;
    private var photos:ArrayCollection = new ArrayCollection();
    private var sound:Sound;
    private var iLoaded:uint = 1;
    private var isLoaded:Boolean = false;
    private var timer:Timer = new Timer(1000,0);
    private var photoIndex:int = 0;
    private var nextPhotoTime:int = 1;
    public function playShow():void {
    if(isLoaded) {
    play.visible = false;
    timer = new Timer(1000,0);
    timer.addEventListener( TimerEvent.TIMER, onTime );
    timer.start();
    if(sound!=null) {sound.play();}
    } else { loadShow( _xml ); }
    private function onTime( event:TimerEvent ):void {
    if( event.currentTarget.currentCount == nextPhotoTime ) {
    if( photos.length > photoIndex ) {
    image.load(Loader(photos[photoIndex]).content);
    // using e4x to access the photo duration attribute
    nextPhotoTime += int(_xml.photo[photoIndex].@duration);
    photoIndex++;
    } else {
    stopShow();
    public function stopShow():void {
    timer.stop();
    timer.reset();
    image.source="";
    SoundMixer.stopAll();
    photoIndex = 0;
    nextPhotoTime = 1;
    play.visible = true;
    public function loadShow( xml:XML ):void {
    _xml = xml;
    photos = new ArrayCollection();
    iLoaded = 1;
    isLoaded = false;
    photoIndex = 0;
    nextPhotoTime = 1;
    progress.visible = true;
    play.visible = false;
    for each(var photoNode:XML in _xml.photo) {
    var photo:Loader = new Loader();
    photo.load(new URLRequest(photoNode.@source));
    photo.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,
    onProgress);
    photo.contentLoaderInfo.addEventListener(Event.COMPLETE,
    onComplete);
    photos.addItem(photo);
    progress.label="Loading Image " + iLoaded +" of " + photos.length + ".";
    private function onProgress( event:ProgressEvent ):void {
    var loaded:Number = 0;
    var total:Number = 0;
    if(iLoaded<photos.length) {
    for each(var item:Loader in photos) {
    loaded += item.contentLoaderInfo.bytesLoaded;
    total += item.contentLoaderInfo.bytesTotal;
    } else {
    loaded = event.bytesLoaded;
    total = event.bytesTotal;
    progress.setProgress(loaded,total);
    private function onComplete( event:Event ):void {
    if(iLoaded<photos.length) {
    iLoaded++;
    progress.label="Loading Image " + iLoaded + "of" +
    photos.length;
    } else if (sound==null && _xml.audio[0].@source!="") {
    sound = new Sound();
    sound.addEventListener(ProgressEvent.PROGRESS, onProgress);
    sound.addEventListener(Event.COMPLETE, onComplete);
    sound.load(new URLRequest(_xml.audio[0].@source));
    progress.label="Loading Audio";
    } else {
    progress.visible = false;
    play.visible = true;
    isLoaded = true;
    ]]>
    </mx:Script>
    <mx:LinkButton id="play" label="Play" horizontalCenter="0" verticalCenter="0" visible="false" color="0xFFFFFF" />
    <mx:ProgressBar id="progress" mode="manual" width="60%" horizontalCenter="0" verticalCenter="0" color="0xFFFFFF" />
    <mx:Image id="image" horizontalCenter="0" verticalCenter="0"/>
    </mx:Canvas>
    anyone pls help
    thanks in anticipation
    [email protected]

    hey try out this link it may help you
    http://www.judahfrangipane.com/blog/2007/01/01/error-2044-unhandled-ioerrorevent-texterror -2038-file-io-error/
    thanks & regards
    gajanan
    [email protected]

  • 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 do you create a link to play a song on a website?

    I tried the audio widget from MuseGrid and it works fine on the master page, except the song automatically plays but restarts again on each page you go to. Siince this is a bit awkward, I would  rather
    create a link to a song on each page. This would let the user click on the words "Play music"  link to hear the song or to click it off. I saw another discussion to insert html code into the page. Is this what I need? Any feed back would be greatly appreciated!
    Love the support!

    Hi
    If you want to have a link to a song on each page, you may take help of audio tag introduced in HTML5 and have the code inserted using " insert as HTML in Adobe Muse.
    For more details : HTML5 Audio
    Also you may find this widget helpful : Adobe Muse MP3 Audio Player Widget | MuseThemes.com
    I hope this helps.

  • How do I add a mp3 track to Muse

    I need to add a mp3 file (not background) to a site I am building in Adobe Muse.
    I also need to have the bar with play and stop button.
    my track is in my asset folder.
    I have look at other post and tried (using the name of my mp3 track instead of mysong.mp3)
    <audio controls="controls">
       <source src="mysong.mp3" type="audio/mp3">
    </audio>
    HELP!

    This should come handy:
    http://docs.info.apple.com/article.html?artnum=107240

  • I'm trying to e-mail music scores and audios, but I receive an error message saying Preview doesn't recognize the file format, regardless whether I use .mus, .pdf, or .mp3.  I haven't come across Preview or this problem before.  Any suggestions?

    I'm trying to send music, scores and audio, as e-mail attachments, with a copy to my e-mail address.  Whether I use .mus, .pdf, or .mp3, the error message says Preview doesn't recognize the file format.  I haven't seen Preview, or had any problems, before now.  Thanks for any suggestions.

    Hi,
    Firstly, your country is detemined by several factors, including your phone's regional settings, your SIM card and your NokiaAccount settings, if you used this phone whilst abroad then you may need to check that your regional and account settings are up to date since you have arrived in Canada.
    For services like Gigs, you should also ensure that the MixRadio app has access to your phone's GPS location as well as the main location being on in the phone settings. To check this, as well as Location being turned on in the phone settings, in MixRadio itself go to Settings>Location>On:
    The concern with favourites may also be related to location, if the music from certain artists is available in Canada but not where the service might think you are, availability of content may vary from region to region.
    If all settings in both the phone, your Nokia Account and the MixRadio app are correct, we may have to investigate deeper.
    It is impossible to comment on your camera without seeing it, you cold have the phone checked by Nokia Care locally, but of course if it was supplied in Europe it will be covered by the European Limited Warranty which is not valid in Canada.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • I would like to create a list of MP3 files to download from a MUSE web site.

    I have the honour of creating web site for our church.
    We would like to publish the ministers sermons on the web (audio files to download).
    How do I do this in Muse, or is it not possible and should use another web site creating software to do this?
    Is there an add-on which I could purchase which would help?
    Any help would be appreciated
    Ossydoc

    Hi Ossydoc,
    You can use Muse to create such a website. All you need to do is, create links in Muse for the sermons and select  " link to File " in the hyperlink option and link to those Mp3 files.
    Please refer to this screenshot :- http://prntscr.com/4xvdup
    Now, when you publish your site,  Muse would automatically upload those files onto the server and the users would then be able to listen as well as download those sermons using the links on your site.
    Hope this helps
    Regards,
    Rohit Nair 

  • How to place an MP3 in muse

    I am trying to place a few MP3 into muse and have tried the sites that where mentioned, soundcloud, wimpy, and etc.  And nothing is working and I have tried researching the web why and I followed those instructions and still no luck after 2 hours.  Can someone please help.

    Hi,
    Please refer to the following kb article that talks about adding MP3 files to a site,
    How can I post or add a PDF, DOC, MP3 or other file on my site for visitors to download?
    - http://forums.adobe.com/message/4509541#4509541
    This explains how you can add them so that users can download. If you want to embed a player you will have to get the code for the player and insert it as html in your muse file. To do that you will have to go to Object menu and click on insert HTML.
    For more functionalities that you might get with player, you will have to contact the provider. Muse can only insert your HTML but using Muse you will not be to further customize or style the player, after adding it to the .muse file.
    Regards,
    Abhishek Maurya

  • Is there a multi-song mp3 player for Muse?

    Is there a multi-song mp3 player for Muse?  I'm presently using the single song player from Muse-Themes.com.  But I would like to feature multiple tracks in one player.  Thanks for any help!

    You can try this :
    http://amazingaudioplayer.com/category/html5-audio-player/
    Alternatively :
    http://musewidgets.com/collections/all/audio
    Thanks,
    Sanjit

  • Mp3 or similar audio files on Adobe muse websites

    I need to embed mp3 or similar audio files on several different Adobe muse websites, why has this simple task not been provided for? Is this going to be available? Otherwise I may as well dump Muse and use some other software that can actually achieve this basic necessity...
    Rob

    I believe www.musegrid.com has just offered a widget for audio playback.

  • Muse site will not play mp3 files on iOS devices

    I'm testing my new/first site using Muse CC 2014 and finding that audio files (MP3) will not play on iOS 7.x devices.I am using the MP3 Player plug-in from Musethemes.com. They have yet to respond to my support request 3 days ago so I am hoping someone here might have encountered the same issue. What alternatives would you suggest?

    Never mind everyone. Musethemes got back to me. The issue is the link for each MP3 file points to assets/filename.mp3 in the desktop version but since the tablet and phone versions have their own sub-directories the link needs to properly point to the parent directory where the assets folder is located i.e. ../assets/filename.mp3. On to the next adventure.

  • Large mp3 collection painfully slow to open in Mus...

    I know my mp3 collection is relatively large (full 16gb class 6 micro sd card) so I expect a bit of lag but im finding access to my mp3's on my E72 frustratingly slow.  For example opening my list of Artists isn't so bad but accessing an individual artists list of albums and then opening one of those albums to see the tracks is taking 10-15 seconds each at each step. This also applies when going back out from the list of tracks to the list of albums. Im happy with the music player in general but this one problem is driving me crazy. The only way I can get access music at an acceptable rate is by creating loads of playlists of songs I listen to most regularly but obviously this defeats the point a bit. Does anyone have any suggestions to improve performance in this respect?

    This too enfuriates me... amongst other slow response times from the phone in general.
    Sometimes it lags on unlocking the phone, answering calls, opening messages can take up to 10-15 seconds... it is absolutely ridiculous.
    I have also have a 16Gb card with 7Gb of music. I have two email accounts synchronising maybe once an hour. I have a feeling that this phone just isn't built well enough to handle what it claims it should be able to do. 

  • New to mp3 musi

    hi guys,?I just bought this CREATIVE 60GB and still have alot of questions on my mind which is not in user manual.Here are my hang-ups:.How can i download music from p2p like limewire and what are the basics so as i cant get virus into my new mp3 player.2. is is possible that my hardi've can be affected with a virus.. If so,how can?i be able to clean it up.3. Is it ok to charge via USB on my computer?and why is docked is always on even i try turn-off my player.4.Can you please suggest which websites where i can get free mp3 music downloads.5.Can i download mp3 music from limewire without installing the creative media explorer and creative media source?6.Why i cant get 6hours of continuos music as stated in the manual even though i fully charge it for 5hours.7.Want some more tips about movie downloads and mp3..Please advise..neep some help here. sky

    I might be able to help on some of the questions:?3. Yes, charging via your usb is fine. As long as it's connected via usb, you can't power down and the docked symbol will remain on your screen. If this remains after you disconnect from the USB, well then, that's another problem. 6. Your battery life is dependant on a number of things. Reduced battery life (below the published 6 hours) could be attributable to any or all of the following:??- - Using?shuffle mode??-- Frequently accessing the menus??- - Keeping your screen display on and bright??-- Watching videos??-- Playing higher quality audio files (mp3s take more processing power than WMAs, as do?files that???are?encoded at a higher bitrates.
    ?This is pretty standard across most portable music players. More functionalty/higher quality = less battery life. It's a trade-off. 7. Your player should be Plays-For-Sure subscription compatible, which means you can use it to subscribe to subscription music services such as Yahoo Unlimited,?Napster, Rhapsody, etc. For about $5 per?month, you can download as?much music to your player as it can hold. You stay subscribed...you keep your access to the tunes. Not free...but the next best thing.
    ?Wal-Mart.com and Video.AOL.com both have movies and TV shows in Vision M-compatible formats available for purchase. Haven't found a subscription video service yet..... Hope this hel
    ps.
    Message Edited by dalfan on 02-26-2007:45 AM

  • I'm having trouble importing mp3s from i mus

    I've got a zen touch...love it. I can't seem to import tracks from i music. I follow the prompts but it ain't working. Any suggestions?

    What type of audio files do you get from there?

Maybe you are looking for

  • After iOS 8 update can't upload photos to Facebook using the FB app, it says no connection

    SInce iOS 8.1 update which was hours ago im not able to upload photos to Facebook using its app, I can straight from the photo album but that's not how I'm used to neither how I like it, I get a "no internet connection" error, it's happening either w

  • Regarding free goods cutomization

    CAN YOU CONFIGURE TWO DIFF FREE GOODS ITEMS FOR ONE SINGLE ITEM? EXAMPLE- ON PURCHASING OF ITEM A U WANTS TO GIVE ITEM B & C FREE . IS IT POSSIBLE? HOW ? this is a question asked in HCL last week? Explain how we can configure and i think this is a po

  • Deleting red delta packet in PSA

    Hello, Today morning, I had a red delta packet in PSA, I deleted it, and executed Delta infopackage again. It gave me a warning that, this will request again the same delta packet. So I guess, there is no loss data from delta. Can you confirm it? My

  • I do not have a back button or a favourites button

    after the download I was asked to import everything from internet explorer then when my home page opened there is no back button and no favourites button how do I sort this

  • BToes 6970 Help Required...

    I have read all the posts on the board concerning this dongle and I need help deciphering it against my problem which seems weird to me. I have installed the dongle using only the XP SP2 driver supplied on the MSI site as I thought that was what MSI