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...
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...
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)...
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...
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...
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...
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.
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(){...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.