|
|
|
|
Web Flash MP3 Player Help...
This thread is in reference to the following program found in our software library: Web-based MP3 PlayerWe added our long tested mp3 player to our software library on July 3 2004. Here's a FAQ on the Flash MP3 player Flash MP3 Player FAQ The download version includes the perl script for generating a playlist and is ready to run out of the box. Problems, feature requests, and general feedback are encouraged in this thread.
|
|
|
RE:Web Flash MP3 Player Help...
Hats off to Ash for being our first customer.
|
|
|
questions on Mp3 player...
hello, I'm interested in purchasing your player but just have a few questions.1. I'm a flash interface designer and I will need to be able to change the design of the player. Is this fairly easy from your fla source file? is it just changing symbols? 2. Does your player require any web server software? 3. Does it progressively stream Mps's? 4. Does it work with flash 6.0 plugin? 5. Will I be able to edit the player fla from a macintosh flash version? this is optional because I work in both platforms, but just wondering. thanks, paul
|
|
|
RE:questions on MP3 player...
Hello and howdy, This is a standard FLA file. Nothing magic here. If you have ever edited an FLA file before, you can edit this one. It was originally written on a PC in Flash 5. We are not aware of any issues that would prevent a mac user from opening the file. We work with Mac programmers everyday. Also, it was written in Flash 5 so compatibility is a good thing. FLash 6 plugin is not required. Nor is a crazy streaming account required somewhere. This mp3 player is a complete solution for your website provided your website is perl friendly.Hope this helps, James True
|
|
|
New FAQ page on Flash MP3Player...
There is a new Flash MP3Player FAQ. This topic covers using variables with the flash mp3player. See the topic link below for more info. Using the Flash MP3 Player
|
| Author: | ryan |
| Date: | Jul/16/04 10:25am |
| Thread: | 18792 |
| Post: | 19280 |
Respond: |
Reply To
|
|
RE:Web Flash MP3 Player Help...
I get an internal server error when trying to run the script.My server requires that all cgi scripts are placed in the CGI-BIN directory, i have therefore places the entire mp3player directory in the CGI_BIN. Could this be a problem. Also, when trying to view the SWF on its own, its just a blank grey box. Is this becuse it needs to be called from the cgi script rather than directly form a web page??? ryan@tigercore.com
|
|
|
mp3player in cgibin ryan's hope...
Ryan, Howdy, You can run the swf directly from a browser, it will show gray because you did not specify a song to play. Do this by passing the url to the mp3file you want to play in the query string. The variable name for a specific mp3 is called "src". so, MP3PlayerMini.swf?src=mp3url will play your song directly from a browser. See this mp3 faq for more info on passing songs directly.Also, make sure the permissions are set on your index.cgi to 0755 (Execute On). If you need to have your mp3 files outside of your cgi-bin that is fine too, a variable called MP3_BIN is written at the top of the index.cgi, change this to a custom mp3 folder if you want to, although not required.
|
|
|
RE:mp3player in cgibin ryan's hope...
Hi, I just purchased and set up the mp3 player. It's doing something pretty weird, so I'm hoping you can help me. (I'll be posting some more in depth questions about other aspects later on, but something simple for now...)you can find my install here... http://www.trebsworld.com/mp3player/index.cgi Everything seems to be working fine, except that it's defaulting to the volume off. (You have to click the volume slider once to hear anything...) It seems to be auto starting ok, just with the volume down... thanks, thomas
|
|
|
jungle boogie...
Jungle Boogie, i got the same behavior from your site. Did you change something in the flash file? Also wondering if you tried uploading the swf again? Keep me posted, i will email you my contact address now in case you need more help.
|
|
|
RE:jungle boogie volume fix...
The volume default issue has been corrected! Also, we added another feauture or two from the customer requests we have received. Anyone who has purchased the mp3player can download the source file again no charge. Just check your paypal purchase email for download instructions. Thanks again for everyone's interest, we have had a wonderful response so far from the Web MP3 Player sales.
|
| Author: | synflux |
| Date: | Jul/29/04 7:49am |
| Thread: | 18792 |
| Post: | 20486 |
Respond: |
Reply To
|
|
RE:Web Flash MP3 Player Help...
Help! I had to change the permissions on the cgi-bin to 755, the cgi-bin/index.cgi file to 755, place a space after the call to #/usr/bin/perl in the index.cgi file. All CGI/PL scripts, including the CGI-BIN, have 755 as the permissions. When I goto load the index.cgi, i see the player, but no loading. What gives? ---> http://www.widowx.com/index.cgi
|
|
|
RE:RE:Web Flash MP3 Player Help...
1.) Why did you put a space after the perl call? 2.) The ReadMe file told you to upload the mp3folder to your site, you only uploaded the index.cgi file. Where is the mp3 folder? 3.) Please check your server error log file, it will list everything you did wrong. Also please check the ReadMe file, the index.cgi is not meant to be the new home page of your site, but rather inside the mp3 player folder only. Hope this helps.
|
| Author: | synflux |
| Date: | Jul/29/04 9:22pm |
| Thread: | 18792 |
| Post: | 20489 |
Respond: |
Reply To
|
|
RE:RE:RE:Web Flash MP3 Player Help...
I don't know why it was assumed that I didn't install as instructed. The mp3player dir. is there, along with all files. The index.cgi was copied, and placed into the cgi-bin dir, which then got chmod'd to 755. The space was put in by my hosting provider, and I was told the following after they did so by their tech:"I had to change the permissions on the cgi-bin to 755, the cgi-bin/index.cgi file to 755, place a space after the call to #/usr/bin/perl in the index.cgi file. All CGI/PL scripts, including the CGI-BIN, should have 755 as the permissions. Just a heads up. Also a space after the call to #/usr/bin/perl within the cgi/pl files is required." I have now deleted all and started from scracth w/ everything stock. I still have the same problem. The player appears to load, but no activity. I've just installed it on IIS as well, and I'm getting the same problem. Does the script need to be manually configured/changed in order for it to function w/ the default track/mp3, or should it function w/out any changes? Thanks for your time. Chris
|
|
|
RE:RE:RE:RE:Web Flash MP3 Player Help...
again, the space issue is really a weird sign, you do not need a space anywhere in the file. Sorry you are having trouble. Here's what to do, send me your ftp login info and i will install it for you. Send the ftp domain, username and password to support@gigfoot.net and we will install the program for you. Also, the index.cgi file has instructions in the first 10 lines. These instructions allow you to change settings if you need to, it is not required though. Send the ftp info and we will install it for you.
|
|
|
New folder recurse feature added to mp3player...
The mp3player has a new optional recurse feature. Meaning, if you have mp3 files found in several sub directories, you can specify the parent directory and tell the perl script to recurse. So your playlist can come from several folders. One of our customers requested this feature and we added it. Also, another new feature is a color override found inside the perl script. If you want to keep the mp3player a standard color, you can specify the hex color at the beginning of the perl script. Thanks for listening.
|
|
|
Another letter from support...
Here's another letter we got from a new customer. Thought i'd post this here in case others had the same question...Hi there, I bought a copy of MP3 Player and am very happy with it, would it be possible for you to answer a couple of questions for me please: 1/ I really need to get make the player invisible on the page and cannot see how to do this. 2/also if I wanted to move the player out of it's frameset I assume I would do this by altering the code within the index.cgi file ? - could you give me a pointer as to what section of code I would need to alter please. any help apreciated and thanks for a great product. regards. Sean
|
|
|
RE:Another letter from support...
Sean, Running outside of frames is simple. No need to edit the perl script. Easiest way is to click in the frame that displays your flash mp3 player and copy the html code which holds the flash object code. Just view source and scroll down and you will see the object code you can paste into any html page you already have on your site. I just added a section about running the mp3player without frames in the FlashMP3 FAQ. Please read this over and if you need help or clarification, please let me know. Making the flash player invisible is not a built-in feature. But if you use flash you could make it invisible. Open the fla file and drag everything down 25 pixels out of the main stage, the code will still run. Another idea may be to shrink the width and height of the flash object code. Right now the width is 550 and the height is 25. Try changing both the width and height to 1 and see if that will work for you. Meanwhile, i'll see if i can incorporate a stealth mode you can call via the query string and bundle it in the next upgrade. Thanks again for the interest.
|
| Author: | Amel |
| Date: | Aug/15/04 12:09pm |
| Thread: | 18792 |
| Post: | 22269 |
Respond: |
Reply To
|
|
RE:RE:Another letter from support...
hey i did everything like you guys said, but nothin really works
|
| Author: | Amel |
| Date: | Aug/15/04 12:11pm |
| Thread: | 18792 |
| Post: | 22270 |
Respond: |
Reply To
|
|
ffdd...
i did everything like you said guys, but nothin workshelppp
|
|
|
Got your email...
Got your email, i responded to that. Checking your server logs will always tell you exactly what is wrong. Checking server logs is simple enough. On linux in a shell type "tail /logs/error_log" to see the most recent lines from your log file. Most of the time, people upload without setting permissions. This is covered in the FAQ and Boards.
|
| Author: | Amel |
| Date: | Aug/15/04 2:34pm |
| Thread: | 18792 |
| Post: | 22272 |
Respond: |
Reply To
|
|
fef...
i looked up the faq and i cant find the answers to my questions... i never used any flash files and im not a coderssome questions that i have 1. How to get the flash player to have my website color only? 2. How to change the language for the flash player? Thanks
|
|
|
RE:fef...
Variable bgColor sets the bgColor for the mp3 player. You can override the bgColor by passing it in the query string. Like so... /mp3player/index.cgi?bgColor=FF0000 Here is the MP3 Player FAQ. Flash MP3 Player FAQ
|
|
|
Language Problems...
Amel is all set, i installed the code for him on his site manually, I think he doesn't speak english, hence why he wasn't able to read the FAQ . We recommend babelfish for anyone wanting to translate this page. The Flash MP3 Player will work with any naming convention so mp3 files can have any name you want. If you want to change anything inside the Flash mp3 player, we have provided the source code to you so you can customize. Simple open the fla file in flash, make your change and hit publish.
|
| Author: | Amel |
| Date: | Aug/15/04 4:13pm |
| Thread: | 18792 |
| Post: | 22275 |
Respond: |
Reply To
|
|
Ok...
ok, I speak English pretty well.The reason why I'm asking you those questions, is because I do not now anything about flash or the Flash MX player! I just need some instructions to translate the player to a different language. I looked thru the faq, but i really couldn't find the answers. Thanks
|
| Author: | Amel |
| Date: | Aug/15/04 4:22pm |
| Thread: | 18792 |
| Post: | 22276 |
Respond: |
Reply To
|
|
resolved translation...
ok I just resolved it, i edited the .cgi file
|
|
|
RE:resolved translation...
great, glad to hear it. Hope you like the player.
|
| Author: | Amel |
| Date: | Aug/15/04 7:13pm |
| Thread: | 18792 |
| Post: | 22278 |
Respond: |
Reply To
|
|
na...
i got it setup on my forum, works perfect, one more question, how do i get the "Shuffle" link to be off, whenever i visit my forum its always onthanks
|
| Author: | Amel |
| Date: | Aug/16/04 0:18am |
| Thread: | 18792 |
| Post: | 22279 |
Respond: |
Reply To
|
|
bandwidth...
is there a way to have the player use less bandwidth as possiblei uploaded about 15 songs on my forum, and it went crazy, hahaha
|
|
|
RE:bandwidth...
The shuffle variable is also covered in the FAQ. Here's the link again Flash MP3 Player FAQ. Shuffle can be turned on or off by specifying it in the query_string. So mp3player.swf?shuffle=1 is on and mp3player.swf?shuffle= is off. This is a boolean variable, meaning its on or off, something or nothing. Hope this helps.
|
|
|
having problems getting mp3 player to play...
i've read through the board and still i can't seem to grasp what the problem is. I have set the file premissions to 755 and allowing everything on the cgi file. I have changed the src source with the ? to tell the target to start playing my mp3 files, but all it does when i run the swf is just sit there and i can't display the .cgi file at all. It says file cannot be displayed -- like its not even in the directory.Please help http://www.zowiewowie.com/flashplayer/ http://www/zowiewowie.com/flashplayer/index.cgi thank
|
|
|
RE:having problems getting mp3 player to play...
Hmmm, what do the server logs tell you? I have sent you an email too asking if you want me to install this for you. All i need is you login info.Also, i noticed that you renamed the folder the mp3player is installed into. This is okay but you need to update line 7 in the index.cgi variable. Again, we are more than happy to do this for you, send your ftp info to the email address i sent you.
|
| Author: | highwyre |
| Date: | Aug/18/04 11:57pm |
| Thread: | 18792 |
| Post: | 22285 |
Respond: |
Reply To
|
|
RE:RE:having problems getting mp3 player to play...
My error log is basically saying that the files do not exist. I can't even get the html page the pull up... it is as though its not there.. You see i am using a virtual domain, I dont know if that is causing the problem, but i have had ohter cgi programs to work there. I can't understand, though, why even the html file is said to "not exist" I can pull it from ftp and frontpage and edit these files but I can't get it on my browswer. I disabled my firewall, thought that might havev somehting to do with it since I was using zone alarm...As to giving you ftp access.. well I get these nasty little virus emials from right winged groups and I just don't know if i want to chance that with someone i don't know and for something i just randomly purchased.. I wanted to understand how this works too... This is the reason I bought it to learn from clean code. SO lets exhaust all the possiblities.
|
|
|
RE:RE:RE:having problems getting mp3 player to play...
update: I got the html file to open but it doesn't do anything even after i add the src statement for the mp3. I had to create a folder directly from the server instead of copy it for some reason. Now i am facing problems of the pages not wanting to update when i change them (even after i empty all my offline temp internet files). Its the install.cgi that now appears to be non-existent even after I chmd'd it several times to executable. It just want come up at all.. but all other content in that folder will at least come up for me now...
|
|
|
RE:RE:RE:RE:having problems getting mp3 player to play...
the problem was IE.. IE would not even tell me that there was a server error with the index.cgi. I downloaded Netscape and it so much better about refreshing and cleaning out temp internet files. So i was able to get the flash html page to play one song of mine: http://www.zowiewowie.com/mp3player/MP3PlayerMini.htmlbut there is still the issue of the cgi program not working.. I have even tried to change the path in the first line (sometimes its different as I have read). I am refering to the part #!USR/bin/perl..i changed it around and still had no effect sorry about spamming this board with all my problems but maybe it will help someone else.. I am beginning to hate Internet Explorer more and more as I try to develope and change pages.
|
|
|
RE:RE:RE:RE:RE:having problems getting mp3 player to play...
Your posts sadden me greatly. All of the things you are doing sound like you are really getting yourslef mixed up. Sorry you are having so much trouble. Even more sorry you won't let us install it for you. As you can see by Paypal we have a verified business account, with our address and phone number. I have installed this software for several people already without any problems. Maybe you could temporarily change your password to let me in? Then change it back? You are not giving out your ftp info to some random guy. You are giving it to Gigfoot, a company who sold you a kicking Jukebox application that we will install on your web server. Anyways, I admire your desire to do it yourself. Internet Explorer is not the problem by the way, nor is any browser. Nor do you need to change anything in the perl file on line one. I could guess all day about what happened. Glad to see you put it in the original folder named mp3player. Tell you what. Since you do not want us ftping in, maybe we could arrange a phone call. You could be my eyes are ears. That way i am not on your server, you are. Still haven't received any response from my email i sent you. Please consider responding to my email and we can arrange a phone call. And of course, if you want a refund, just say the word. If it helps, the people who i have installed this for, their server was running cgi's out of the cgi-bin folder only. Not a problem, two lines in the begginning of the perl script need to be changed. Lines 20 and 21 specifically. This is where your server specifics come into play. This is default out of the box... my $MP3_BIN = "./"; my $MP3_BIN_URL = "./"; And if you run in the cgi-bin it would look something like this... my $MP3_BIN = "../public_html/mp3player"; my $MP3_BIN_URL = "/mp3player/"; Above assumes your public_html is the name of your main web folder. public_html can have several names, and this is why we need to get on your server to see the name of this folder. Again, we want you happy, let us know whatever we can do to get you going!
|
|
|
RE:RE:RE:RE:RE:RE:having problems getting mp3 player to play...
re re re re you think I am re-tarded don't you. By now you must. Well I can tell you that I am very happy now as I was able to determine the problem and correct it. Thankful on my webserver there is an application for checking PERL scripts for errors . And do you know what it told me.. Well, it told me something that i knew a while back but had forgotten... a very critical thing... when you upload the perl script you have to upload the script in ASCII code (or text code as it sometimes called) this will then make the file visiable to the browers.. with a little tweaking I got you program to work exactly was I want it to. Thank you for all you concern and thanks for the wonderful program that I can continue to learn from..Remember: Upload Perl scripts in ASCII don't use the Internet Explorer FTP as I did. Get a good program and upload it in ASCII. you can view it at http://www.zowiewowie.com/mp3player/index.cgi I designed all the music myself. enjoy.. thanks again
|
| Author: | rjay |
| Date: | Aug/24/04 1:17pm |
| Thread: | 18792 |
| Post: | 22290 |
Respond: |
Reply To
|
|
Pre-loading ?...
If I stop listening to a track, by pressing stop, it seems (from modem activity) that the rest of the track is still being preloaded. On big files this is a bit of a bandwidth hog for the user (& host), so is there anyway that this feature can be switched off so that if the stop button is stopped all downloading is stopped also ??
|
|
|
RE:Pre-loading ?...
The web browser is actually doing the downloading, not the flash swf file. You could customize your FLA file's stop button to load a new empty mp3 track if you wanted to. That should reset the current download in your browser. 90% of the mp3's are preloaded in the first few seconds however so you'd have to be fast to catch it.
|
| Author: | rjay |
| Date: | Aug/25/04 12:54pm |
| Thread: | 18792 |
| Post: | 22292 |
Respond: |
Reply To
|
|
RE:RE:Pre-loading ?...
My MP3 files are a couple of meg each so they wouldn't be loaded in seconds ... I like your idea about a blank MP3 but I wouldn't know how to implement it. How much would you charge for that ?
|
|
|
RE:RE:RE:Pre-loading ?...
Most MP3 files are a couple of megs. Make sure your web host isn't too slow. Also, music streaming will take a looong time if you are connecting via dial-up regardless. The MP3Player software we sell, is designed and written to stream in the music file as fast as it can. There are no plans to make it slower or to hinder this process sorry. If you want a custom-coded solution, please consider requesting a bid from a custom software developer. Gigfoot specializes in ready-made tools which have a broad range of uses for the most amount of people. Hence our low one-time fee. Button scripting in flash is well covered elsewhere on the web. In a nutshell, you want to open the mp3player, and change the action code for the stop button. Ours will pause playing of the song, yours will need to loadSound("blankmp3file") or loadURL("anotherpage").
|
| Author: | dj1s |
| Date: | Aug/25/04 5:16pm |
| Thread: | 18792 |
| Post: | 22294 |
Respond: |
Reply To
|
|
Audio playing too fast?...
I've installed the flash mp3 player on my site without much issue, but I'm experiencing a speed-up in playback that results in the file being played too quickly, 1.5 speed or so...this also stops the file from ever completed as its over before the program thinks it is..Anyone have this problem?
|
|
|
RE:Audio playing too fast?...
dj1s, Wow, that's a new one for me, but i am curious. I have sent you an email asking for a url. A guess would be a possible mp3 compression issue? What quality are your mp3's. Also, does it speed up for you on the test mp3 file included? Hope this helps.
|
| Author: | synflux |
| Date: | Jan/10/05 4:41pm |
| Thread: | 18792 |
| Post: | 22333 |
Respond: |
Reply To
|
|
MP3 Player Color Settings...
I've broswed these boards, read the FAQ, but I find nothing on how exactly to change the foreground of the player itself. The background variable is listed, but no information on changing the color of the player, or combining these variable to use them together.I was surprised to find the FAQ to be so limited, considering the amount variables that can be passed to the player to change the way it behaves and looks through a web broswer. Please list these commands for all of your customers to see.
|
|
|
RE:MP3 Player Color Settings...
Synflux and i chated a while in the boards. If anyone needs more documentation, we have spread it out over a couple of FAQ's too in addition to what you find here in the boards. Click on the faq link and do a search for mp3, it will show you some more options that you may find useful. MP3 FAQBTW, the foreground color of the player is always derived my ghosting the bgColor you set in your url string for the player, so changing the foreground color also changes the background color. You can also change the color directly in your cgi script. Hope this helps.
|
| Author: | thebum |
| Date: | Jan/18/05 11:37pm |
| Thread: | 18792 |
| Post: | 22338 |
Respond: |
Reply To
|
|
internal server error...
I just bought the Flash MP3 player. I keep getting an internal server error. I tried perl -wc and perl -w to see what was wrong. This is what it came up with:> perl -wc index.cgi index.cgi syntax OK > > perl -w index.cgi Content-type:text/html Use of uninitialized value in pattern match (m//) at index.cgi line 553. Use of uninitialized value in pattern match (m//) at index.cgi line 553. Use of uninitialized value in string eq at index.cgi line 68. Use of uninitialized value in pattern match (m//) at index.cgi line 95. Use of uninitialized value in concatenation (.) or string at index.cgi line 103. Use of uninitialized value in concatenation (.) or string at index.cgi line 105. Use of uninitialized value in concatenation (.) or string at index.cgi line 105. Use of uninitialized value in concatenation (.) or string at index.cgi line 105.
MP3 Player /
I don't know what to try. I uploaded it in ASCII mode. It is in the cgi-bin directory. I set the permissions 755, or -rwxr-xr-x. The player works fine when I don't use the perl script, but I want to use it to take advantage of more of the functions.
|
|
|
RE:internal server error...
hmm, this sounds odd, maybe your folders are not set properly. I have emailed you asking for access to get the program up-and-running for you. sorry for your trouble. remember, if this will not run on your server you get your money back.
|
|
|
RE:RE:internal server error...
thebum and i spoke on the phone. Turns out his University's web server did not have perl installed correctly. We did some tests and made some fidgets. He went to another server and is back online now.
|
|
|
RE:internal server error...
Did you ever get the player to work? I was considering purchasing it, but I think I'll just edit my currently existing player. If you want, I can try and help you figure it out, since it seems like no one has so far.-Mec
|
| Author: | jtrue |
| Date: | Feb/15/05 8:52am |
| Thread: | 18792 |
| Post: | 22342 |
Respond: |
Reply To
|
|
RE:RE:internal server error...
what? read the above post. His webserver was not running perl. He fixed it and the player is running fine. In fact, to date, we have sold over 30 mp3 players and every one is installed and operational. A few needed help first but that's why we are here. If the player will not run for you let us know and we will make sure it is installed properly. hope this helps.
|