A Flash Developer Resource Site

Search:

Type: Posts; User: miscellaneum

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. in the properties panel deselect border/bg...

    in the properties panel deselect border/bg button.

    -or-

    yourTxtFieldName.border = true;
    yourTxtFieldName.background = false;
  2. Replies
    7
    Views
    511

    NICE THANKS!!!!!!!!!!!!!!!!! ...

    NICE THANKS!!!!!!!!!!!!!!!!!

    loadMovie("blog.txt", this);

    getURL("blog.txt", "_level0");
    this.createTextField("content", 0, 0, 0, 100, 10);
    content.html = true;
    content.autoSize = "left";...
  3. Replies
    7
    Views
    511

    uh no that was a "i've got six trillion things on...

    uh no that was a "i've got six trillion things on my mind" oh yeah. But this is a defiant **** off.
  4. Replies
    1
    Views
    435

    its quite a bit of work. An array is absolutely...

    its quite a bit of work. An array is absolutely nec. There are several ways to go about it.

    here is an array form for 2004

    function changeColor(obj):Void {
    ...
  5. Replies
    2
    Views
    416

    I do not have 2004. I'm running mx. But what I do...

    I do not have 2004. I'm running mx. But what I do know of 2004 is that you must declare classes. for instance...

    x=number:24;

    I belive that's the syn. regardless possibly you have to go...
  6. Thread: Scenes?

    by miscellaneum
    Replies
    3
    Views
    418

    are you placing you r rollover scripts on the...

    are you placing you r rollover scripts on the buttons or in the timeline?
  7. Replies
    7
    Views
    511

    here's the txt

    here's the txt
  8. Replies
    7
    Views
    511

    oh yeah.

    oh yeah.
  9. Replies
    7
    Views
    511

    loadVariables to createTextField

    Does anyone know a way around the bug concerning loading variables into a dynamically created textfield in flashMX?

    They show up and everything works great when the txt content is embeded within...
  10. Replies
    1
    Views
    402

    assuming myData is the textfield...

    assuming myData is the textfield
    _level1.mc.myData=loadVariables("lang2.txt",1);
  11. Replies
    1
    Views
    386

    :( Links Firefox & Flash

    has ne1 had any issues with firefox and flash sites...
    more specifically button and such not registering?
    if so have you found a fix?
  12. Replies
    125
    Views
    275,394

    Sticky: yet another non-working php....

    yet another non-working php.
    http://www.humanwine.com
    if you go to the muzik section and then click on of the song titles at the bottom to get the lyrics the page dims and just sits.

    iam am...
  13. Replies
    6
    Views
    621

    these are 2004 MX aren't they

    these are 2004 MX aren't they
  14. Replies
    6
    Views
    621

    i'm still not sure why it comes up blank when i...

    i'm still not sure why it comes up blank when i press either the graphic or web sections. from your last post i can only assume it lies in the swf's that control your play functions. if you want to...
  15. Replies
    6
    Views
    621

    hey i chked out the site and i believe i see what...

    hey i chked out the site and i believe i see what you mean.
    i looked at the fololowing swfs and the only issue i found was a stop on the first frame of what looks to be a fade. is it possible that...
  16. i kindA need to know what your trying to do. you...

    i kindA need to know what your trying to do. you said you would like to simulate a keypress but why? what is it you want to happen? i'm not being evasive i just don't quite get what you are trying...
  17. Replies
    2
    Views
    479

    yes they where photoshopped. they use a blur...

    yes they where photoshopped. they use a blur effect and level adjustments.
  18. Replies
    3
    Views
    647

    yee-haw!

    yee-haw!
  19. php is very good for writing to txt files ...

    php is very good for writing to txt files




    $fp = fopen( $filename,"w+");
    fwrite($fp, $New, 80000);
    fclose( $fp );
  20. Replies
    2
    Views
    675

    you can referrence different levels by using ...

    you can referrence different levels by using

    _level#

    _level0.
    _level1.
    _level2.

    etc
  21. Replies
    12
    Views
    593

    one other option is to have results chk the...

    one other option is to have results chk the variable value through _level.variable.

    also unless i am mistaken your getURL "_top" must reference an html page and not an swf.

    nunomira's example...
  22. Replies
    17
    Views
    852

    normally i wouldn't do this but...its a fairly...

    normally i wouldn't do this but...its a fairly basic trick

    onClipEvent (enterFrame)
    {
    if (_root._ymouse > 331.700000)
    {
    _root.actions1.ypos1 = 360.400000;
    }
    else if...
  23. on your maintime line select a frame and type in...

    on your maintime line select a frame and type in the actions panel

    something=1;

    select your button and type in the actions panel


    on(press){
    if( _root.something==1){_root.something=0}...
  24. i have not lookeed at the file yet but just as a...

    i have not lookeed at the file yet but just as a common issue i still catch myself in sometimes do you have an action in the beginning of that scene declaring

    varname="";

    i know you're not...
  25. Replies
    3
    Views
    647

    the start drag syntax is: startDrag(target,[lock...

    the start drag syntax is:
    startDrag(target,[lock ,left ,top ,right,bottom])

    just get rid of your x= and y=

    instead of:
    startDrag(this, true, _x = 0, _y = -442.5, _x = 0, _y = -162);

    try:...
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center