Hi
At a seminar, I got some files formated in AppleWorks 5 (also known as ClarisWorks 5) for Windows. Unfortunately I didn't find a free trial Version of AppleWorks nor did I find a conversion software for MS Office.
Is there anyone who can help me and tell me how to import these files into...
Wangbar, Oldnewbie!
Thanks for your comments. However I got into trouble putting the looping part together with the count variable from wang: It jumps back to the first line, but then stops scrolling.
Additionally, I wanted to load the variable from a text file, but then the onClipEvent()...
Hi guys!
I try to create a dynamic text field to scroll down continously (without button!) and smoothly. It also should loop without breaking.
It tried like this:
onClipEvent (enterFrame) {
_root.Textfield.scroll += 1;
}
but that scrolls to fast and I don't know how to loop it.
Has...
Hi
I have two text input fields und want that the user can hit the <TAB> Key to jump between them.
So I put the follwing Code into a Button:
on (keyPress "<Tab>") {
if (Selection.getFocus() == "_level0.varUsername") {...
Hi Guys!
I want to set up a login area für multiple users and passwords. I tried to do it with the array function, but I got into trouble when trying to compare the values of the array with the input field. The following is my code:
Daten_Eingabe = varUsername add varPasswort;
//
function...
Hi
I've placed a button in a movie (called "mvMenu") that is iserted into scene 1. By playing the movie and then clicking the button one should get to scene 2, but that doesn't work. I was trying a simple
on (release) {
gotoAndPlay ("Scene 2", 1);
}
command, but when...
I read the thread 216-58608, but I din't understand the answer. #-)
I was trying like this:
in the head into Javascript brackets:
function frameclose(){
parent.location=parent.frames.main.location
}
and referencing in the body
<a href="javascript:frameclose()">
but that did't...
Instead of a password protection I want to create an automatic date/time restriction (e.g. 30 days) for the use of a flash 4 player.
I read the faq 250-412 but I can't get the actual date into a player. Is there any possibility to do so?
Thanks for your 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.