A Flash Developer Resource Site

Search:

Type: Posts; User: de_hertog

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. maybe this helps: // settings for stage...

    maybe this helps:

    // settings for stage
    Stage.align = "LT";
    Stage.scaleMode = "noScale";

    // on resize of stage
    titleClip.onResize = function () : Void
    {
    // set coordinates of items
  2. Replies
    3
    Views
    868

    what about this: ...

    what about this:

    this.comboBoxA.addEventListener("change", functionA);
    this.comboBoxB.addEventListener("change", functionB);
    this.comboBoxC.addEventListener("change", functionC)
  3. Replies
    1
    Views
    358

    i don't know if this is what you're looking for...

    i don't know if this is what you're looking for ...

    but if you want to set the label you see in your combobox (the first item), you have to remove and then add the item. this way it will be the...
  4. can you post the fla? ;) i'll have a look

    can you post the fla? ;) i'll have a look
  5. a problem i encountered with the html flash...

    a problem i encountered with the html flash generates, was that the first line was messing up my flash movie in mozilla.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  6. Replies
    14
    Views
    734

    na de preloader worden de images stuk voor stuk...

    na de preloader worden de images stuk voor stuk geladen. je kan ze beter allemaal van te voren laden in een temp mc en deze dan gebruiken voor je intro.
  7. Replies
    14
    Views
    734

    wat is de url?

    wat is de url?
  8. Replies
    14
    Views
    734

    ik heb ff een paar kleine aanpassingen gemaakt....

    ik heb ff een paar kleine aanpassingen gemaakt. kijk maar of je het wat vindt.
  9. Replies
    14
    Views
    734

    oh, ik had gisteren nog een berichtje gepost,...

    oh, ik had gisteren nog een berichtje gepost, maar die staat er nu niet bij. iets mis gegaan dus.

    maar goed, ik had nog een vraagje, wat wil je in je intro laten zien? loaded bytes, of de...
  10. Replies
    3
    Views
    321

    i don't have much time now... but this is...

    i don't have much time now...

    but this is where i learned the basics http://moock.org/asdg/technotes/relayout/
  11. Replies
    14
    Views
    734

    kan je nog even uitleggen wat er precies niet...

    kan je nog even uitleggen wat er precies niet goed gaat bij de preloader?
  12. Replies
    3
    Views
    321

    if you mean something like this...

    if you mean something like this www.floorplanner.nl i can give you some hints
  13. Replies
    14
    Views
    734

    can you add the xml file and some images?

    can you add the xml file and some images?
  14. to set the background invisible: ...

    to set the background invisible:

    myTextArea.depthChild0._alpha = 0;

    to set the border invisible:

    myTextArea.setStyle( "borderStyle", "none" );

    ------
    http://www.t-signers.com
  15. Replies
    5
    Views
    798

    check this site...

    check this site http://www.sharedfonts.com/eng/index.html
  16. Replies
    5
    Views
    798

    if anyone knows a solution for this i'd like to...

    if anyone knows a solution for this i'd like to here it too.

    i'm using multiple fonts for my site www.t-signers.com and i've embedded them all. but the size of the swf is quite big, because of...
  17. Replies
    3
    Views
    564

    hhmmm, that is strange .. i'll keep it in mind ...

    hhmmm, that is strange .. i'll keep it in mind

    de_hertog
  18. Thread: embed fonts

    by de_hertog
    Replies
    8
    Views
    433

    http://livedocs.macromedia.com/flash/mx2004/main/w...

    http://livedocs.macromedia.com/flash/mx2004/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004_Documentation&file=13_mult8.htm

    de_hertog
  19. Replies
    3
    Views
    564

    i had a problem with mozilla too. removing the...

    i had a problem with mozilla too. removing the first line of html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ...
  20. Replies
    3
    Views
    408

    this...

    this is the site which helped me a lot!

    de_hertog
  21. Replies
    3
    Views
    408

    check this site (it's dutch, working on english...

    check this site (it's dutch, working on english version) www.floorplanner.nl

    if you mean something like this i can give you some hints.

    de_hertog
  22. Replies
    0
    Views
    557

    writing an EPS file with actionscript

    i'm looking for a way to write an eps file with actionscript, much like this flash2eps
    proof of concept.

    but i'm having trouble with drawing multiple curves in sequence. does anyone have any...
  23. Replies
    6
    Views
    1,567

    i've found this...

    i've found this very interesting link. it's very usefull, but i have some trouble with drawing multiple curves in EPS.

    has anyone tried this?
  24. Replies
    7
    Views
    470

    thnx again! i'll take a look at it

    thnx again! i'll take a look at it
  25. Replies
    7
    Views
    470

    by the way ... what i'm doing now is, building...

    by the way ... what i'm doing now is, building one swf out of multiple swf's using Ming. then i convert the swf to eps manually using Freehand.

    do you know a way to convert a swf to eps using a...
Results 1 to 25 of 41
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center