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 TouchToneTommy 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: Wyrm2012
  • Content: Threads
  • Order by date
  1. Wyrm2012

    Call Function from Hit-Test?

    I'll get straight to the point as I have deadlines here... I have a function that works ok if I call it from a button rollover but not from my hit-test clip. I know the hit-test works as I tried it with a trace action. Here is the relevant code: onClipEvent (enterFrame) { if...
  2. Wyrm2012

    Jumping to Movie Frame in New HTML Page

    I have 5 buttons in a Flash movie. Here is what I want to happen. When a button is pressed a new page opens (which contains another Flash movie) and the timeline jumps to the relevant frame. The frame number depending on which button was pressed. Does anyone know if I can load a page using...
  3. Wyrm2012

    HTML in Text-Boxes

    OK I am loading variables into a text-box from a txt file. These are: head1 news1 and so on up to 3. Trouble is this. I have all of the head boxes set to size 34 in the Character panel but the top one comes out smaller than the others. All of the news boxes have size 20 but they come...
  4. Wyrm2012

    More Tell Target blindness

    Tell Target Can't Find target Ok, I have a simple clip where some horizontal lines slide in from the left and slot into some bullet points. This clip is slightly different for each main menu item. Now theoretically the clip should just start when the frame is entered. This works fine for the...
  5. Wyrm2012

    Sending Variables without opening new Window

    Can variables be sent to an url whilst remaining in the Flash movie environment? I don't want a new browser window to open. thanks Live forever or die trying.
  6. Wyrm2012

    Saving Varaibles Externally

    Is there a way to save variables that a user has typed into Input text-fields to an external file? I want the user to have an address book of personal numbers which will be remembered each time they open the Flash movie. This way they won't have to type them in each time. I know that variables...
  7. Wyrm2012

    Flash 5 Forms

    How do I recreate a file-type Input text-field in a Flash5 Form? The user must select a file from their computer which must then be sent to an url. Live forever or die trying.
  8. Wyrm2012

    Specifying Target Window Properties with getURL

    getURL ("url", "_blank", "GET") Does anone know if the properties of the target window (such as width and height, scrollbars, menu, etc)can be specified using the getURL command? TulsaJeff had something about opening popups using Javascript but I dont think that...
  9. Wyrm2012

    Sending Variables from Flash5 to an URL

    I'm sure there is a really easy way to do this but I can't work it out. I am trying to recreate an HTML form in Flash 5 but what is the best way to send the variables? The user must fill in several Text Input boxes and then the content of these must be sent along with the values of several...

Part and Inventory Search

Back
Top