Anyone mind helping me out with making a load screen song? I have put it on youtube if that can help. The link can be found here --------> http://www.youtube.com/watch?feature=player_embedded&v=qUoX_9eUcpk
Please help me out. Thanks
Anyone mind helping me out with making a load screen song? I have put it on youtube if that can help. The link can be found here --------> http://www.youtube.com/watch?feature=player_embedded&v=qUoX_9eUcpk
Please help me out. Thanks
Mate a HTML Document
insert
<iframe src="https://www.youtube-nocookie.com/embed/qUoX_9eUcpk?autoplay=1" height="1" width="1"/>
Beautiful. Thanks! Now where do I put this code at, and what do I name it?
Create a folder call it what ever you want.
Create a html file name it index.html
Create a background and name it bg.jpeg or bg.png
<html>
<head>
<title> COMMUNITY NAME LOADING SCREEN </title>
<body bgcolor="#000000"> <br>
<img src="bg.jpg" align="center">
<iframe height="1" width="1" src="http://www.youtube-nocookie.com/embed/qUoX_9eUcpk?autoplay=1" align="bottom" allowtransparency="1"> </iframe>
</body>
</html>