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 Mike Lewis 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. dionysus74075

    Progressive video keeps playing when I click to another page

    That would be great... but I can't put unloadMovieNum() on every button the user could possibly press to leave the page... is there a way to set it up so that when the main movie (.swf) is replaced by a new one it runs the unloadMovieNum() and unloads the .flv progressive downloading video? I...
  2. dionysus74075

    Assigning A Key To A Sound

    Hope this helps... Here is code I am currently using on a button in one of my demos. What is happening in this case is I have the left arrow keyboard key playing a button instance called "_down" so when the user presses the left key on their keyboard the left key in my movie also presses. Go...
  3. dionysus74075

    Progressive video keeps playing when I click to another page

    Basically I have a video clip in a page on the site. When I click off to another page the audio keeps playing from the stream. How do I stop the video or audio or whichever is still playing when I go to another page? I would have thought it would have been unloaded with the rest of the page. I'm...
  4. dionysus74075

    Rolling water off of leaf...

    Can you zip the .FLA you have so far and post it? That might help on this one.
  5. dionysus74075

    flash mx 2004 combobox component

    Thanks anyway pixl8r... I've got it figured out. The way my .cfm file was accepting the variables had to be changed. It works now. So you were right, it should and does work. Thanks again for all your help.
  6. dionysus74075

    flash mx 2004 combobox component

    Please forgive my ignorance... I still don't think the combobox is sending the variable to my script. I'm just going to c/p the whole thing if you wouldn't mind taking a look. The instance name on the combobox is userContactType1 and the variable for it is userContactType. The other variables if...
  7. dionysus74075

    flash mx 2004 combobox component

    So how would you then take that data (or Label) and use it as a variable so it could be sent using loadVariables?
  8. dionysus74075

    Rotation of mc by dragging

    no... the origin isn't the problem... it actually rotates the circle to another location then begins to drag... it does rotate/drag on it's origin just fine. I want it to begin drag from the location where I press and not move until I actually drag. In other words, I want to be able to press on...
  9. dionysus74075

    Rotation of mc by dragging

    OK, I have a mc called (as you can see below) mcMain... it's a wheel that I want to turn and it contains specific values that I want a user to be able to scroll to. The problem I'm having is that when you press the wheel it jumps to a certain point on the wheel rather than just beginning to drag...
  10. dionysus74075

    Rotation of mc by dragging

    OK, I have a wheel with specific values I want users to be able to see when they rotate the wheel to a certain point... the problem is that right now when you go to press and drag the wheel (which is a mc called mcMain) it jumps to a certain point then you can drag normally and it works fine...
  11. dionysus74075

    Controlling a dropdown/combobox from a seperate button

    I have a contact page setup with text fields and a dropdown to select the type of contact. I have a submit button and a clear button. I have the clear button set to clear the text fields and I also want it to set the drop down back to the label/value "Please Select." Is this possible? Here's...

Part and Inventory Search

Back
Top