A Flash Developer Resource Site

Search:

Type: Posts; User: yOzyOz

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    598

    under flash 5 but I'll have a look with the...

    under flash 5

    but I'll have a look with the trial MX...

    THX
  2. Replies
    4
    Views
    598

    HI! here is my problem: I have an...

    HI!

    here is my problem:

    I have an animation, and I would like to apply exactly the same to a hundred of different symbols. If I duplicate the animation mc and then swap the symbol, I have to...
  3. just make two mc's as button, and put on them...

    just make two mc's as button, and put on them event like this:

    on(press){
    startdrag(MCname)
    }
    on(release){
    stopdrag()
    }

    If u want the script to run when clicking on the movie to...
  4. Replies
    0
    Views
    420

    HI! here is my problem: I have an...

    HI!

    here is my problem:

    I have an animation, and I would like to apply exactly the same to a hundred of different symbols. If I duplicate the animation mc and then swap the symbol, I have to do...
  5. Replies
    1
    Views
    615

    find it by myself

    The answer to my request was Resource Hacker. Ok, next time, I promise to read the boards before annoying everybody with stupid questions ;o)
  6. Replies
    1
    Views
    615

    Hi I'm searching for something like...

    Hi

    I'm searching for something like *********** Jugglor, to kill the top menubar and the right click, and also change an icon for a fla projector file, but, if possible, something free or...
  7. Replies
    2
    Views
    851

    thx

    ok, it seem not too hard, as this soft seem to answer all my questions regarding projectors capabilities... maybe you'll get an order soon, if my boss didn't ran out of money !)

    THX
  8. Replies
    2
    Views
    851

    Hi I have to produce an executable for both...

    Hi

    I have to produce an executable for both mac and pc distributed on a cdrom. Is there a lot to know about? Where can I find full docs about this?

    Another question: this exe should be dynamic,...
  9. Replies
    0
    Views
    1,231

    Hi there... my problem is: I need to...

    Hi there...

    my problem is:

    I need to preload huge swf file just as I load swapping images in html. This preloading should run back while user is visiting the site, just as swapping too.

    I've...
  10. Replies
    1
    Views
    472

    Hi I need to get the height of a dynamic text...

    Hi

    I need to get the height of a dynamic text box within a mc (so the height of the mc). I'm sure I've already seen sthing bout that in the board but I cant find it again... So can help? thx...
  11. Replies
    1
    Views
    501

    use this

    use this

    <a href="#" onmouseup="window.open('url','framename','width=xxx, height=xxx, scrollbars=no, location=no, directories=no, menubar=no, resizable=no, status=no, toolbar=no')">text</a>

    be...
  12. Thread: scrolling movie

    by yOzyOz
    Replies
    1
    Views
    542

    you should use this function in a loop to make it...

    you should use this function in a loop to make it repeat again & again... Try this: just at the end of the function put a gotoandplay (theframejustbefore). this way will run...
  13. Replies
    1
    Views
    411

    my problem: once I play my movie (wich is not...

    my problem:

    once I play my movie (wich is not really heavy - about 85ko)
    in a browser set to fullscreen, animations and effects are really, really slow... Even on my new PIII. Can't imagine the...
  14. Replies
    3
    Views
    512

    thx to u two...

    thx to u two...
  15. maybe... if your text (software, I guess?) has...

    maybe...

    if your text (software, I guess?) has static position in the animation (Imean if it's not dynamic, or moving), you could create another layer behind, on wich you put a button. This bouton...
  16. Replies
    3
    Views
    512

    is there a way to use a loaded movie to interact...

    is there a way to use a loaded movie to interact with the main movie it's loaded into?
    I mean, the movie I load into the main is a kind of menu, wich has to load another movie into the main...
  17. Replies
    1
    Views
    361

    yes, you need cgi or some programmation. Maybe...

    yes, you need cgi or some programmation. Maybe you should visit scripting dedicated sites.
    If you want to use ASP (on a NT Server it works well and it's easy to understand), check this URL:...
  18. Thread: break in text

    by yOzyOz
    Replies
    0
    Views
    415

    hi i am importing large texts from a db with...

    hi

    i am importing large texts from a db with asp into a flash dyn text. Is there a way to insert breaks in this text without defining multiple variables for each paragraph???

    thx
  19. Thread: focus on a form

    by yOzyOz
    Replies
    2
    Views
    463

    OK... At least I know it is probably...

    OK...
    At least I know it is probably impossible... I can let my brain have some rest now!;o)

    THX
  20. Replies
    1
    Views
    664

    the only way I know to do that is to change...

    the only way I know to do that is to change options of your naviguator (f.expl. in IE choose print options and set header and footer to blank).
  21. Thread: show clip

    by yOzyOz
    Replies
    2
    Views
    490

    that's normal. On ce you change the _alpha of a...

    that's normal. On ce you change the _alpha of a clip, it stand the same for the rest of the movie... So when you call back your a's MC, it is well loaded, but with an alpho of 0...

    try to put the...
  22. Thread: focus on a form

    by yOzyOz
    Replies
    2
    Views
    463

    I have some probs sbody shoul help me please ...

    I have some probs sbody shoul help me please

    ihave a form in flash, on a ASP page with other objects and with db requests, in which user should type a password. I would this to be done by the...
  23. Replies
    2
    Views
    496

    I already try this, but it doesn't work. My swf...

    I already try this, but it doesn't work. My swf movie doesnt answer til you click it...
  24. Replies
    2
    Views
    490

    it's as easy as telltarget use: with...

    it's as easy as telltarget

    use:

    with (objectname){
    //here your commands, for example
    -x=100;
    gotoAndPlay(30);
    }
  25. Replies
    2
    Views
    496

    i'm searching how to set the focus onto a form's...

    i'm searching how to set the focus onto a form's field in flash. I'm trying to allow user to insert password with the keyboard at the launch of the homepage, and it runs but only if the user click on...
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center