A Flash Developer Resource Site

Search:

Type: Posts; User: carlosrapa

Page 1 of 7 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,648

    Thanks, You seem excellent at your job... but...

    Thanks, You seem excellent at your job... but hows web design in this city working for you????

    Carlos
  2. Replies
    11
    Views
    553

    I am with you on that idea but It has to be...

    I am with you on that idea but It has to be difficult extremely... you have to get the lighting just right...
  3. Dont use components.. Build your own stuff... ...

    Dont use components.. Build your own stuff...
    Fonts... Use only one type...
    Reuse your symbols... dont create new ones that are slightly different....
    Use a preloader...
    Use the debugger...
  4. Replies
    3
    Views
    1,648

    kamikadze.sk Ok How???

    I saw this site and wow I wish i even had a clue on how to create this. Anyone have any ideas on how this was done??? Because I would like to create something off of this concept.
    ...
  5. Replies
    11
    Views
    553

    Anyone Know How To Do This???

    I saw this site and wow I wish i even had a clue on how to create this. Anyone have any ideas on how this was done??? Because I would like to create something off of this concept.
    ...
  6. Replies
    1
    Views
    435

    dynamic pathing issues...

    OK I am confused how come the line
    ("bubble_" + count).named = _root["name_" + count];
    doesnt work?? named is dynamic text inside of the movie... if i specify bubble_1.named = _root["name_" +...
  7. Replies
    2
    Views
    619

    thanks a bunch it makes sense now that it's set...

    thanks a bunch it makes sense now that it's set up the way i need it to be...

    Thanks
    Carlos
  8. Replies
    2
    Views
    619

    I am Clueless on Intervals

    I am clueless on how to create an interval I have read tons of stuff but for some reason I still dont get it...

    How would I run an interval ever 8 seconds but only 10 times...

    Thanks,
    Carlos
  9. Replies
    3
    Views
    836

    you could load an external .swf and unload it......

    you could load an external .swf and unload it... if need be...
  10. Replies
    12
    Views
    1,413

    I had the same issue. I used this code... on...

    I had the same issue.

    I used this code...
    on the movie that loaded the external


    on (release) {
    this.useHandCursor = false;
    this.enabled = false;
    _root.createEmptyMovieClip("Tester",4);
  11. Replies
    1
    Views
    283

    nobody?

    nobody?
  12. Replies
    1
    Views
    283

    Object Accessiblity 2004

    How would i turn off an attached movies object accessiblity in 2004? I am having a tab issue and i belive that its probably my solution.

    Thanks,
    Carlos
  13. Replies
    5
    Views
    488

    well I thought i got the picture... until i...

    well I thought i got the picture... until i noticed non of the symbols i attached before... no longer appear... is it because I have to load the symbols in a different manner now?

    Curious,...
  14. Replies
    5
    Views
    488

    So with a preload it is best to uncheck "import...

    So with a preload it is best to uncheck "import in first frame" as possible?

    Thanks,
    Carlos
  15. Replies
    5
    Views
    488

    2004 Easy Preloader Question

    I am doing my first preloader... My movie is rather large so I just wanted to figure out this preloader deal before i proceded...

    I have a preloader in the first frame... On all of my symbols...
  16. Replies
    0
    Views
    408

    Tabs with attached movie problem.

    Done in MX 2004 Pro... I have a form that has a couple of attached movies to the left of the form... Here is the ActionScript i use for the form tabs...

    person_ordering_txt.onSetFocus;...
  17. Replies
    5
    Views
    414

    Yes it is freakish... thats the problem with...

    Yes it is freakish... thats the problem with companies that want to embbed a flash into lotus notes...

    Dealing with lotus and flash together is an all-a-round pain.

    But that did work although...
  18. Replies
    5
    Views
    414

    strangely enough it does advance the movie... ...

    strangely enough it does advance the movie... but I kind of found out why... I have it embedded in a lotus notes form.... and for somereason things do not work how they should when it is like...
  19. Replies
    5
    Views
    414

    Enter Button

    I need to beable to turn the enter button off... so that I can force it not to play the complete movie when pressed... anyway to do this??

    I have a very long and tedious swf... that utilizes next...
  20. Replies
    3
    Views
    479

    I figured out how to center it too if you wanted...

    I figured out how to center it too if you wanted to know...


    var o = _global.styles.Alert.message=new mx.styles.CSSStyleDeclaration();
    o.fontSize = 11.5;
    import mx.controls.Alert;...
  21. Replies
    1
    Views
    881

    Closest location look up...

    We have a company that has many distributors through out the nation... I would like to write a small program that has a couple of fields...

    It is commonly found on websites like Radioshack.com or...
  22. Replies
    5
    Views
    568

    Wow, i wish i would of know that a long time...

    Wow, i wish i would of know that a long time ago.. the documentation is rather... limitied on the subject... and well it would of been nice if it worked like that...

    Thanks,
    Carlos
  23. Replies
    5
    Views
    568

    Still no go... if you ever figure it out......

    Still no go... if you ever figure it out... please tell me... my landscape print doesnt work at all.... so at least you got it working somewhat..
  24. Replies
    1
    Views
    342

    File Size Questions

    I know the key to a lower file size is to have less jps's.... if my .fla has the same exact symbol in multiple key frames... does this count more towards filesize.. verse having a layer dedicated to...
  25. Replies
    3
    Views
    479

    Alert Box Help... Please

    When I press on the button the alert box component appears.. however it appears right directly above the button... i need to center it... however everything i have tried... does not work... please...
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center