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 TouchToneTommy 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. gormster

    asfunction issues

    Hi everyone! Oh my god, I completely forgot I even posted this. I actually gave up at the time. I think it actually did have something to do with the version nine upgrade, since I recently upgraded to Flash CS3 it works fine, despite the fact that I'm still using ActionScript 2.0. So thanks...
  2. gormster

    Text file to multidimensional array

    Okay... first of all, let's just say that instead of line breaks, we've got semicolons delimiting the rows. So, we've got R1C1|R1C2|R1C3; R2C1|R2C2|R2C3; R3C1|R3C2|R3C3 Okay, I'm just going to assume you know how to get the data from that file into a string. If you don't, there's some...
  3. gormster

    asfunction issues

    Hi all I've got a flash site that utilizes dynamic HTML text, and I use the asfucntion protocol to call internal flash functions from the links in that text. Up until fairly recently it worked perfectly - however, now, whilst it still works when I run it in flash (as in, Control>Test Movie)...
  4. gormster

    detecting scrollbars

    I know this sounds like something ridiculously simple, but I've yet to find a definitive answer, or indeed any answer that works. I need to find out if the horizontal scrollbar is present. window.scrollbars.visible doesn't work. I know there is probably a property of something that tells me if...
  5. gormster

    infinite loop in geforce driver

    Hey everyone, I have a Geforce 4 MX440 (AGP4X) which recently started screwing up immensely. Occasionally games will freeze for between 5-30 seconds, and sometimes this will be followed by a brief period where the lighting would look more appropriate at a nightclub than rolling pastures. So...
  6. gormster

    incredibly slow file transfer on xp-xp

    Ah! Never mind. Seems to have been something to do with the windows firewall. All fixed.
  7. gormster

    incredibly slow file transfer on xp-xp

    hello all, i have an xp-xp "network" that is in fact just a crossover cable, so barely a network at all. this is between a desktop pc that and a new laptop. new to me, that is, it's not really 'new'. however, it would appear that its last owner avoided sp2 like the plague, so upon connecting to...
  8. gormster

    Visibility=Hidden (but annoying!!!)

    hang on - what if you just put the script that hides it in the <body onLoad> event, and remove the display from the style descriptor? shouldn't that iron things out? i'm sorry if i've missed something along the way, but i really haven't read this thread thoroughly.
  9. gormster

    resizing image while page loads

    man, i thought i followed this up. theEclipse was right, it was just capitalization problems. don't you hate when it's something tiny like that?
  10. gormster

    resizing image while page loads

    PPS I forgot to mention that when I click the image I get the same two alerts, including "undefined x undefined
  11. gormster

    resizing image while page loads

    PS I am getting no warnings or error messages in the console.
  12. gormster

    resizing image while page loads

    i take it all back. the problem seems to actually lie somewhere in my code; even if i trigger the function AFTER the image has loaded, it still gives me dimensions of 'undefined x undefined' here is the code after ASP evaluation: <script language="JavaScript"> <!-- function imgsizer(){...
  13. gormster

    getting image dimensions

    is there some way to get the dimensions of an image before it loads on to the page? if you're wondering why, i need the dimensions for a script that runs at body onLoad but can't use the image.width and image.height properties, because at the time of loading they are undefined.
  14. gormster

    resizing image while page loads

    thanks for all the help guys, but I think I'm gonna have to use server-side for this. thanks once again, -gorman
  15. gormster

    Can a for do 2 actions?

    no. what you need to do is have two forms - but only one with a submit button. when you hit that button, it sets of the javascript, and then you have at the end of that script a form2.submit() call which will promptly set off the one which had an 'action' tag.
  16. gormster

    resizing image while page loads

    yeah but what i want to do is set off this particular script AFTER the image has loaded, but WITHOUT any outside input. i can resize the images fine, but basically what i need is an onLoad event for images, or some other alternative. is there some way i can tell what the dimensions of an image...
  17. gormster

    resizing image while page loads

    no, the thing is the page doesn't know how big the picture will be until it loads - it's like a random image slideshow sort of thing. the problem is, some of the pictures are off digital cameras, so they're huge. i'm not the person who puts them there, our users do, so I don't really want to...
  18. gormster

    resizing image while page loads

    is it possible to get an image to resize if it exceeds certain size limits without having to press a button? the problem as i see it is that since it takes time to load an image, if the script is run as the page loads, the image.width and image.height are undefined, meaning that I can't see if...
  19. gormster

    js will not enter function

    Thanks, everyone, it's all working now!
  20. gormster

    js will not enter function

    thanks Kev! evidently i was wrong about JavaScript...

Part and Inventory Search

Back
Top