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 Chriss Miller 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: PaulFynch
  • Content: Threads
  • Order by date
  1. PaulFynch

    DATE comparison issue

    Hello wonderful TekTip community, I am stumped on this one, I need your help: I have a field storing a string value of a year/month like this : 200802 in a field called 'display_month' that I need to compare to NOW()...when I run this query: SELECT display_month...
  2. PaulFynch

    Multiple Socket "proxy?"

    OK gurus... I want to basically ask you guys if this is "doable". I'm sure it is. but I'm lost. I have a class from flumpcakes.co.uk called MSN Messenger Class. Basically this connects to the MSN notification server, then the switchboard to handle messages. Then I have modified a simple...
  3. PaulFynch

    Help with shell commands

    Hi all, Please bear with me, i am new to *nix environments. I am using PuTTY to gain shell access to my server. I have been attempting to run a successful tcp socket server. I have managed to get to the point of finding if the server was running using: netstat -l after many error messages...
  4. PaulFynch

    Loading variables with embed

    i am bringing in variables through an embed code the typeof the imported variable is "undefined" i need it to be a string or something that will cocantenate with this path _root.movieToLoad=_root.reldir+"/swf/"+_root.currentIndex+".swf"; _root.reldir is the var that is loaded String(reldir)...
  5. PaulFynch

    swapDepths issue

    i searched the forum, and couldn't find an applicable answer. i am creating empty clips in my movie that are loading individual images from an external source. when a particular button is pressed, i would like a mc with a nested text box to display text relative to the image. the original...
  6. PaulFynch

    flashmx scripted motion problem

    this is difficult to explain, i will attempt to be clear. simple slide show here is the code and the problem function moveObject (objecttoMove, newPosition){ objecttoMove.onEnterFrame=function(){ this._x-=(this._x-newPosition)*.5 } } function indexUp(){...
  7. PaulFynch

    v5.0 loadmovie problem w/jpg

    this should be really simple, but it evades my comprehension... 2 files, exactly the same dimensions, same directory ....one jpg in a swf, the other just a jpg (the same jpg) this works _root.holderOne.loadMovie("./image001.swf"); image shows up fine this, however...
  8. PaulFynch

    detect mouse leaving stage area

    hey guys, looked through the forum and couldn't find quite what i was looking for.. i am draggin a couple movie clips all over the place, problem is when the mouse leaves the stage (or flash player if you will) it still drags the clip, regardless that the left button is let up. is there a...
  9. PaulFynch

    flash player and twain device

    just out of curiosity, can a flash movie be made to access a twain device like a webcam or scanner? i cant seem to find any references to the possibility... cheers paul
  10. PaulFynch

    preloader question

    hey guys, i need a preloader for my movie, i have a main swf that loads external files, and i want the preloader in the external files (each built from the same template) the main swf is only about 2k, the externals are anywhere from 35-150 i put it together like this... frame one, external...
  11. PaulFynch

    loadMovie problems

    hey gang i have one spot in my movie where i load an external swf into a MCholder.... problem is, when i test the movie, the external swf DOES load up, but the output window gives me the error: Error opening URL "file:///J|/richardson/finals/" what would the error be with opening the...
  12. PaulFynch

    load variables from text file...

    hey all can i load an array from a text file? and how would i write the syntax in the file? i dont think i can, but thats why im here if not.... i would like to load a variable from the text file example myVar=one+two+three how, in flash5 can i rip apart the string to make the 3 words...
  13. PaulFynch

    loadmovie and target problems (sorry for the long post)

    thanks in advance for reading this post. any help you can give would be awesome. i would like to add that i have only posted a couple times, and have been working with flash for about 2 years now, but almost every problem i have encountered, i have found a solution in the postings at tek-tips...
  14. PaulFynch

    quick question about variables

    sometimes in used scripts i see the @ before a variable name...eg if (@$auth != "yes") what does the @ do? thx paul
  15. PaulFynch

    password problems

    hello all..... having problems with an encrypted password, i know it is something simple and stupid, but i just cant see it here is the code that is giving me trouble..... switch (@$do) { case "login": $connection = mysql_connect($host, $user,$password) or...
  16. PaulFynch

    sqlstate 00000 help!!

    hey everyone.... here is the code.. <html> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;> <meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;> <meta name=&quot;ProgId&quot...
  17. PaulFynch

    unexpected T_variable???

    <paulthesuperphpnewbie> hello again anyone... what the heck does this mean?? i dont know what i did but it seems that i cant even define a variable in php anymore and i get this error here is the snipperthinger... <?asp $name_editor = &quot;Editor_1&quot;; $id_edit = 'eng'...
  18. PaulFynch

    Another &quot;cannot add header information&quot;

    <phpnewbie> Hey there; I have read (i think) just about all the &quot;cannot add header information&quot; threads and i KNOW there aren't any white spaces or extra carriage returns in this script, etc. Is there something in the php.ini that would prevent this header from working???? <body>...
  19. PaulFynch

    Illegal operation in Plus.exe

    Good day, I am the IT Coordinator at our orginization; we are having a problem with ACCPAC Plus on 2 separate accounting machines. Both machines are running Win98 Second Edition with all available updates from Microsoft. It seems that after first boot in the morning, if any print is attempted...

Part and Inventory Search

Back
Top