Why I can't paste embed html music player?

Hi everyone,
I've tried with two different player; jw player and podsnack and each time I copy paste the code in my layout, I see a big square with "enable to generate thumbnail" in it.
Anyone knows why?
Here is the code
<iframe style="border:none" src="http://files.podsnack.com/iframe/embed.html?hash=a7u3wnpu&t=1386856325" width="395" height="364" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
Thank you,
Ben

Hi Ben,
I tested your code. I get the same error in Muse. however, when I previewed it in a browser, the player loaded fine. Please test it in a browser and let us know if you still can't see the player.
Regards,
Aish

Similar Messages

  • Why can't i embed ToneDen music player. Soundcloud.

    Hi guys.
    Im a DJ and i wish to add music to my muse website. Specifically my sound cloud music, however I dislike the embedable soundcloud player and wanted something more custom. I would really like to use the toneden player found at  https://www.toneden.io/player as i think this player best suits the way i would like my site to look like.
    Please bear in mind I'm an absolute novice with code (thats why I'm using muse!)
    Toneden provide plenty of code and i just cannot get it to work in muse - it says "unable to load thumbnail" and i also cannot see the player in a preview either.
    I will include the html code I've placed (object, insert html) in muse below. Any help or example code for other custom players would be massively appreciated guys!
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <div id="player"></div>
    <script> 
      (function() { 
         var script = document.createElement('script'); 
         script.type = 'text/javascript'; 
         script.async = true; 
         script.src = 'http://sd.toneden.io/production/toneden.loader.js'
         var entry = document.getElementsByTagName('script')[0]; 
         entry.parentNode.insertBefore(script, entry); 
      ToneDenReady = window.ToneDenReady || []; 
      ToneDenReady.push(function() { 
         // This is where all the action happens: 
         ToneDen.player.create({ 
            dom: '#player', 
            urls: [ 
               ‘https://soundcloud.com/giraffage' 
    </script>  
    </body>
    </html>

    Only paste what's in between the body tags.
    <div id="player"></div>
    <script> 
      (function() { 
         var script = document.createElement('script'); 
         script.type = 'text/javascript'; 
         script.async = true; 
         script.src = 'http://sd.toneden.io/production/toneden.loader.js'
         var entry = document.getElementsByTagName('script')[0]; 
         entry.parentNode.insertBefore(script, entry); 
      ToneDenReady = window.ToneDenReady || []; 
      ToneDenReady.push(function() { 
         // This is where all the action happens: 
         ToneDen.player.create({ 
            dom: '#player', 
            urls: [ 
               ‘https://soundcloud.com/giraffage' 
    </script>  

  • Why i can't PASTE in write boxes? Is F.16 problem? Is better to go back in F.15?

    Why i can't PASTE in write boxes?

    Does it work if you drag the text to another tab?
    Try to select the text and hover on the destination tab with the left mouse button pressed to open that tab.<br />
    You can't scroll, so the text area needs to be visible.
    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

  • Embedding HTML Music-Player in Flash-Website?

    Hello everyone!
    I am a music composer and I'm working on a site to use as a sort of web-presence/portfolio. I'd love to be able to designate one of the "pages" in my animated site to my music, and the best way I can think of would be by using a scrolling pane and various instances of some flash player (I love the quicktime one's simplicity, but it allows you to download the music, and I'd prefer to just have my audience listen and not copy =). I like the google player best after the quicktime one for it's minimalistic look (and if you check out the site-in-progress, you'll see why I favor the sleek, grey players =)
    That, or ditch the scrolling pane and have a static page with a player/playlist of my tracks. Either way, I'd like the listener to be able to select one song at a time. (I also do SFX work, and I'd like to have use a similar format to let the listeners hear the various sound effects.
    Anyways, that's enough out of me... Is there any way to embed an HTML player into a flash movie clip or something? I'm really new to this stuff, you'll see in my little "blog" area under  "profile" on the site that I just opened flash for the first time last weekend.
    If HTML doesnt work in flash, what other options do I have? I'd love to be able to incorporate a streaming player!!
    Thank you in advance!!
    site:
    http://hawkduncan.com/1index.html
    **Please turn your speakers down, the site is still using the templates sound effects and they are kinda "crunchy" sounding for some reason**

    Thanks Ned!!!
    Ok, I'm going to look into the Actionscript 2 music player options out there.
    One question, incase I have a hard time finding what I need, would it be too difficult to have a text box open a new window, and in that window, have all the HTML music player?  I found this site and I'd be OK with something like this:
    http://digitalmedia.oreilly.com/2005/02/23/mp3_embed.html
    My only criteria would be to not have a download file link and that it would stream. Just curious if this would be an option since I've had such terrible luck trying to figure this whole music thing out.
    Thanks again, Ned!!!

  • How can I use ios internal music player for playing music?

    Hi All,
    I know how to play MP3s using Adobe Air, but I have no idea how can I possibly use the INTERNAL MUSIC PLAYER of iOS with Adobe Air? Is tha possible? Is there any native extentions for this purpose or some codes??
    Thanks a lot and I appreciate any help in this case please?
    Ali

    Thanks a lot for your kind reply. Now at least I know where to go from here!
    Actually I have no experience with Native extensions so far, even while I've developed some apps for Android and iOS using Adobe Flash CS6, that they happen all to have sound players as well.
    The problem is, in my Apps (sample below) I have programmed the ability to let users Play / Pause / Stop (Navigate) the MP3s that will be downloaded from Internet based on their selection. as this player is NOT using the iOS native player, consequently, the main negative results are as follows:
    - App does not catch downloaded mp3 files for offline use or if WIFI disconnected suddenly (unlike iOS player)
    - in Lock screen, Users do not have access to the playback of sound.
    - wireless FM transmitters or other kits used in cars, can not control the playback unlike iOS internal player.
    Based on above discussion and your suggestion to use Native extentions, I just found this one:
    https://github.com/mateuszmackowiak/SoundExtension
    Do you think this will satisfy my needs?
    Regards,
       Ali

  • Can I listen to the music player wih a blue tooth ...

    I assumed I would be able to , I want to listen to a' talking newspaper' on my phone (Nokia 6300) but an assistant in P4U said that you could only hear calls through them and nothing else - I dont need stereo .
    Thankyou

    I did,nt actually buy any in the end as the assistant said you could only use them for ' calls' not listening to the Music player. I will buy which ever ones will work or are recommended. I was surprised by his advice/answer - I know little about phones, I did'nt press it too much . I would prefer some descreet ones , just single ear piece ideally.
    Thankyou for your reply .

  • Why can I not embed html video into a Muse slideshow widget?

    I have an existing slideshow widget in place and when I upload html video (click on image in slideshow, object, insert html) it puts the video in a seperate box un-linked to the slideshow. I can get the video in with a composition widget, but I need to use a slideshow widget. Site is here:Main_Mltipages and the video needs to be added to the main slideshow.

    Hello,
    You can not insert Embedded codes in Slideshow widgets.
    If you want to replace images with embedded HTML video , please use Presentation Composition and place them in Target.
    You can find it from Object > Insert Widget > Composition > Presentation
    Regards
    Vivek

  • Can we import/ embed HTML objects in a keynote presentation?

    Hi,
    I am using FusionCharts to create rich and dynamic charting for my presentation. FusionCharts is based on a Javascript liberary, can I import the generated charts as HTML objects in Keynote? If yes, how?
    Thanks

    Unfortunately, that's not possible with the current version of Keynote.

  • What is a "browser redirect" ? Why can't I access the music store?

    Hi,
    I just posted a message about not being able to access the music store. I said reconnect when I mean redirect.
    Does anyone know what's going on and why I can't I access the music store? I was able to get on 3 days ago. Thanks to all who can tell me something.
    This is REALLY starting to irritate me.
    Saradonna

    I am also becoming very frustrated. I am new to this forum but after spending the better part of my day off trying to figure out how to make this work I have hit the wall. It strikes me that this should be much easier to access considering that we are looking to spend money. Does apple not want my money? I have tried everything that was recommended in all the sites I have been directed to, to no avail. I am not a computer whiz, so I need specific and simple answers as to how to fix this. I have never been able to access the music store, and each time I try I get the white screen, and a perpetual connection bar. I then have to close iTunes, and reboot my computer to be able to access it again. HELP ME PLEASE!!!
    hp   Windows XP   service pack 2

  • Why can I not upload my music that I have listened for many years,

    I have been trying to upload the music I have been listening too for many years. I have studed apples since 1987, it was the first computer I learned, I  do not feel this is fair, that apple is not allowing music lovers to  upoload yhere own music, I would really like some feedback on this and  as to why I can not upload my own music 
    Yours Truly
    Mitchell G. Laffey

    upload it from where? Also, please-- the pink font is hard on the eyes.

  • Why I can't buy software via itunes

    Why it is not possible to buy mac software using itunes, I would love to upgrade to the latest version of ilife but because I have to go to a store and buy the complete package I have not buy it, if I would be able to upgrade or buy software via itunes I would already upgraded to ilife 09.
    Why you can buy movies, iphone apps, music, etc, etc, but Apple has not created a software section to buy any software for the mac via itunes that would be great.

    Apple has a different online store for computer software; to access it, click here and then on the link for your country. The iTunes Store is meant for content which can be used on iTunes, iPods, and iPhones, and not as a general software source.
    (43305)

  • Can't paste in Android Chrome?

    Any idea why I can't paste into this field with Android Chrome?
    It works in the code tag pop-up and in the subject line, but not the subject body.
    This topic first appeared in the Spiceworks Community

    So I am putting together a 2 host HP VSA setup with a separate physical box as the FOM/Cluster Quorum witnessHere's the planned setup for what I intend to build and how I intend to distribute it - am I missing something/did I plan this appropriately?inb4 use Starwind, I wish I could but my company strictly wants to utilize HP - and thus HP VSA.The setup is composed of 2x DL380p's with the above drive configuration 128GB of RAM and 2x 8 core processors.Will this setup work? or did I miss something?Also 2x of this license will have me covered for my 12TB 2 node cluster?www.cdw.com/shop/products/HP-StoreVirtual-VSA-2014-license/3148687.aspx?pfm=srh

  • How I can sort music files (audiobook) in music player on iPhone by file name, not by title name?

    I have audiobook of abt.500 files, all titles are the name of the book. iPhone music player does not understand sorting by file names, but by title, hterfore it plays files chaotic. So, how I can sort audiobook files in music player by file name, not by title name?

    I have the same problem.
    I've went through the pains of merging all chapters into one big file for each and every audiobook, so that at least the chapters don't get played in random order. Month and month of work….. In iTunes 12.01. I can now order my audiobooks by title or by author.
    But once they're uploaded to my blo*dy expensive iPhone 6Plus 128 (which I bought especially to have all my music and my audiobooks on one device) my audiobooks are NOT sorted by author, but by Title.
    So, let's say I have 15 books by Ken Follet, they don't appear as Ken Follet > Title of the book but they are sorted alphabetically with all the other titles of other authors.
    iPods where originally designed for music and audiobooks, but each and every version of iOS makes handling your music and especially your audiobooks harder and harder….
    I am very disappointed and after so many years of using apple, I am considering to move on to android devices.

  • Gravity scrolling in music player in Nokia C7

    Why cant Nokia give a update for music player with gravity scrolling based and G- sensor present in the Mobile having Symbian^3 versions.They can keep a setting in music player to switvh on and off for gravity scrolling.because people may like or not.Do nokia take these discussion for enhancemet ?????join hands to ask update for this.

    Hi all,  
    Please bear in mind, the boards here are for user-to-user support only.
    If you want to provide any feedback or questions directly to Nokia,  we suggest that you use the 'Contact us' link at the top of the page or contact your local Nokia Care line.
    Regards,

  • Gravity scrolling music player in Nokia C7

    Why cant Nokia give a update for music player with gravity scrolling based and G- sensor present in the Mobile having Symbian^3 versions.They can keep a setting in music player to switvh on and off for gravity scrolling.because people may like or not.Do nokia take these discussion for enhancement ?????

    Hi all,  
    Please bear in mind, the boards here are for user-to-user support only.
    If you want to provide any feedback or questions directly to Nokia,  we suggest that you use the 'Contact us' link at the top of the page or contact your local Nokia Care line.
    Regards,

Maybe you are looking for