Using soundcloud in an external reproductor [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
we are students an also a music band. we are making our website and we want to put audio streaming in a other reproductor,we want to use html/css3. we talk with our teacher and he said that we have to use the api. we want to know how to put soundclouds music in another reproductor.
Thanks for your time.

It sounds like you guys want to do this:
http://help.soundcloud.com/customer/portal/articles/1209780-how-to-add-soundcloud-to-your-website
more specifically:
http://help.soundcloud.com/customer/portal/articles/1428522-what-s-new-with-the-visual-player-
All you have to do is copy the provided iframe code and whack it into your site and then you should be good to go.. I just followed the instructions on the page and it works, so good luck to you.

Related

How to upload html file in the google and let it view by everyone? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I have built a program using HTML, JavaScript, CSS, and PHP. I want to know how to put HTML file in the google so, people can use it or everyone can view it. I heard I need to do something with SEO then they will let mine program view by everyone.
you must buy host and domain and then upload your site in host you buy (you can search for free host and domain for first time) and then index it with the google search console

Website posting and login [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.

how to navigate page with voice command in javascript,php,jquery [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to use a voice command to navigate between webpage. I want something for example if I say "1" from the microphone it will direct me to "exp.php" and if i say "2" it will take me to index.php. I have to idea how to come up with that. Need your help. Thanks in advance
If I'm not wrong, you can do this only on Chrome 25+ right now using the Web Speech API. Check out the demonstration here:
https://www.google.com/intl/en/chrome/demos/speech.html

How does this example receive information from YouTube? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am new to JS/HTML. I am fluent in Java, C++, C, and ok in Assembly. I am trying to encode this in my website:
http://jsfiddle.net/NmvA9/7743/
<html>
I understand for the most part what is going on (colors, sizes, basic code flow, etc.)
What I cant figure out is how to get it to display 'my' playlist instead of the example playlist. I don't see where the code points to a channel/playlist.
I don't see any playlist id or video ids in the code.
Where does this example point to YouTube?
$('#player').youTubeChannel({
user: 'putyouryoutubeusernamehere'
});

That technology used in Soundcloud? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
What technology used in Soundcloud that prevents stopping music when you press back button in browser?
I can't find anything about it.
Sorry for my english.
They use the History Api, which allows you to manipulate the Browsers history, without forcing a full page-reload.
It's pretty cool indeed. I think they load every page with ajax, and then handle the browser history themselves, through javascript. That way you can leave the audio player in the page and load all the rest, achieving the non-stop-music effect

Categories

Resources