|
I have been using meemix.com for the last couple weeks and it is a wicked internet radio/social network. i tink it would be a great addition to the social networks that are already included and as an addition to the listening to function. it is internet radio and it gives you the option to add the radio to your prsonal websites so the code must be in there that wll allow you to access it for listening to.
this is the general code needed for adding to a website:
<div style="text-align: center;"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="181" height="43" id="station_s1" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://www.meemix.com/source/components/station_v1.swf"/> <param name="quality" value="high" /> <param name="flashvars" value="source_id=3451&feed_host=www.meemix.com&station_id=577786"/> <param name="bgcolor" value="#ffffff" /> <embed src="http://www.meemix.com/source/components/station_v1.swf" quality="high" bgcolor="#ffffff" width="181" height="43" name="station_s1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="source_id=3451&feed_host=www.meemix.com&station_id=577786" ></embed> </object> <br><span style="font-family: Verdana;color: 7E7E7E;font-size: 10px;"><a style="font-family: Verdana;color: 7E7E7E;font-size: 10px;" href="http://www.meemix.com/source/feeds/source_redirect.php?source_id=3451">internet radio</a> that gets you</span> </div>
this is the code needed for adding it to myspace:
<div style="position:relative;width:181px;height:63px;"> <div style="position:absolute;text-align: center;left:0px;top:0px;"> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="43" width="181" align="middle" data="http://www.meemix.com/source/components/station_v1.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.meemix.com/source/components/station_v1.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="source_id=3451&feed_host=www.meemix.com&station_id=577786" /> </object> <br/><span style="font-family: Verdana;color: 7E7E7E;font-size: 10px;"> <a style="font-family: Verdana;color: 7E7E7E;font-size: 10px;" href="http://www.meemix.com/source/feeds/source_redirect.php?source_id=3451">internet radio</a> that gets you</span> <div style="position:absolute;left:0px;top:0px;width:181px;height:43px;"> <a href="http://www.meemix.com/source/feeds/source_redirect.php?source_id=3451"> <img border="0" src="http://www.meemix.com/img/misc/trasparent.gif" width="181" height="43" /> </a></div> </div> </div>
|