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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jubalj

  1. jubalj

    Please help,Loadvars does not post! Flash MX2004

    i'll repost the send line since it isnt correctly displayed above. senddata_lv.send(&quot;<URL>&quot;,&quot;_blank&quot;,&quot;POST&quot;);
  2. jubalj

    Please help,Loadvars does not post! Flash MX2004

    I really hope someone can help me, I'm going mad trying to work out why this wont work; I am trying to use loadvars to 'post' multiple variables to a remote php script. But no matter what i try it only seems to be going though as a GET, rather then a POST! I have tried to cut everything down...
  3. jubalj

    Flash 2004 printing questions

    Hi guys, Am using the new PrintJob(),.addPage(),.send() way of printing a large movie (760 x >2000pi). I have essentially worked out the printing except for the following problems: 1. border around input box Input text boxes within the movie dont print with a border, althought the text boxes...
  4. jubalj

    input text behind mask

    Thanks wangbar, but is there anyway I could trigger an event when the textbox receives focus, and then still receive input? I basically want to bring up some sort of tool tip or prompt when the person enters the field. Since i'm using MX2004, i had another screen with the tooltip, and had a...
  5. jubalj

    input text behind mask

    Thanks, sorry I've been a bit unclear, since I'm new to the lingo. I worked out the masked field was not the problem. The problem can be reproduced if I do the following: 1. Create an Input text field 2. Convert it to a Symbol, and make it a Movie clip. Now the the problem step 3. Add some...
  6. jubalj

    input text behind mask

    I see what the problem is: If the movies timeline has any actionsctipt in it then it disables the ability to enter text into input fields within the movie! anyone know of a way around this please. Regards Jubal
  7. jubalj

    input text behind mask

    I havent quite worked out what the problem was but when i recreated the movie clip that was behind the mask, it seemed to work fine? The only difference that I could think was that the original movie clip was actually from another fla (i.e. in the library when clicked on update it would show...
  8. jubalj

    input text behind mask

    Hi guys, I want to have input fields behind a mask layer. It took me a while to figure out that I needed to embed the fonts in the input text field to see the the text frame, but despite embedding it I cant enter any text into the input boxes, because the boxes although visible wont receive...
  9. jubalj

    scrollbar problem _ text not visible in movie

    for others stuck with a similar problem: http://www.macromedia.com/support/flash/ts/documents/maskprintembed.htm
  10. jubalj

    Replacing graphic symbol within movie based on button selection

    Thanks again oldnewbie a very simple solution and it works well. i should have thought of that.. i just had to make 'movie clips' rather then 'graphic' symbols for the images to get it to work.
  11. jubalj

    Replacing graphic symbol within movie based on button selection

    Hi Guys I have a newbie question, I am using Flash MX 2004 to develop an application. Is it possible to write a piece of code that will change which graphic symbol is displayed in a movie clip depending on which button the user presses in another form? I guess the button on selection can set...
  12. jubalj

    Creating a self resizing input text box.

    Thanks for that.. this.text4_txt.autoSize = &quot;center&quot;; does exactly what I want, however, if i try to convert the text box into a symbol or add it to the library it doesnt autosize anymore? anyidea why this would happen? Regards Jubal
  13. jubalj

    Creating a self resizing input text box.

    I am a newbie when it comes to flash, currently using MX 2004. Is it possible to create an input text box that automatically (vertically) resizes itself, when it detects that it is not large enough to hold the entered text. There are plenty of examples of scrolling, but this is not what I...

Part and Inventory Search

Back
Top