Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-30-2012, 02:12 AM   PM User | #1
zorc44
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
zorc44 is an unknown quantity at this point
sound cloud player over image

hello. i have made a website using a picture and use the hot spot tool to make links. now i only want to ad a sound cloud player on to the picture but i can't get it there. it place the player under the picture. is there anyway to get around this problem?? or do i have to do the page in css? i have put the site on a temporary adress so you can se what i want http://oppen.se/music.html .. the player should be on the open area on the picture
here are the code:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="scripts/soundcloud.player.api.js"></script> <script type="text/javascript">
   soundcloud.addEventListener('onPlayerReady', function(player, data) {
     player.api_play();   });</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Julia Simonson</title>
</head>






<div style="width:800px; margin:0 auto;">
<img src="musi.gif" width="800" height="450" border="0" usemap="#Map" />
<map name="Map" id="Map">
  <area shape="rect" coords="-6,409,405,448" href="index.html" />
  <area shape="rect" coords="388,-11,456,30" href="music.html" />
  <area shape="rect" coords="460,-6,530,30" href="media.html" />
  <area shape="rect" coords="532,1,585,29" href="julia.html" />
  <area shape="rect" coords="587,-4,674,29" href="contact.html" />
  <area shape="rect" coords="677,-15,812,28" href="http://www.facebook.com/pages/Julia-Simonson/168876176536135" />

<object height="67" width="300" id="yourPlayerId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmatas%2Fhobnotropic&enable_api=true&object_id=yourPlayerId"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmatas%2Fhobnotropic&enable_api=true&object_id=yourPlayerId" type="application/x-shockwave-flash" width="100%" name="yourPlayerId"></embed> </object>
</map>
</body>
</html>
zorc44 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:11 AM.


Advertisement
Log in to turn off these ads.