Hello everyone, I know very little about code, so please forgive me for my ignorance. For the past two days, I've been trying to install this mp3 player onto my website. I keep getting stuck on square one, where do I plug in mp3 player files con my web server. I know it should be under public_html but where in that directory? Second, once I do find where to put them in that directory, how do I embed the mp3 player.
I would first recommend that you look in the zip file you received with your player. I know the envanto sites quite well as I have some files up on Graphic River - their rules for selling are quite strict and require a well written instruction document for installation/use.
Other than that, it all depends on the player. As we have no access to the files without buying it ourself's and all players work differently, depending on how they are built, you will really have to look at the documentation that comes with the player. Failing that your best bet is to contact the seller.
Rob, Thank you very much for replying, I really appreciate it. There are just a few problems the only instructions I received is quoted below.
Look in Scripts/flash.js and you will find the location and identity of the flashvar you set for the xml file. Look at the comments at the bottom and you'll see it there!
And I can supply you with the files to take a look at.
I tried embedding the player, but all that happened was a blank area, in the dimensions of the player, but no player. This is the code I used. (I copied it off the source of the index page that came it the player.)
<html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> <!-- Edit this text to change the page title --> <title>FlashVar news version</title> <!-- These 3 nodes can be edited in their individual files --> <script src=\"Scripts/AC_RunActiveContent.js\" type=\"text/javascript\"></script> <script src=\"Scripts/FlashMinSize.js\" type=\"text/javascript\"></script>
<link rel=\"stylesheet\" type=\"text/css\" href=\"Scripts/styles.css\"/> </head> <!-- Edit the bgcolor attribute to change the background's color --> <body bgcolor=\"#CCCCCC\"> <div align=\"center\"> <!-- This js writes out the flash, go to it to learn more --> <script src=\"Scripts/flash.js\" language=\"javascript\"></script> <noscript> <!-- Edit this text to change what displays if they don't have JS enabled --> <span class=\"text\">You need to enable Javascript to view this site.</span> </noscript>
I know very little about code, so please forgive me for my ignorance.
For the past two days, I've been trying to install this mp3 player onto my website. I keep getting stuck on square one, where do I plug in mp3 player files con my web server.
I know it should be under public_html but where in that directory?
Second, once I do find where to put them in that directory, how do I embed the mp3 player.
Thanks very much in advance,
Josh
Here is the mp3 player link:
http://activeden.net/item/premium-xml-a ... ayer/32545
I would first recommend that you look in the zip file you received with your player. I know the envanto sites quite well as I have some files up on Graphic River - their rules for selling are quite strict and require a well written instruction document for installation/use.
Other than that, it all depends on the player. As we have no access to the files without buying it ourself's and all players work differently, depending on how they are built, you will really have to look at the documentation that comes with the player. Failing that your best bet is to contact the seller.
Good Luck :D
Thank you very much for replying, I really appreciate it.
There are just a few problems the only instructions I received is quoted below.
And I can supply you with the files to take a look at.
I tried embedding the player, but all that happened was a blank area, in the dimensions of the player, but no player.
This is the code I used. (I copied it off the source of the index page that came it the player.)
Thanks again,
Josh