Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. Err

    flash mp3 player help

    It's quite OK, I don't mind helping.Be sure that your playlist.xml file looks something like mine: http://oneuse.awardspace.com/flash_player/2_3_1/playlist.xmlYou might want to view the source for a better view of that. Just compare it, and make any changes necessary to your file. Just be sure not to hot-link my music! I will know if someone does.
  2. Err

    flash mp3 player help

    You can make a <div style="text-align:center; margin-top:60px;"></div> container for your flash to make it center, and lower it a little on your page. Just be sure to take that margin:50px; off of the body tag, or else you'll have some serious margin issues. As far as the .gif images go, I don't know about that. I guess just try it out.
  3. Err

    flash mp3 player help

    No you really don't. All you need are those files I mentioned above, all the rest of the things you don't need for the player. However if you want to that's fine, it's not going to hurt it.
  4. Err

    flash mp3 player help

    http://www.jeroenwijering.com/?item=Flash_MP3_PlayerGet the config.xml file from the same link if you don't already have it. If you can't play the files that are hot-linked perhaps you should make sure that those files aren't hot-linked protected. Those music files are .mp3 files correct? Yes, you do need to upload the mp3player.swf file.
  5. Err

    flash mp3 player help

    I just did this not too long ago.Unzip the files. Upload the following files to a new folder in your site (just to make it easier):playlist.xmlconfig.xmlmp3player.htmlmp3player.swfufo.jsEdit the playlist.xml, here you can add songs just edit the code: <track> <annotation>Your Song Title</annotation> <location>your_music_file.mp3</location> <info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info> <image>mp3/cover.jpg</image></track> <annotation> is where your song title goes.<location> is the URL or web address of your music file<info> is the information of your song, this makes a link in the player. You place your URL here, this is optional, it's not required for the player to work.<image> is the album cover of the song, you have to link it of course, this is also optional. You can copy, paste, and edit that for however many songs you want. Just be sure to also copy the <track> </track> code also for every new song you add.Here's one I did: http://oneuse.awardspace.com/flash_player/2_3_1/
  6. I got my problem resolved thanks to notclive!
  7. Thank you very much! Though I didn't find what I was looking for, I found some other interesting things that caught my eye.Update: I learned you can type in: "help" in the command window, and you'll get a list of commands you can use. You can get detailed information on a command by typing: "help [command here]"
  8. Try this: <style type="text/css">table { font-size: 15px; font-weight: normal;}</style>
  9. Pfft! That's the moderators job! Let them sort it all out. We need to keep them busy anyways. :)But yeah, if you have double-posted, just edit your message and make it clear that you did so. A moderator will come in sooner or later and delete it, no harm done. It wouldn't be such a great idea if everyone had the ability to delete their own topic.
  10. Due to problems I´m having with my computer, the Task Manager is not available to me. I keep getting the "Task Manager has been disabled by your administrator" error. Yes, I´ve searched Google already, but none of those ways worked for me. So I was wondering if I could end tasks through my windows command line. I´ve searched this also, but I couldn´t find what I´m looking for. Your help would be great. Since I{m already here, I would like to ask how can I solve this typing problem that I{m having_ Instead of a question mark, I get an underscore in it{s place and instead of an apostrophe I get an opening bracket as you can clearly see here. Currently my apostrophe is where my dash key is suppose to be, same thing with all my non-alphabetic keys (except for my numbers and my comma) they are all weird. Does anyone know how I can fix this? I know restarting my computer does it, but I want to know why this is happening, and how to fix it w¡th out restarting it.
  11. Err

    mp3 album finder

    Yup. If it is available in their database it can add it in for you.
  12. Err

    mp3 album finder

    Music MatchI used to have that program, and it does what you say. It finds the Album name, year, album cover, track number, genre, composers, etc, and it also changes the ID3 Tags and file names upon request. But I haven't had that program for years now, so things could of changed. I had the free one, then updated to the pro for sometime, but it was really slow in opening (in my old outdated primitive computer), so I dropped it. Perhaps it can do you some good.
  13. Well there is nothing to really "fix" in Firefox. But you could just do a pop-up window using JavaScript. Is this a issue you want to fix for own yourself or for your visitors?By the way, that url you gave doesn't work.
  14. Err

    Viruses

    Get Norton Internet Security?
  15. Hi.I need a Flash of any cartoon-like animation of a mail envelope that says "Your message" on bold letters going into a blender or fire, what ever is easier to make. I just need something simple, I'm not asking for much. I would make it myself but I fail hard on that. Please, just anyone with free time on their hands, I would really like this.Resolved.
  16. Err

    What's wrong with my CSS?

    <div bgcolor id="[b][color="red"]H[/color]eader[/b]"> <h1>Header Strip</h1></div><div id="[b][color="red"]L[/color]inks[/b]"> <h1>Links</h1></div> You have capitalized your id's in your HTML, but didn't in your CSS. You should stick to lower case code to avoid this confusion.
  17. Err

    Spammers

    Yup, something just has to be done about it. I'm getting tried of seeing them over and over again. I know the current mods are not here everyday/hour but more mods could help relieve the problem.
  18. Err

    Forms?

    form { font-size: 20px; color: red;} I'm not sure how reliable is that. Perhaps you should also add in option/input. Give it a try.
  19. Err

    Xbox 360 for 100$

    lol @ all the people from Canaduh and otherwise. Nah, that's really mean, I shouldn't say things like that.
  20. Err

    3 column display

    Whoa! I never said they will not work. It's just really very difficult to make one that works properly with percentages, across all browsers and resolutions, if not impossible. You always have the option of making a hybrid layout that uses both tables and divs. Consider my example:http://oneuse.awardspace.com/layout/ There I use a table and divs/css (no absolute positioning) to make this layout work on all resolutions. I only use 1 table in it just so it is structurally stable and won't drop anything because I'm using percentages here. You can test this layout on all browsers in different resolutions and in fact is it VERY stable.
  21. Err

    Xbox 360 for 100$

    That's it. They are not offering it anymore. I live in Texas so I could of got it.
  22. Err

    Funny script...

    You're suppose to paste the code into the address bar on your browser once you do a search, not on the actual web page. Be sure to remove the space in java script. Then hit go/enter.
  23. That might be possible through JavaScript. Flash I believe can do that pretty well also. I would suggest you to do some searching for either of those 2 methods.
  24. Err

    OT: Humans

    That's the first time I've ever heard anyone say/type that.
  25. Err

    Chaning our name

    I'm pretty sure that someone here, though I can't remember their username, changed their username. They said all they did was ask the admin.
×
×
  • Create New...