[EMBED] Hide [CODE]

Status
Not open for further replies.

wite

Posting Freak
Aug 3, 2012
593
131
Hi,

I was wondering if there was any code that could hide this radio player so no one can see it but they can still hear it.
This is the radio code:
HTML:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
What would I have to change/add so people can't see this on the website;
35ck1at.png


But they can still hear it play.

Help please!

Thanks,
Supa.
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Hi,

I was wondering if there was any code that could hide this radio player so no one can see it but they can still hear it.
This is the radio code:
HTML:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
What would I have to change/add so people can't see this on the website;
35ck1at.png


But they can still hear it play.

Help please!

Thanks,
Supa.


HTML:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' hidden='hidden' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
 

wite

Posting Freak
Aug 3, 2012
593
131
HTML:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' hidden='hidden' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
That didn't work as it is still sitting there on the website :confused:
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Code:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='0' height='0' hidden='hidden' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
 

wite

Posting Freak
Aug 3, 2012
593
131
Code:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='0' height='0' hidden='hidden' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed><br>
</div></div></div>
Well that didn't work, but I kept it as it is and just deleted " 'bgcolor='88a6b5#' " out of the code. And now it is hidden :up:

Problem Solved, Mod can close thread!
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Try this...
Code:
<p style="display:none;"><embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed></p><br>
</div></div></div>
 

wite

Posting Freak
Aug 3, 2012
593
131
Try this...
Code:
<p style="display:none;"><embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='88a6b5#' width='130' height='90' name='popupPlayer_V19'  align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed></p><br>
</div></div></div>
Yes I got it working.
 
Status
Not open for further replies.

Users who are viewing this thread

Top