I created an online application in flash. It was created with flash 8. I have someone who is interested in selling it to new customers. The first thing they have asked me to do is to specify all the hardware and OS requirements you would expect to find on a box of software. Specifically:
OS...
Hi, I am also a beginner but I have just gotten this working on my machine using MYSQL. The Database part was easy but getting the other stuff working was a bit difficult for me. I used the following instructions:
1)Upload File Part...
Well I never could figure out the problem, so I re installed the operating system and Java works again. In the future I would not like to reinstall the whole OS just to reset the jdk defaults. Is there a simpler way to do this? I am working on Mac OSX so I cant just download Java again. (I...
Thank you for your response sedji. That was one of the first things I tried though. I am working on mac OS X. I was wondering if there was a way to reinstall java or at least reset it to how it was originally when it worked. Thanks again.
I am kind of new to this stuff and I think I may have mixed up some settings and now my java command doesn't work. I have compiled and run basic java programs in the past on my machine. I can still compile programs using javac, but when i try to run a simple java program from the command line...
I am not an experienced programmer but I used to use ASP quite a bit to automate some things on my web site. I wanted to learn about JSP pages and experiment on my machine with it a bit. So I understand I need to install tomcat to do this. i followed instructions on various websites and...
i know there is nothing you can do to make a "div" tag cover a "select" tag. Currently I am using the workaround of hidding the select boxes that get in the way of the <div> tags i use in my rollover menus. I was wondering if there is anything in .net that solves this...
I still need help. This method does not seem to be working.
Let me list what I have tried:
movie clip with an instance name "test" has a frame labled "functions" in it's timeline.
here is the simple test function:
function moveLeft(thing){
setProperty(thing, _x, 0);
}
in...
Or you could place a "goto and play frame 2" action in the lastframe of the looping movie clip rather than let it loop back to frame 1. That way it won't hit the stop until you you tell it to. (i.e when you mouse out you can tell it to "goto and stop" on frame 1.)
I would like to create a set of functions and store them in one frame of my main timeline or in the timeline of a movie clip. However, I do not know how to call those functions from any timeline other than the one that they are stored in.
So my question is:
How do you call a function in a...
I think that what you are looking to do is this:
Place this code in your typical html embed flash movie
<param name=movie
value=getURL.swf?page=http://www.yahoo.com>
the important part is after the question mark. that is where you are passing the movie the page to go to. You are assigning it...
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.