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 strongm 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: *

  1. breveR

    How do I read the bits of a binary file?

    Ok Well for some reason, this dosnt work for me at work, but it does work at home. But, being that im a Perl newbie, Im still a bit confused as to how to get this going in an asp page. can someone please show me a working example of some PerlScript in an asppage useing the MP3-info ? Thanks a...
  2. breveR

    How do I read the bits of a binary file?

    I just tried the search command that didnt work either PPM> search Error connecting to 'http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/PPM Server'. It could be because Im behind a firewall? I will try again from home
  3. breveR

    How do I read the bits of a binary file?

    Tried it. PPM interactive shell (2.1.6) - type 'help' for available commands. PPM> install mp3-info Install package 'mp3-info?' (y/N): y Installing package 'mp3-info'... Error installing package 'mp3-info': Could not locate a PPD file for package mp3-info PPM> No PPD files came with the...
  4. breveR

    How do I read the bits of a binary file?

    Im bran spankin new to Perl, heres what I figured out so far. I downloaded and installed ActivePerl 5.6.1 build 633, tested with the command line "perl example.pl" It is working. I also set up a new virtual directory in IIS called "PerlScript", pointed it to my...
  5. breveR

    How do I read the bits of a binary file?

    I need a script to be able to read certain bits of a file opened in binary mode. This is to take place on my web page. (Host=Win2k, no PHP, custom modules or dlls) Ok, the real reason is to be able to read the actual bits, (not bytes) that indicate what the bitrate and frequency are in an...
  6. breveR

    How to read Bits of Binary Files?

    I need a script to be able to read certain bits of a file opened in binary mode. This is to take place on my web page. (Host=Win2k, no PHP, custom modules or dlls) Ok, the real reason is to be able to read the actual bits, (not bytes) that indicate what the bitrate and frequency are in an...
  7. breveR

    How do I read the bits of a binary file?

    I need a script to be able to read certain bits of a file opened in binary mode. This is to take place on my web page. (Host=Win2k, no PHP, custom modules or dlls) Ok, the real reason is to be able to read the actual bits, (not bytes) that indicate what the bitrate and frequency are in an...
  8. breveR

    How to play an mp3 via loadmovie? please help

    Thanks oldnewbie that worked out great.
  9. breveR

    capitalized "Memo" with nothing in it.

    Never mind. I found a way to break it. I just zapped a copy of my table and copied the empty fpt over my existing fpt. and there it was, capital "M" with not even a space inside the field. Sure enough, the replace all command works great.
  10. breveR

    capitalized "Memo" with nothing in it.

    Wait a sec. How do I know that this statement is going to fix my hosed memos?. Is there a any way I can intentionally break my memo field just for testing purposes. So that I can see more acuratley what happens after I run the statement. So really my question is, how can I make a...
  11. breveR

    capitalized "Memo" with nothing in it.

    Thanks. Ill try that. Its a big table so it might take a while.
  12. breveR

    capitalized "Memo" with nothing in it.

    Some of the Memo fields in my foxpro table are capitalized yet there is no data in them. When I type some data in them then take the data out, it returns to the lower case "m" indicating that it is an empty memo field. What I need is a script to loop through the table and identify...
  13. breveR

    How to play an mp3 via loadmovie? please help

    Wow thanks for the tips oldnewbie. You sure know how to help out a newnewbie! Im going to work on the preloader and check out the properties of the mp3. I'll let you know what I can manage.
  14. breveR

    How to play an mp3 via loadmovie? please help

    Also. yes it is a big mp3 in the getalittle.swf. One thing about the getalittle.swf is that it was not set on stream. It was set on start. I've read that setting it on stream is better because you dont have to wait for the entire download for it to play. The only thing is I cant figure out how...
  15. breveR

    How to play an mp3 via loadmovie? please help

    Thanks a lot. That worked great. Now to figure out a pre-loader while my girlfriend is still sleeping
  16. breveR

    How to play an mp3 via loadmovie? please help

    Here is the correct url http://ewelch25.home.attbi.com/GetALittle.swf But how do I use this from my main swf file's loadmovie function to just make the music play and not load a blank swf screen? Many thanks.
  17. breveR

    How to play an mp3 via loadmovie? please help

    Someone please tell me what I'm doing wrong. I'm trying to set up a button to play an mp3 and its not working. Please show me the correct code to play mp3 on (release) { loadMovie ("http://home.attbi.com/~ewelch25/getalittle.swf", "0"); }

Part and Inventory Search

Back
Top