Uploading Music Onto Website, needs to look classy |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Web Design & Development Client Side Scripting HTML and CSS |
||
3 Pages
< 1 2 3 >
|
![]() |
Uploading Music Onto Website, needs to look classy |
||
Apr 3 2008, 05:41 PM
Post
#21
|
|
![]() PHP Programmer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 895 Joined: 9-March 08 From: Naples, FL Member No.: 13,296 |
In response to your earlier post...
if you know the URL of your actual songs (http://www.thispage.com/thissong.mp3) then you can use the code you used above, but replace "MY URL HERE" with yo actual url. CODE <object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"> <param name="filename" VALUE="interview_fox_video.asx"> <param name="autoStart" VALUE="true"> <param name="showControls" VALUE="true"> <param name="ShowStatusBar" value="true"> <param name="Autorewind" VALUE="true"> <param name="ShowDisplay" VALUE="false"> <embed src="YOUR URL HERE" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0> </embed></object> Notice it's in the embed tag.. It should work once you do that. |
|
|
Apr 3 2008, 05:52 PM
Post
#22
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
i tried that, but it didnt work.
CODE <object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"> <param name="filename" VALUE="interview_fox_video.asx"> <param name="autoStart" VALUE="true"> <param name="showControls" VALUE="true"> <param name="ShowStatusBar" value="true"> <param name="Autorewind" VALUE="true"> <param name="ShowDisplay" VALUE="false"> <embed src="http://www.4shared.com/account/file/42843079/7fd43886/02_Track_2.html" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0> </embed></object> |
|
|
Apr 3 2008, 05:56 PM
Post
#23
|
|
![]() PHP Programmer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 895 Joined: 9-March 08 From: Naples, FL Member No.: 13,296 |
That's because the URL you have listed is a html
CODE http://www.4shared.com/account/file/42843079/7fd43886/02_track_2.html I don't think it will embed a .html It has to be an actual MUSIC file.. Maybe try a different host for the file? one that will actually allow a .mp3 or music file? Also: When i went to that site, the above, it says that link isn't valid anyways. http://www.filefreak.com/pupload/ - Try that site.. It allows .mp3 files, .wmp, .wav major audio formats.. |
|
|
Apr 3 2008, 06:08 PM
Post
#24
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
That's because the URL you have listed is a html CODE http://www.4shared.com/account/file/42843079/7fd43886/02_track_2.html I don't think it will embed a .html It has to be an actual MUSIC file.. Maybe try a different host for the file? one that will actually allow a .mp3 or music file? Also: When i went to that site, the above, it says that link isn't valid anyways. http://www.filefreak.com/pupload/ - Try that site.. It allows .mp3 files, .wmp, .wav major audio formats.. still nothing....iono what im doing wrong... CODE <object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"> <param name="filename" VALUE="interview_fox_video.asx"> <param name="autoStart" VALUE="true"> <param name="showControls" VALUE="true"> <param name="ShowStatusBar" value="true"> <param name="Autorewind" VALUE="true"> <param name="ShowDisplay" VALUE="false"> <embed src="http://www.filefreak.com/02 Track 2.wma" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0> </embed></object> |
|
|
Apr 3 2008, 06:12 PM
Post
#25
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,196 Joined: 19-September 07 Member No.: 234 |
Oops sorry Bezz, didnt know you had one with a playlist... if i knew i would of post yours... :/
|
|
|
Apr 3 2008, 06:14 PM
Post
#26
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
oops, i posted the code with the wrong url, but this is the right url for the song, http://www.filefreak.com/pfiles/54446/My%2...20Track%202.wma. and it still doesnt work, maybe ill try to plug it into bezz player and see if its the player
|
|
|
Apr 3 2008, 06:19 PM
Post
#27
|
|
![]() PHP Programmer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 895 Joined: 9-March 08 From: Naples, FL Member No.: 13,296 |
CODE <object id="MediaPlayer1" width=180 height=50 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" align="middle"> <param name="FileName" value="http://www.filefreak.com/pfiles/54446/My%20Documents/02%20Track%202.wma"> <param name="AutoStart" value="True"> <param name="ShowStatusBar" value="True"> <param name="DefaultFrame" value="mainFrame"> That works for me. try that code, copy and paster it exactly. |
|
|
Apr 3 2008, 06:25 PM
Post
#28
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
i feel dumb for still not getting this..... i get the concept but everytime i apptemt it, it doesnt seem to work.
Would some one be willing to use bezz's player and simply write this song into it so it works? http://www.filefreak.com/pfiles/54446/My%2...20Track%202.wma That way i can see how it should look, then next time hopefully i can figure it out. I think i have the xml playlist right, i think its the html code thats not right. Thanks Kevin oops, i didnt see you updated your post crea |
|
|
Apr 3 2008, 06:26 PM
Post
#29
|
|
![]() PHP Programmer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 895 Joined: 9-March 08 From: Naples, FL Member No.: 13,296 |
Yes - Every time you want to use it you could just copy and paste the entire code, replacing ONLY the URL to the song.
|
|
|
Apr 3 2008, 06:32 PM
Post
#30
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
hmmmm, so i cant do this?
CODE <object id="MediaPlayer1" width=180 height=50 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" align="middle"> <param name="FileName" value="http://www.filefreak.com/pfiles/54446/My%20Documents/02%20Track%202.wma"> <param name="FileName" value="http://www.filefreak.com/pfiles/54446/03%20Track%203.wma "> <param name="AutoStart" value="True"> <param name="ShowStatusBar" value="True"> <param name="DefaultFrame" value="mainFrame"> hmmmm, I want to be able to add several songs to the same player, i like bezz's player a lot, i just dont no how to make the html part work, i got my play list uploaded on my site, but i have to add the actual player, and im not sure what the script should look like, can some one please show me how it should work? |
|
|
Apr 4 2008, 07:27 AM
Post
#31
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,196 Joined: 19-September 07 Member No.: 234 |
CODE <object data="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml" type="application/x-shockwave-flash" width="300" height="200"><param name="movie" value="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml"/></object> this is the normal code, from bezz's site. 1) Download the built mp3 player, upload it to your zymic account. 2) Download the XML playlist, upload it to your zymic account 3) Get all your songs and upload them into filefreak (since i see its the place you choosed to upload your files) - Never mentioned ? i think they MUST be MP3's and not WMA's... So everything is online now, what you need to do is modify 2 things : Above code / Playlist. The Player Code : [ CODE <object data="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml" type="application/x-shockwave-flash" width="300" height="200"><param name="movie" value="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml"/></object> See the code above, well the url's are WRONG, they are not pointing to your site. SO : what you need to do is point it to the correct URL or example : my sites url is mtzprod.com and all my files are inside the main folder ! http://www.mtzprod.com/musicplayer.swf?aut...om/playlist.xml See replace the link above by this one, there are actually 2 links as you can see, the DATA="" and the VALUE="" change both links (they are the same) If my files were in a specific folder on my site such as /themp3 than it would be like : http://www.mtzprod.com/themp3/musicplayer....p3/playlist.xml Once you are done changing your links and point the playlist and the player to the specific location just put the code inside your site where ever you want. The Playlist Everything is done but the playlist, your player is up the locations of the files are done BUT your playlist is actually wrong since the files location are not good. This is the code from bezz's site : CODE <?xml version="1.0" encoding="UTF-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <creator>Iron Maiden</creator> <title>Fear of the Dark</title> <location>http://www.bezzmedia.com/swfspot/resources/42-song3.mp3</location> </track> <track> <creator>Social Distortion</creator> <title>Ring of Fire</title> <location>http://www.bezzmedia.com/swfspot/resources/42-song4.mp3</location> </track> </trackList> </playlist> As you can see there are 2 songs in this playlist code, you can ofcourse put as many as you want... just copy past from <track> to </track> Replace titles and the location of your songs (MP3'S OFCOURSE) _____________ I think it should work, if it doesnt its probably because they are WMA's or the filefreak sucks Good Luck |
|
|
Apr 5 2008, 03:17 PM
Post
#32
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
@MrTouz: Thanks a bunch, that's exaclty what i needed. I think you may be right that it only plays mp3s.....
|
|
|
Apr 5 2008, 03:41 PM
Post
#33
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
hmmmm..... i even uploaded a mp3 and it didnt work either
|
|
|
Apr 5 2008, 10:36 PM
Post
#34
|
|
![]() Super Ninja ![]() ![]() ![]() ![]() Group: Members Posts: 307 Joined: 25-August 07 From: Berlin, NJ Member No.: 19 |
Oh crap,
I missed a tag when updating the format. It has now been corrected. Redownload the swf file and it should work now. Sorry. I don't think wma works with flash. I'd stay clear from that drm'd format anyways. |
|
|
Apr 6 2008, 01:40 AM
Post
#35
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
Oh crap, I missed a tag when updating the format. It has now been corrected. Redownload the swf file and it should work now. Sorry. I don't think wma works with flash. I'd stay clear from that drm'd format anyways. kk ill try it, thanks bezz, yeah im not a fan of wma either, is there a converter that changes wma to mp3? |
|
|
Apr 6 2008, 02:04 AM
Post
#36
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
found one undefined, in case anyone else needs.
|
|
|
Apr 6 2008, 03:39 AM
Post
#37
|
|
![]() Super Ninja ![]() ![]() ![]() ![]() Group: Members Posts: 307 Joined: 25-August 07 From: Berlin, NJ Member No.: 19 |
winamp can do the conversion as well.
|
|
|
Apr 6 2008, 04:23 PM
Post
#38
|
|
![]() Super Duper Ninja ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 445 Joined: 24-January 08 From: Scotland! Member No.: 7,936 |
But, These specific files are banned from use on Zymic due to Copyright Infringment.
I highly suggest you remove anything which you do not have a Copyright licence for! |
|
|
Apr 7 2008, 11:09 AM
Post
#39
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,196 Joined: 19-September 07 Member No.: 234 |
xilisoft is really good. its free / paid it depends what you want, it converts only the 5 minuts of a file.. if its longer its deleted... so for songs... its PERFECT
|
|
|
Apr 12 2008, 03:53 AM
Post
#40
|
|
|
Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 840 Joined: 30-March 08 From: Cincinnati, OH Member No.: 16,073 |
But, These specific files are banned from use on Zymic due to Copyright Infringment. I highly suggest you remove anything which you do not have a Copyright licence for! I have the copy right for the music, since i created it.... We recorded it in our studio and the pc there doesn't have internet because we dont need it there. So my buddy used windows media to burn the file )iono why). But when you burn with windows media and then upload it on another pc is uploads as a .wma, so i simple converted my own file. Nothing illegal about that. |
|
|
![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 22nd May 2013 - 03:45 AM |