A Flash Developer Resource Site

Search:

Type: Posts; User: cristi_b_1

Page 1 of 18 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,730

    Flash8 Hi Robb, Thanks, I'll take a look :) Chris

    Hi Robb,
    Thanks, I'll take a look :)
    Chris
  2. Replies
    4
    Views
    1,730

    Flash8 Hi Robb, Yes, how can I embed them at runtime?...

    Hi Robb,
    Yes, how can I embed them at runtime? :) (as2)
    Thanks,
    Chris
  3. Replies
    4
    Views
    1,730

    Flash8 Embedding fonts externally

    Hi guys,
    Is it possible to embed a font without having to open flash? If yes, how?
    Thank you :)
    Chris
  4. Flash8 Thanks guys for answering. The solution I found...

    Thanks guys for answering. The solution I found was putting the you tube holder in another movieclip, and making the parent invisible. Unfortunately fade is out of the question, because those pieces...
  5. Flash8 YouTube embed code appearing (annoying)

    Hi guys,
    I made a gallery which supports you tube videos as well, and when a you tube video loads, it tweens its alpha from 0 to 100 (so it doesn't just pop up). It also changes its size acording to...
  6. Replies
    11
    Views
    5,024

    Also, if you set the autoSize in an onEnterFrame...

    Also, if you set the autoSize in an onEnterFrame function it will work properly.
  7. Replies
    3
    Views
    4,872

    Personally I kind of hate that. Learning a new...

    Personally I kind of hate that. Learning a new language every few years stinks big time. Learning to do the same things you already can do, but in a different way stinks even more in my opinion.
  8. Replies
    0
    Views
    409

    CS3 philosophical actionscript question :P

    Hi guys,
    It seems that as3 is becoming more and more popular, and I'm thinking about 2 things: either considering other platforms, or start learning as3.

    My very painful questions is: why is as3...
  9. Replies
    3
    Views
    4,872

    AS2 to AS3 converter

    Hi everybody :)
    I see that AS3 is becoming more and more popular, and AS2 is less and less demanded. I was wondering, is there a good as2 to as3 convertion software? I'm not talking about the free...
  10. Flash8 detect if a container has a loaded image inside

    Hi guys,
    I have a biiig problem.
    I have a var mcLoader=new MovieClipLoader().
    mcLoader.onLoadInit has a function asgined to it. The thing is I will use the mcLoader to load multiple images in...
  11. Replies
    1
    Views
    557

    solved it :D

    solved it :D
  12. Replies
    1
    Views
    557

    duplicateMoveiClip problem

    Hi,

    I have this code from the flash help file:

    var container:MovieClip = setUpContainer();
    var ln:Number = 10
    var spacer:Number = 5;
    var duplicate:MovieClip;
    for(i = 1; i < ln; i++) {
    ...
  13. Replies
    17
    Views
    158,513

    or here...

    or here http://www.adobe.com/devnet/activecontent/articles/devletter.html
  14. Replies
    2
    Views
    541

    Flash8 Thank you so much IMS :)

    Thank you so much IMS :)
  15. Replies
    2
    Views
    541

    Flash8 if statement - more than 1 conditions

    Hi :)
    Is there a way to have more conditions in an "if" statement? For example I have 3 conditions:
    condition 1: a=5
    condition 2: b=3
    condition 3: c=12
    So, if a=5, b=3 and c=12, I want to...
  16. Replies
    1
    Views
    444

    Flash8 ok sorry, I've got it :D unloadMovie

    ok sorry, I've got it :D unloadMovie
  17. Replies
    1
    Views
    444

    Flash8 unloading a clip

    Hi
    I use mcLoader.loadClip action to load an image. I'd like to make a button stop downloading the image in case it isn't loaded 100%. So if the image is loading, when I press the button it will...
  18. Replies
    2
    Views
    991

    Hi sstalder and thanks for answering :). It's...

    Hi sstalder and thanks for answering :). It's Math.ceil I needed actually :D. But I was too tired to figure it out :D. It happens when I work long hours and have no breaks :D.
  19. Replies
    2
    Views
    991

    [F8] Math.round and Math.ceil

    Hi guys
    I have a code in which I have to use Math.round if a certain value is for example 3.67 (67 is higher than 50) and Math.ceil if a value is for example 3.23 (23 is lower than 50). What can I...
  20. Replies
    5
    Views
    655

    Thanks for answering back mikepol :) I was...

    Thanks for answering back mikepol :)
    I was already aligning my assets on load :D. That wasn't the problem. The problem is with firefox actually (and only with FF). If you open a new tab, that will...
  21. Replies
    5
    Views
    655

    Hi mikepol and thanks for answerng. Unfortunately...

    Hi mikepol and thanks for answerng. Unfortunately like I said above there's a smalll problem with the onResize method. If you open a new tab in the same window, flash won't recognize that as...
  22. Replies
    11
    Views
    5,024

    That's a great idea, I'll do that too from now...

    That's a great idea, I'll do that too from now on. Thanks for sharing :)
  23. Replies
    11
    Views
    5,024

    In my projects it worked fine with internal CSS....

    In my projects it worked fine with internal CSS. The problem with autoSizing to right is that some of the letters in the end of the sentences get masked somehow (whole letters or parts of letters...
  24. Replies
    5
    Views
    655

    [F8] onEnterFrame vs onResize

    Hi guys
    Usually I use onEnterFrame to align assets on the stage, but I’m thinking of avoiding that as much as possible. So I’m thinking of using onResize instead of onEnterFrame. The problem is...
  25. Replies
    11
    Views
    5,024

    I didn't, I don't think there is actually a fix...

    I didn't, I don't think there is actually a fix for that :D. I put my links in a new paragraph if the link doesn't really need to be inside a sentence :D.
Results 1 to 25 of 443
Page 1 of 18 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center