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 gkittelson 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. Micher

    Import ClarisWorks/AppleWorks 5 into MSWord

    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...
  2. Micher

    Loop dynamic text field

    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()...
  3. Micher

    Loop dynamic text field

    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...
  4. Micher

    <TAB> Order in loaded swf

    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 &quot;<Tab>&quot;) { if (Selection.getFocus() == &quot;_level0.varUsername&quot;) {...
  5. Micher

    Compare array values w/ input filed

    BidBadDave Thanks for your help! I couldn't actually see what I was doing wrong, but when I pasted your code into my fla it worked! Regards MICHER
  6. Micher

    Compare array values w/ input filed

    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...
  7. Micher

    Go to doesn't work

    Hi I've placed a button in a movie (called &quot;mvMenu&quot;) 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 (&quot;Scene 2&quot;, 1); } command, but when...
  8. Micher

    Close a Frame

    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=&quot;javascript:frameclose()&quot;> but that did't...
  9. Micher

    Date in Flash 4 PLAYER

    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!

Part and Inventory Search

Back
Top