A Flash Developer Resource Site

Search:

Type: Posts; User: mattmikulla

Page 1 of 7 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    15
    Views
    1,118

    very true.

    very true.
  2. Replies
    15
    Views
    1,118

    I don't mean to bite the hand off anybody trying...

    I don't mean to bite the hand off anybody trying to help. I appreciate every one in the forum and all the help they offer. This is anunbelievable resource.

    With that being said...Some did not...
  3. Replies
    15
    Views
    1,118

    It doesn't snap because it's not turned on? ...

    It doesn't snap because it's not turned on?

    Are you serious?

    I know it's on becuase there is a little check mark by it. You know, the universal indicator for something being ON.

    No matter...
  4. Replies
    15
    Views
    1,118

    ok folks. The guides answer seems like the...

    ok folks.

    The guides answer seems like the best one.

    REMEMBER, I don't want to create it using actions script, and grabbing the little handles is worthless to me, unless I maybe use the...
  5. Replies
    15
    Views
    1,118

    can you do it without using the createTextField...

    can you do it without using the createTextField actionscript? I would rather physically add the input textfields. It seems like such a simple thing.

    If it can't be done, what is macromedia...
  6. Replies
    15
    Views
    1,118

    how to resize a text field?

    Hello.

    I want to make some input text fields a certain size, but I can't change the size by typing in numbers because it just transforms the fields, distorting the text.

    This should be a simple...
  7. Replies
    3
    Views
    393

    thanks oldnewbie. But this leads me to a problem...

    thanks oldnewbie. But this leads me to a problem I was working on previously.

    I now need to create a text field that is a certain size, loads a dynamic or external text file, uses embedded fonts,...
  8. Replies
    3
    Views
    393

    Resizing a dynamic text field?

    Hello.

    I want to create a dynamic text field that is a specific size, say, 400 x 300. I draw the text field and I'll get 400.2 x 300.7 , or as close as I can get it. If I go up to change the...
  9. still haven't gotten it yet. Can it be done?

    still haven't gotten it yet. Can it be done?
  10. dynamically loading a text file with createText Field

    Hello.

    I'm trying to dynamically load an html formatted text file with createTextField.

    I would also like to set the font to a font called my_font that is a font from a shared library.

    Any...
  11. How to desing a site that the client can easily update?

    Hello. I'm thinking about dipping my toe in a little web design. I want to know how exactly pro's handle designing a site that a client with no html or design experience can update.

    For example....
  12. ok, a few more questions. So I made a font...

    ok, a few more questions.
    So I made a font symbol in my shared library. How do I assign that font symbol to my text fields? Do I just go ahead and select the font used from the font menu. Do I have...
  13. how to display the name of a loaded movie dynamically in text box?

    Hello fk.

    I have jpegs and swfs that load into a blank movie clip. Is it possible to put a blank dynamic text box on the stage that will display the name of whatever movie of jpeg is loaded into...
  14. Thanks oldnewbie for replies on all my posts. The...

    Thanks oldnewbie for replies on all my posts. The other text box actionscript method works perfectly for my project.
  15. embedding fonts, or font symbol, for dynamic text?

    Hello.

    I use the same fonts throughout my website. The site itself is modular in nature, meaning several movies are loaded into and on top of one another. I have a shared library that all movies...
  16. Replies
    2
    Views
    484

    text in text box without a .txt file?

    Hello.

    I am trying to get text into a text box dynamically through actionscript, opposed to loading a text file. Is there some kind of "print" function in actionscript that can for example:
    ...
  17. Replies
    1
    Views
    392

    targeting questions

    Hello fk.

    I have some quick questions about actionscript.

    I am trying to load jpegs into a movie clip "container", using LoadMovie, so that they are centered always.
    Right now I have made...
  18. re-using pixel fonts throughout a project?

    Hello fk. A few questions here.

    Can I re-use a pixel font throughout a project that uses several swfs by somehow placing that font in my shared library?

    If so, then how?

    Can I apply this to...
  19. using folders to organize files, help?

    Hello. My files are out of control. I need to organize them in folders. Right now I just have everything in one root folder. How do I access files that I have put in a folder, lets say...
  20. one more thing

    Oh yea. Where would I place that function. I have never really understood functions to well.
  21. please clarify

    Hello scott.

    Could you clarify the code a little. I have never really used the On ( I am assuming you are talking about OnClipEvent) so I'm not sure how that works. Here's the breakdown:

    Lets...
  22. how to center a loaded jpeg in a movie clip?

    Hello fk.
    I want to load jpegs in using loadMovie. I have a container or "empty" movie clip that I want to load these jpegs into. The catch is that I want them to be centered in that empty movie...
  23. centering a movie clip using actionscript?

    can you tell a movie clip to center itself relative to another movie clip, inside a movie clip, or in a swf using actionscript?
  24. Is there any basic code to tell a movie object to...

    Is there any basic code to tell a movie object to center itself on the x and y. For example, I can tell myMovieclip to go to 3,3 by saying:
    myMovieclip._x = 3;
    myMovieclip._y = 3;
  25. loading a movie clip into another movie clip

    can you load a movie clip into another movie clip so it is centered. Say I have a mc called big. I want to load small into big so it is exactly centered. Can you do this?
Results 1 to 25 of 161
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center