My friend is learning Flash MX, but he didn't want to sign up on the forums, so I'm asking this question for him:
How to you output variables in Flash MX?
Pretty simple. I'm betting there's just a short little command/function or something to do it. Thanks.
I'm making a program, and I have a class called "Cell". Two members of this class are:
char dChar;
char hChar;
In the constructor, I have dChar set to "?", and I try to have hChar set to "X". However, when I go to output both of these values, only the dChar shows...
Someone I know is having a problem viewing this site:
http://racersreturn.tripod.com/
It's all done with tables, but the bottom cell doesn't go to the bottom of the screen, like it should. The problem occurs in Opera. Can anyone help? Thanks.
I want a border around my page that sits flush with the sides of my browser window. I can accomplish this with the top, left, and bottom sides of the border, but the right page margin stays there, bumping my border in. Is there any way to get rid of the right-hand page margin? Thanks.
I've just made a web page, and someone told me that it didn't work with their browser. I'd really appreciate it if some ppl here, with different browsers (Netscape, Opera, anything other than IE) were to test it out and tell me what happens. The address is:
http://racersreturn.tripod.com/...
I want a script where when you click different links, it changes certain text. I'm doing it like this:
<a href="blah.html" onClick="document.write('Blah');">Blah</a>
My only problem is, instead of writing "blah" on the existing page, it goes to a blank page with...
I'd like to lear c++, but I need some advice on which one I should start with; Microsoft Visual C++ or Borland C++. Could anyone give me some suggestions? Thanks.
Ok, I just found a PHP tutorial on Webmonkey, and it told me to download Apache and do all this stuff. I'm a bit confused. Do you need Apache to program in PHP? What does it do? Thanks.
I have a sub (subroutine), and in it I have some READ + DATA statements. When I try to run the program, it won't accept the data lines; I think Qbasic thinks "data" is my own custom function that I haven't defined. The read/data works fine if it's not in a sub, but that would force me...
Hey,
Ok, I'm not a COMPLETE newbie, but I'm not a guru, either. What I want to do is have a for-next loop, and every time the loop goes around, it takes the "x"th letter from a string variable. For example, if the string variable was "Hello", the loop would go around 5 times...
I've looked it up on the internet, but all it tells me is how to make a function that will add two numbers when you click a link. Here's the code I have so far:
<script language="javascript">
function Start(x,y) {
var x=''
var y=''
var path='http://www.'+x+'/'+y...
Hey,
I have a javascript on a link that uses "document.loaction='<insert page here>' ". My problem is that I want the "target" to be another frame (like when you would do <a href="blahdlfjl" target="whatever">).
here's my basic code:
<head>
<script...
There's a website (http://www.thebulliondesk.com/) that gives real-time streaming stock charts using what I'm pretty sure is Java. On my main computer, I can view the charts just fine, but on my laptop, they don't show up. I'm using the same operating systems and versions of Internet Explorer...
I'm not that experienced in qbasic, and I was wondering if there is a very simple way to get the mouse coordinates and/or info on which button is being pressed in qbasic. I read a little bit on interrupts, but I don't quite know how to use those. Any help would be appreciated.
I know that there is TIME$, which is a string value of the computer's time when the program is started. However, I thought it would be a lot more useful if there were a <i>number</i> value for the time, and I was sure that there must be, but I couldn't find it on the internet. Can anyone help?
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.