A Flash Developer Resource Site

Search:

Type: Posts; User: Damir Secki

Page 1 of 9 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,040

    Hello, thank you for your link I really...

    Hello,

    thank you for your link I really apresciated it.

    But this component has to many bugs, the code is messy and it's not working as it is supposed too and supports only 10 thumbs. I need...
  2. Replies
    5
    Views
    636

    You should not use else if for different...

    You should not use else if for different variables. you should just use

    if (_global.SVFAIL == true) {
    ...
    }
    if (statement2){
    }
    if (statemen3){
    }
  3. Replies
    4
    Views
    769

    you can check the domain... check the web on how...

    you can check the domain... check the web on how to check the domain in js
  4. Replies
    5
    Views
    636

    Re: Please Help

    I don't get your problem, but from your code I see you have the same IF twice. Check out how you should do it



    if (_global.SVFAIL == true) {
    _root.VFCmovie.display2.text = "S V = F A I L";...
  5. Replies
    4
    Views
    769

    Pop-up is a window, that pops up :) a banner is...

    Pop-up is a window, that pops up :) a banner is usually an advertising image placed on the site.

    To do that (a pop up, that shows up, when you close the page, you have to call it on Unload...
  6. Replies
    3
    Views
    1,040

    cammon, please?

    cammon, please?
  7. Replies
    3
    Views
    1,040

    Horisontal Photo scroller

    Hello!

    I would like to make a photo gallery.

    The most important thing is the display of thumbnails.

    I have found a component on flashcomponents.com that explain how do I like it...
  8. Replies
    0
    Views
    544

    RollOut the movie

    Hello!

    I've made a flash navigation for my html page.
    This navigation movie has several buttons with rollOver and rollOut effects. It all works fine when the users mouse ponter moves from within...
  9. Thread: AS problem

    by Damir Secki
    Replies
    5
    Views
    950

    I used trace to see the results in trace window. ...

    I used trace to see the results in trace window.
    As I said before, stil not working. When I go mouseover the buttons stil nothing happens!

    if use this code on the button it works perfectly...
  10. Thread: AS problem

    by Damir Secki
    Replies
    5
    Views
    950

    Thanks for your reply. I know this way would all...

    Thanks for your reply.
    I know this way would all work, but I don't want to put that script on(RollOver) on ALL my buttons. I would like to keep all those in one place and that code I worte should...
  11. Thread: AS problem

    by Damir Secki
    Replies
    5
    Views
    950

    When I am using AS like this: ...

    When I am using AS like this:

    namerica_btn.onRollOver=showHint("North America");
    europe_btn.onRollOver=showHint("Europe");

    function showHint(Text)
    {
    _root.hint._visible=true;...
  12. I would be interested too

    I would be interested too
  13. Replies
    10
    Views
    1,074

    ::_MX-monkey_:: You Are Perfectly RIGHT!

    ::_MX-monkey_:: You Are Perfectly RIGHT!
  14. Thread: OOP fight!

    by Damir Secki
    Replies
    15
    Views
    966

    sorry Fredi

    sorry Fredi
  15. Thread: OOP fight!

    by Damir Secki
    Replies
    15
    Views
    966

    oh btw, is onWindowsBug gojng to work on Macs to?...

    oh btw, is onWindowsBug gojng to work on Macs to? Or there is no such event in MAC version?
  16. Thread: OOP fight!

    by Damir Secki
    Replies
    15
    Views
    966

    Hey! How strange my help doesn't show the...

    Hey!

    How strange my help doesn't show the onBug function. What object includes it? MovieClip?

    Damn, Where did you find it? If it's undocumented? Are there any special sites that has...
  17. BRAVO !!! translation: Great post, the right...

    BRAVO !!!
    translation: Great post, the right amount of sarcasm! Right to the point, totally true!

    and again
    BRAVO!!!
  18. Hola Folks! After carefully reading ALL the...

    Hola Folks!

    After carefully reading ALL the posts in this thread I decided to post my comment, no... I decided to post my comment after first post, but I hoped someone has my point of view and...
  19. Replies
    19
    Views
    1,837

    Hey folks what are you talking about? The new...

    Hey folks what are you talking about?

    The new time line is much better (btw what are the differences? :)

    Ok, to the panes now, they are REALLY much better and organized now. I hated those in...
  20. Replies
    6
    Views
    1,469

    :)

    :)
  21. Replies
    6
    Views
    1,469

    Sometimes just stops and drag the ball movie...

    Sometimes just stops and drag the ball movie works slower
  22. Replies
    9
    Views
    1,028

    I need to figure it out by myself i just need...

    I need to figure it out by myself
    i just need some examples
  23. Replies
    9
    Views
    1,028

    Madokan: Can you please send me the fla of that...

    Madokan:
    Can you please send me the fla of that example???
  24. Replies
    18
    Views
    1,307

    I am not scared - I am just so excited!

    I am not scared - I am just so excited!
  25. Replies
    6
    Views
    1,469

    Damn flash player is really really slower, look...

    Damn flash player is really really slower, look at my footer! It worked perfectly smooth with f5 player!
Results 1 to 25 of 214
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center