Search found 3 matches
- Mon Feb 27, 2023 7:02 pm
- Forum: Coding Questions
- Topic: SpiderBasic and netradio url.
- Replies: 7
- Views: 7568
Re: SpiderBasic and netradio url.
Perfect ! Many thanks !
- Mon Feb 27, 2023 6:14 pm
- Forum: Coding Questions
- Topic: SpiderBasic and netradio url.
- Replies: 7
- Views: 7568
Re: SpiderBasic and netradio url.
Nice idea. Could i use also <AUDIO> control (as used inside my website code) ?
function AfficherBoutonJouerPause()
{
$donnees = "<div class='inner-div'>" ."\n";
$donnees .= "<script>" ."\n";
$donnees .= "
function playPause() {
const audio = document.getElementById('monAudio');
if ...
function AfficherBoutonJouerPause()
{
$donnees = "<div class='inner-div'>" ."\n";
$donnees .= "<script>" ."\n";
$donnees .= "
function playPause() {
const audio = document.getElementById('monAudio');
if ...
- Mon Feb 27, 2023 5:10 pm
- Forum: Coding Questions
- Topic: SpiderBasic and netradio url.
- Replies: 7
- Views: 7568
SpiderBasic and netradio url.
Hello !
Is there a way to create with spiderbasic an web and android application to listen our netradio ?
We use icecast2.
Link : https://www.lesfloralies.ovh/floralies.ogg
or
https://www.lesfloralies.ovh/floralies.mp3
Our site http://www.lesfloralies.info to listen the french netradio.
Many ...
Is there a way to create with spiderbasic an web and android application to listen our netradio ?
We use icecast2.
Link : https://www.lesfloralies.ovh/floralies.ogg
or
https://www.lesfloralies.ovh/floralies.mp3
Our site http://www.lesfloralies.info to listen the french netradio.
Many ...