A Flash Developer Resource Site

Search:

Type: Posts; User: faeryking

Page 1 of 3 1 2 3

Search: Search took 0.14 seconds.

  1. Replies
    0
    Views
    359

    Need help with drop down list

    I have a drop down list and the last item in the list is the default item so for example my code for font size is defaulting to 56 even though the actual size is 12. How do I set the default view of...
  2. Full flash site with nice useability

    http://int.primopiatto.barilla.com

    I really thought this was very well done as the entire site is flash and it isn't about being flash but more about useability which I haven't seen alot of.
  3. Replies
    3
    Views
    1,186

    Linage II Site

    I can't wait to play this game. I always check the korean site and the beta has gone live for koreans. They also re-did the flash and it is awesome.

    http://www.lineage2.co.kr/main.asp

    Chris
  4. Thread: chipotle.com

    by faeryking
    Replies
    18
    Views
    1,676

    Don't worry

    Great site, don't worry about people complaining. They always seem to do that, unless you are so uber cool it would make you gag like a valley girl.

    Keep the cool sites coming.

    Chris
  5. Replies
    8
    Views
    699

    Just Amazing

    http://129.41.63.115/

    Chris
  6. Replies
    1
    Views
    1,111

    Solution

    For anyone else who is creating a dashed line box, bounding box or marquee selection, will find this useful. My girlfriend who knows flash suggested flipping a line box a couple of times and in 6...
  7. Replies
    1
    Views
    1,111

    Create Selection Marquee

    I want to create a selection marquee around a box that I click on. I was wondering if anyone knows of any tutorials on how create something like this.

    Thanks,
    Chris
  8. Replies
    6
    Views
    496

    Html Text

    I bet most of you are using the .text = your text.

    If you want to load HTML into a textfield you need to use: htmltext

    mytextbox.htmltext = "this text<br>and more text";

    Chris
  9. Replies
    2
    Views
    402

    crazy

    so changing the button to an mc is actually the solution, sorry for the stupid question.

    Chris
  10. Replies
    2
    Views
    402

    MC path problem need help.

    I have a textbox within a button within a MC. If I change the button to a MC the textbox updates but otherwise it doesn't. What am I doing wrong? Here is the path I use:

    zoomer.button1.text1.text...
  11. preloader

    Maybe you need stop(); in the first frame of the movie that preloader is loading.


    I also had pathing problems with Flash and so I put the html page in the same directory as the preloader and the...
  12. Replies
    2
    Views
    595

    Box

    Well I made the dash box in actionscript now I just need to figure out how to animate it. Here is my code so far:

    this.createEmptyMovieClip("someshapes", 1);
    this.someshapes.lineStyle(1,...
  13. Replies
    2
    Views
    595

    moving dash line around textbox, how?

    I want to create a moving dash line box around a textbox when it is selected. I could create the thing in Photoshop and make an animation. But I have 6 textboxes and I thought what if the client...
  14. Replies
    3
    Views
    377

    Textfield

    If it isn't in a movieclip you can place the action script in the first keyframe of any layer. With your textbox name it would be:

    fieldTextFormat = new TextFormat();
    fieldTextFormat.align =...
  15. Replies
    3
    Views
    377

    fieldTextFormat = new TextFormat();...

    fieldTextFormat = new TextFormat();
    fieldTextFormat.align = "right";
    editor_txt.setNewTextFormat(fieldTextFormat);

    if the textfield is in a moiveclip then put it at the bottom of the movieclip....
  16. Replies
    0
    Views
    970

    Mac Page Down Problem

    One of our users who is taking a course in a flash piece is having problems with paging down. Here is what she writes:

    <I>First of all, I am using a MAC, that's all our school system has. ...
  17. Thread: Flash Art!

    by faeryking
    Replies
    7
    Views
    436

    Sites

    Yep those are cool, here are a couple I like:

    http://www.majime3.com/

    http://2000.gisol.org/
  18. Thread: Flash Art!

    by faeryking
    Replies
    7
    Views
    436

    Site

    I thought it was cool and artistic. But hey everyone to their own.
  19. Thread: Flash Art!

    by faeryking
    Replies
    7
    Views
    436

    Flash Art!

    http://www.boohbah.com/zone.html
  20. Try tutorials

    There are a number of tutorials on this site that you can learn alot from. One of my favorite books is the Flash MX Designer's ActionScript Reference.

    If you are just starting with flash I would...
  21. Textfield Format

    Create a movieclip and put a textfield in that MC. Then in the MC define what font you want:

    editor_txt.font = "Arial Black";


    Then you can just duplicate that movieclip like:


    ...
  22. Replies
    2
    Views
    313

    To start

    Create a movieclip that is the window. Define visablity is false. Then use the onClick or onEvent to detect that the user clicked something. Then define visablity true for the window and it will...
  23. Replies
    1
    Views
    324

    Crazy Flash

    Well it seems that you can't define the setting inside textfield within a movieclip when it loads, you have to define it within the movieclip itself. I moved my code inside of the movieclip and then...
  24. Soda Play

    Maybe these guys can give you some advice:
    http://www.sodaplay.com/

    Chris
  25. Replies
    2
    Views
    509

    Text Field

    If the font size is the same in the properties of the textfields, then you maybe defining the text size somewhere else.

    I would suggest deleting the one that has the text you don't want and just...
Results 1 to 25 of 62
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center