Raised This Month: $51 Target: $400
 12% 

Music Player - Advanced [ No Server Music Files To Download ]


Post New Thread Reply   
 
Thread Tools Display Modes
Baws
Veteran Member
Join Date: Oct 2012
Old 02-06-2016 , 14:46   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #181

Quote:
Originally Posted by BigDaddyJP View Post
Hi Baws! Thanks for taking a look at this issue. I've updated the player.swf component, but I'm still getting the missing plug-in message on the MOTD screen. Is there a way to get it to work without the the SWF? Just curious.
You should try and follow the notes on the main page and see if that helps. You can't use it without the swf because the song will never be played. BUT I believe something can be HTML coded that there will be no video but a play?
__________________
Like my clean plugins and work?
Baws is offline
BigDaddyJP
New Member
Join Date: Dec 2015
Old 02-07-2016 , 05:01   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #182

I followed the instructions and installed flash player 10.1, but it still doesn't work. I'll play around with the HTML and see what I can come up with. Thanks for taking a look at it!
BigDaddyJP is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 02-07-2016 , 14:19   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #183

No problem. Just let me know if you figure something out ;)
__________________
Like my clean plugins and work?
Baws is offline
counter1strike6
Senior Member
Join Date: Sep 2014
Location: morocco
Old 03-21-2016 , 10:46   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #184

can you make without flash ?

http://www.w3schools.com/html/html5_audio.asp
__________________
Vitamin-C was here
counter1strike6 is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 03-21-2016 , 19:53   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #185

Quote:
Originally Posted by counter1strike6 View Post
Then you will need to download the songs you add. Like the players will need to download if it was this way ^

*I believe*
__________________
Like my clean plugins and work?
Baws is offline
counter1strike6
Senior Member
Join Date: Sep 2014
Location: morocco
Old 04-17-2016 , 18:00   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #186

you can update ur plugin to work with html5 instead of swf becouse not all people have flash player

Quote:
Originally Posted by Baws View Post
Then you will need to download the songs you add. Like the players will need to download if it was this way ^

*I believe*
no need to download any files just put direct link :

PHP Code:
     <audio controls>
  <
source src="http://www.site.com/music/song.mp3" type="audio/mpeg">
    </
audio
__________________
Vitamin-C was here

Last edited by counter1strike6; 04-17-2016 at 18:01.
counter1strike6 is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 04-19-2016 , 11:13   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #187

Quote:
Originally Posted by counter1strike6 View Post
you can update ur plugin to work with html5 instead of swf becouse not all people have flash player


no need to download any files just put direct link :

PHP Code:
     <audio controls>
  <
source src="http://www.site.com/music/song.mp3" type="audio/mpeg">
    </
audio
My statement still stands. I can't do that because this plugin doesn't download any songs when you are going in the server. By doing what you suggested is basically making a menu and putting in it the songs you download when you enter the server.
__________________
Like my clean plugins and work?
Baws is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 04-19-2016 , 14:07   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #188

HTML5 audio is basically the same thing as flash but without all the security holes and 3d party software requirements.
__________________

Last edited by Black Rose; 04-19-2016 at 14:07.
Black Rose is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 04-19-2016 , 15:28   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #189

PHP Code:
<audio controls>
<
source src="http://baws.allied-gamers.com/player.swf" type="audio/mpeg">
</
audio
Basically? Then in the code change some small things? Will it work?

I have looked at it and it didn't display the video thing is that what you meant and how you liked it?
__________________
Like my clean plugins and work?
Baws is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 04-19-2016 , 16:56   Re: Music Player - Advanced [ No Server Music Files To Download ]
Reply With Quote #190

The point is to cut out the .swf completely and replace it with <audio>.
Let HTML5 do all the job for you. I haven't tested it myself but I can do so tomorrow.
__________________
Black Rose is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode