Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Moooink
  • Content: Threads
  • Order by date
  1. Moooink

    netstream

    Ok now a real question. Trying to dynamically load .flv files. I've used the actionscript example from macromedia's site and it seems to be loading correctly. But only the audio is playing. My display link appears to be correct, but I cannot figure out why it is not playing the video. here is my...
  2. Moooink

    .swf not working on website

    I have a .flv video that embeded into a .swf. the .swf runs fine on my computer locally, but when i put it on a webserver, the video does not play. what am i doing wrong?
  3. Moooink

    Media Controller

    I'm having trouble using the new built in media controller that comes with flash mx 2004. I understand how to link it to a .flv file and it plays and all that nicely. the problem is that when you try to use the seek bar to fast forward or rewind, the seek bar simply stays all the way on the...
  4. Moooink

    Include error?

    On my main page I have an include that calls to a calendar events script. It has been working for months flawlessly and now suddenly it is giving a bizzare error. The include path is correct, and when browsing the events.php file by itsself, the script works. Any ideas? PHP Warning: main()...
  5. Moooink

    Opening two files with one shortcut

    Is it possible to open two separate executable (.exe) files with one short cut? I know that you can open word.exe and then blah.doc but is there any possible way to open two .exe files together? The two .exe's that i need to open are totally separate and one cannot open the other, i just need a...
  6. Moooink

    list/split & undefined offset

    Can someone explain to me the reason the list/split functions give an Undefined offset error? PHP Notice: Undefined offset: 1 in C:\www\seminolewarhawkband\www\index.php on line 22 and line 22 is: list ($i, $j) = split ("[/]", $id);
  7. Moooink

    i hate perl

    since upgrading apache and perl, perl has failed to work in all aspects, and i have given up on it. Modules seem to not exist now, whereas a few months ago, they were there great and dandy. BLAH PERL! PHP is the way to go, definatly. Lets all just go to perl headquarters and burn the place. yes...
  8. Moooink

    filtering http://

    is there a way to validate a form to check and see if a user has included the http:// in a url form. having trouble with people simply typing www.blah.com, and this is causing problems. is there a snipplet anywhere that has this validation code, or anything like that? thanks -moo
  9. Moooink

    Task manager not showing right things

    when trying to open the task manager, i receive this screen different from what is the normal task manager. what i get is a screen with no toolbars, nor minimize, max, close buttons, and no title bar. a solid grey window. inside the window it has several columns and the current user's name that...
  10. Moooink

    retarded newbie question

    how do i echo a < and >?~ \< doesn't work, is there a code thing like for the nonbreaking space?
  11. Moooink

    sort an array by an array

    here's my issue. i have an array from a mysql db. name | employee | email name2 | director | email2 name3 | assistant director| email3 and then i have an array with positions in it like the following: $staffsort = array(&quot;director&quot...
  12. Moooink

    upload script to make directories

    I have a problem with wanting to upload files (images) to a server via a browser. i have a script that will allow me to do this, and it works fine. now i am running into the problem of i need to make it so that you can select a directory for the files to be uploaded to, and if that directory...
  13. Moooink

    SMTP authenticate

    i currently have a perl script that sends an e-mail though smtp, now the server has been changed and outgoing e-mail requires authenication, how do i add this to the perl so that i can send outgoing e-mails through my script again? here is a portion of the script currently: use Net::SMTP...
  14. Moooink

    win98 login

    when the computer starts, it asks for a username and password, how do i turn that log in off so that the computer boots up without logging into anything? under win98
  15. Moooink

    error messages at startup

    theres multiple fatal error messages at startup but when you veiw the techinical information about it, it only includes a minidumb file and a list of the computer's drivers etc...how do u find out what's causeing the error at startup? submitting the error to windows has done nothing
  16. Moooink

    filtering information

    I have a database of people and e-mail address collected into a simple text file in the form: $name~|~$email~|~ simply put. in order for someone to be e-mailed the password for a specific section of the site, they type their e-mail into a form and it searches through the text file through each...
  17. Moooink

    leading spaces in a db

    i have a script that makes a database of dates for a calendar. extra leading spaces are being added to the database thus not allowing the calendar to read the actual dates. the db file looks like this: 20010101~|~blahh~|~blahh~|~... _20012010~|~nahr~|~kjnerh~|~... _20010243~|~knah~|~knrh~|~...
  18. Moooink

    script.pl?action=display&amp;form=officers

    when trying to call the script via the browser, the script doesn't seem to work. It's on Apache on nt with perl 5, and the script works and has been tested on another server. All parts of the script works except the display sub which called via if ($INFO{'action'} eq &quot;display&quot;)...

Part and Inventory Search

Back
Top