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 SkipVought 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. ComputerPerson_imported

    passing variables from one movie to another

    Are you loading news_details.swf into the movie itself or is it on another part of an HTML page?
  2. ComputerPerson_imported

    Moveable Rotating Sphere

    There are a couple of ways that I know of for doing this. The first is to either write your own 3D engine, or use one that someone else wrote. This can be very hard to do and eat up a lot of time. The way I would suggest doing this is by using Swift3D. In case you haven't already heard of it...
  3. ComputerPerson_imported

    flash iframes

    I hope they have support for embedding things inside Flash in the next release too. My advice is to try and do what I am currently doing...create an HTML and and Flash hybrid page. There are many ways to do this, many of which are more effective than using either Flash or HTML alone. Skylar...
  4. ComputerPerson_imported

    How to use JavaScript GetVariable to read Flash Array

    Hey guys. I am having a problem while using GetVariable from Javascript to read an ActionScript array. For testing purposes I placed the following code in the first frame of the Flash movie: cow = new String(); cow = "Moo"; When using GetVariable as follows, the string "Moo" was properly...
  5. ComputerPerson_imported

    MT5600ZDX modem commands

    If you connect to the modem via a terminal program, the code "ATL1" should turn it down. Also try these other commands if that doesn't work: ATM0 - Turn off speaker entirely. ATL0 - Either lowest volume setting or volume off, depending on the modem. Skylar Givens http://www.fongle.com
  6. ComputerPerson_imported

    USB Zoom V92 Fax modem model (3090)

    It may be due to the slow speed of USB that th modem is slow. It also could just be that the modems are different brands, different levels of quality and speed. Skylar Givens http://www.fongle.com
  7. ComputerPerson_imported

    Active-X Controls in PowerPoint

    You might wanna try try re-install Windows Media Player, or download the newest update from http://windowsupdate.com. This may fix your problem. Skylar Givens http://www.fongle.com
  8. ComputerPerson_imported

    RAM slowing down when in pair

    It also may be that one of the RAM modules is actually a different speed from the other or has been damaged. Give both modules a try in the computer individually (if you have not already done so) and check the speed of each. If they are running at different speeds, this could indicate a...
  9. ComputerPerson_imported

    Help - LCD pixels are "bleeding". (IBM L191p)

    Yes, this does seem like it may have been a problem that occured in production. Contact the company and check their Web site for any information about it. If your screen is still under warranty, read the "fine print" and see if it can be sent back for repairs or replacement. Skylar Givens...
  10. ComputerPerson_imported

    URGENT: Hayes "ATD" command to dial DMTF after voice call

    It's not just "ATD####" it's "ATDT####". You must have another "T" after the "ATD". Hope this helps.
  11. ComputerPerson_imported

    If Statement with Between

    Hey...That between function could be a good idea for the next version of VB......Hmmmmmmmm.........
  12. ComputerPerson_imported

    Deleting Temporary Internet Files

    Hey guys, I have a question that I am having trouble finding the answer to. How in the heck do you delete those darn Temporary Internet files using VB or VC++...or even .NET? I have tried many ways that claim to work but none do. The target operating systems are Windows XP, Windows 2000...
  13. ComputerPerson_imported

    ping within vb

    You could run the ping command in a DOS box (using the Shell command) and record the results to a file. As an alternative you could open a connection to the server(s) using Winsock.
  14. ComputerPerson_imported

    Unable to drop into command mode from online mode

    Try putting the +++<Command> all together. That's the method I use and it works for me. To return to online mode use the ATO command.
  15. ComputerPerson_imported

    Commanding a modem to send DTMF tones

    To send DTMF tones after you have dialed a remote computer you must type ATDT<#>, just like when you are dialing a number. If you are already connected to the remote computer you must type +++ATDT<#> to put your modem in command mode. To return to online mode just type ATO. The +++ are escape...

Part and Inventory Search

Back
Top