Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2013
    Posts
    16

    Default Putting MP3 Media player in xara

    Hi all,

    I am currently developing the media archives for my website and am wondering how on earth I get a simple mp3 player widget onto my website so that viewers can simply click "play" and hear mp3's straight from the website?

    Something like the mp3 player here:
    http://yootheme.com/widgetkit/examples/media-player

    The widgets provided by xara web designer are a little bit unsuitable for what I'm after. I'm aware this may include some html and fiddly ftp stuff....any help would be greatly appreciated.

    Thanks for your time and help.

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,834

    Default Re: Putting MP3 Media player in xara

    The link you offered only seems to cover "For Joomla, WordPress and ZOO".
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,919

    Default Re: Putting MP3 Media player in xara

    Try this, not sure what you're after.
    Attached Files Attached Files
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  4. #4
    Join Date
    Oct 2012
    Location
    Texas
    Posts
    113

    Default Re: Putting MP3 Media player in xara

    I found help by doing a lot of searching. Modern browsers have a media player built in. Not all use .mp3, so you also need .ogg files, they say. We also found a flash player and uploaded to our server, and include it for people with old browsers.

    This is the code we are now using - works great as far as I can tell... insert your own url and path to your .mp3 and .ogg files:

    <audio controls="controls">
    <source src="http://www.somedotcomaddress.com/audio/file.mp3" />
    <source src="http://www.somedotcomaddress.com/audio/file.ogg" />
    <!-- fallback -->
    <object type="application/x-shockwave-flash" data="player.swf" width="200" height="20">
    <param name="movie" value="player.swf" />
    <param name="FlashVars" value="mp3=http://www.somedotcomaddress.com/audio/file.mp3" />
    </object>
    </audio>

  5. #5
    Join Date
    Sep 2013
    Location
    La Malbaie, Canada
    Posts
    699

    Default Re: Putting MP3 Media player in xara

    Hi,

    Try Web Jukebox from Coffeecup.

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,834

    Default Re: Putting MP3 Media player in xara

    Dear New Life, four TGers have now replied to you and nothing back!
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  7. #7
    Join Date
    Aug 2013
    Posts
    16

    Default Re: Putting MP3 Media player in xara

    Ideally, I would love to be able to use an mp3 player like this:

    http://mediaelementjs.com/

    It says it's written in HTML5 which I assume means I can embed into a placeholder in Xara, correct?



    Thanks so much guys,
    Sorry for the late response, I've been out of the office for a couple of weeks.
    Yes, this is helping me along with finding an appropriate solution.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •