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 Westi 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. tallgiant

    video issue

    I know I should probably have done this in Director, but the client only uses Flash, so here goes: I have several video clips in MPG1 format, and I have imported them into Flash MX. I have selected quality=100, keyframe interval=15, scale=100, checked the Synchronize video to Macromedia Flash...
  2. tallgiant

    horizontal volume slider issues

    Thanks Oldnewbie The .fla is at http://www.geocities.com/jdfar/volume_slider11.fla. The two things that aren't working with it are: 1) It drags whenever the user places the cursor anywhere, not just the volume slider. 2) It does not function in an embeded movie clip (i.e. if I made this into...
  3. tallgiant

    horizontal volume slider issues

    I tried that but it did not work! It seemed like it is designer for a web page. The code downloaded = mySound.getBytesLoaded(); total = mySound.getBytesTotal(); if (downloaded != total) { _root.dl = "downloading song..."; } else { complete = 1; _root.dl = ""; is confusing the hell out...
  4. tallgiant

    horizontal volume slider issues

    I have tried several variations and nothing is working right. Here is what I have right now. The actual slider is in a movie clip called slidebarMC with an instance name of slideBar. I added the code: on (press) { startDrag("", false, left, top, right, bottom); dragging = true; } on...
  5. tallgiant

    Volume slider not working within movie clip

    I successfully created a volume slider in the main scene of my movie, but when I do a volume slider in an embeded movie clip, the slider button appears off the screen at 0 on the x axis. Any ideas how I can fix this within the movie clip? The code is below. Thanks in advance for the help...
  6. tallgiant

    stopping sound when exiting frame

    I successfully created a volume slider, but how do I get it to stop so when the user enters then next frame, the sound stops. Is there an additional piece of scripting I need to write? Ideally, the user enters the frame, the sound starts, but if the user exits the frame, the sounds cuts off...
  7. tallgiant

    Variable Cookie

    I need to create cookies for my flash project so that it will remember where the user was from the last time the swf file was opened. A programmer friend recommended that I use variables instead of shared objects. Are there any good demos or tutorials on this? Much appreciated.
  8. tallgiant

    Shared Objects

    I need to create a CD for a class project. The CD contains a series of information and short quizes. When a user logs into the .swf file, the .swf file should remember where the person last left off within the .swf (if they have logged in before). Someone said to use shared objects, but I...
  9. tallgiant

    Multiple CD users

    On a CD-ROM using a .swf file, I want to create a login and password for mutliple users (so that the user has to login to access the info on the .swf file. Is there a way to do it for multiple users so it will remember the person and their login info and also remeber where they were in the .swf...
  10. tallgiant

    Movie Clip button

    How do you link a button in a movie clip to a scene outside of the clip? I can make the clip link to itself just fine, but when I give a button with the movie clip the action: on (press) { gotoAndPlay("SCP", "cp"); } it does not go to the scene and label. Am I missing another line of script?

Part and Inventory Search

Back
Top