I'm having major problems with this. I'm trying to play .mp3 files (URLs, mind you) by using an HTML object. I know you can't open .mp3s directly (I know, I've tried), and I've tried using several methods, none of which worked. So far I've tried:
Embedding!
[code]<embed src="musiclink" autoplay="true"></embed>[/code]
Windows Media Player!
[code]html:SetHTML([[<OBJECT ID="MediaPlayer" WIDTH="750" HEIGHT="44" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://]]..args[1]..[[">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="false">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
</OBJECT>]])[/code]
A couple HTML5 things like <audio>. And so far, nothing is working. And yes I've been using a vaild link.
[url]http://teamvirtue.org/media/cbyr-Victims_of_Science_-_The_Device_Has_Been_Modified.mp3[/url]
Send me a PM. I'll help you with anything you need. I've made a player like sass and I'm on v4 (or 5?) on it, so I can help yah.
Oooo Skapocalypse, are you releasing it? :3
Him and I are working on it, then most likely releasing it.
Awesome :D
[QUOTE=Skapocalypse;17056687]Him and I are working on it, then most likely releasing it.[/QUOTE]
If we're settled there, I'll probably make a basic one for FlapMin, since once yours is released... it won't be unique anymore :(
Sorry, you need to Log In to post a reply to this thread.