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 Wanet Telecoms Ltd 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: *

  • Users: Kijori
  • Content: Threads
  • Order by date
  1. Kijori

    Help to clear the air...

    Need some understanding here. I've got a movie clip (myMovieClip) in the Library. I then drag, 5 copies of it to the timeline and named them myMovieClip01, myMovieClip02, myMovieClip03, myMovieClip04 and myMovieClip05. I scripted a onClipEvent (mouseDown) for myMovieClip01. When I clicked on...
  2. Kijori

    Loading External Data into Array

    As the subject mentioned, how do you do that? My purpose of doing this is it will give me the flexibility in changing the name of the text files to be displayed when an event is called. I created an empty array in the main timeline... and tried this for the text file: arrayItem[0]="story1.txt"...
  3. Kijori

    Targeting variables in movie clip

    The scenario: Main timeline has 2 Movie Clips; mcA and mcB. In mcA, I've created variable x and in mcB, variable x in their respective timelines. In each Movie Clip, I've also created a function each, function A and function B. Now, how do I address the variable x in mcA for function A? The...
  4. Kijori

    Fading a picture in and out

    as the subject mentioned, how to fade out the old picture and fade in a new one? i don't seem to be able to find help on this anywhere...
  5. Kijori

    Confused Over loadVariablesNum()

    don't seem to be able to display external variables in textfield. here's my problem... in main timeline, i've got a movie clip (myMovieClip) which contains a dynamic textfield (myTextfield). the dynamic textfield has a variable named myText. in the main timeline, i have this script...
  6. Kijori

    Individual Progress Bar?

    Hi, How on earth do I create a Progress Bar for each image that is being loaded for viewing? Is it the same as the Progress Bar for a movie clip?
  7. Kijori

    Preloader problem...

    The main timeline of my movie consists of just 2 frames; 1st frame is for the preloader and the 2nd is for the contents. I viewed the Bandwidth Profiler, the first frame is 128KB and the second 10KB. When I did a Simulate Download, the preloader do not work. It will only appear around 99% of...
  8. Kijori

    Help with Layering

    I've created a button, when clicked will unhide a movie clip. The movie clip is above the button in terms of layering. How do you make items below the movie clip to not respond to mouse events when the cursor moves over them with the movie clip in between?
  9. Kijori

    Looking for some opinions and help...

    I'm a newbie to Flash and I'm planning to build a site entirely on Flash. It's a typical site that has a navigation bar and when clicked, launches a pop-up window displaying the content. My questions: 1. Is it more efficient to create just one swf file (with everything in it) or multiple files...
  10. Kijori

    Help on Director Resource

    Where can I find sites that provides free director/shockwave/lingo files for our personal use?
  11. Kijori

    Loading Ext JPEG using HTML

    I want to load external jpegs into a dynamic textfield which is set to render as HTML. Now, my file directories are arranged as such: Folder1 contains myFile.swf Folder2 contains myTxtFile.txt Folder3 contains myImg.jpg I've entered the line of HTMl in myTxtFile.txt as such: 1. <img...
  12. Kijori

    Loading Different Jpegs Randomly

    I want to create a movie clip that loads different jpegs (one at a time randomly) from a source folder. I've tried using the onClipEvent(enterFrame) but it doesn't seem to work. Here's the onClipEvent() code; onClipEvent(enterFrame) { picIndex = Math.round(1+(15*Math.random()))...
  13. Kijori

    Text Scrolling... need some help here

    I'm able to scroll a chunk of text line by line by creating my own scrolling script at every onRelease function. How do I make the text scroll continuously while the mouse button is depressed? It's kinda not effective to be pressing the mouse button many times. By the way, I don't want to use...
  14. Kijori

    Trying to load different SWFs into main SWF.

    Was wondering if this is possible. I've embedded a SWF file in a HTML file. When this SWF file is loaded, clicking on one of the buttons will load another SWF file into the first SWF file's movie clip container. With the second SWF file running and the first (still running in the background)...
  15. Kijori

    How to Get Movie Clip Status?

    I've duplicated several movie clips and some of them would randomly stop playing while the rest would continue playing. How do I find out the status (i.e., whether it's playing or have stopped) of each movie clip? Can this be done?
  16. Kijori

    Problems with Logic

    i have an array of 10 members. i need to fill it up with random numbers... say (1,30). however, there shouldn't be any duplicates. i can't seem to get the logic right. i'm coding in C#. help...
  17. Kijori

    Obtain Data from 1 Table based on value selected in another Table

    i've got 2 tables; Table1 contains these fields: Code Name Division Sector Table2 contains these fields: Company Person Code (this is a Lookup) Name Division Sector what i want to do is when the user select a value from the Code field in Table2, i want the Name, Division and Sector fields in...
  18. Kijori

    How to &quot;Startup&quot; option?

    i disabled all menu and toolbar options from the Startup for a form to prevent users from modifying the forms, table, etc. how do i enable them back for my own editing? thanks.
  19. Kijori

    Data Access Page - Filter Function

    How do you use the Filter function for Data Access Page? I need to perform a search for a specific word. For example, I've a database of various company names. How do I search for a particular one? Thanks in advance...
  20. Kijori

    How to create a Stand Alone menu

    I'm new to Access. I've created a simple table and some forms. What I want to do is to allow users to Add/Delete/Edit/View the database without opening MS Access. I don't want them to view the data in Table format. Sounds weird right? What I did was create a Menu for the Users. Is there a...

Part and Inventory Search

Back
Top