A Flash Developer Resource Site

Search:

Type: Posts; User: erikbeerlage

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. anyone? please....!

    anyone? please....!
  2. Replies
    1
    Views
    404

    Maybe what you want

    Maybe this can help you, but it is different than you asked for. I stumbled accros it while surfing the net:

    http://www.mikeindustries.com/sifr/

    It uses flash to render text nicely. See the...
  3. picture moving the opposit direction of your mouse

    Hi,

    Does anyone know how to create the background effect on the following url:
    http://www.depannekoekendekale.nl/projects/phpfreakz/
    I'm talking about the picture moving the opposit direction of...
  4. I named the 'id' in the css code above, that did...

    I named the 'id' in the css code above, that did not work;
    this does: <div class="flobj" id = "flashobject">

    briliant... even in firefox :
    http://home.wanadoo.nl/ej.beerlage/test2/

    cheers,...
  5. test

    thanx for your reply again..

    Well i've put something on the net again to test it:
    http://home.wanadoo.nl/ej.beerlage/test2/
    It does not work, it gives an javascript error... needs an object......
  6. Hi Louis, I found the following at Merhl...

    Hi Louis,

    I found the following at Merhl Interactive for everybody with simular problems: http://merhl.com/webdevblog/index.php?itemid=14. This might work well.
    Don't know exactly how to...
  7. I have tested your example in my context with my...

    I have tested your example in my context with my exit button.
    The exit button has an unloadmovie command on it:


    on (release) {
    unloadMovieNum(0);
    }
    I've put it also on the net:...
  8. That's a very nice example. I will check it out...

    That's a very nice example.
    I will check it out to improve my code.

    Thanx again!
    Erik
  9. Thanks Louis for your post, Unfortanetly that...

    Thanks Louis for your post,

    Unfortanetly that doesn't work in the firefox environment..

    This is a typical firefox problem I have encountered before.
    zIndex is something which does not work...
  10. Thanx Louis, The javascript code works now. In...

    Thanx Louis,

    The javascript code works now. In the previous version it only toggled on, and the code wasn't good I presume.

    But in Firefox the area which you make invisible (visibility =...
  11. thanx

    thanx for your reply, I will try it!!
    Will get back to you with the results

    Cheers, Erik
  12. FScommand, On top Animation to be closed [in Firefox]

    Hi Everybody, (Flash MX v6.0)

    I have a problem with my flash animation in Firefox. With an advanced javascript code I got from a friend (which is added below) I open up an Flash animation on top ...
  13. Please...

    Does someone have the right answer for my problem...
  14. Thanks for reacting dawsonk, but that isn't the...

    Thanks for reacting dawsonk, but that isn't the solution.

    I've tried a similar thing: (but Flash constantly uses 2...)


    if (qback == undefined) {
    maxVal = 2;
    trace("maxVal set to 2");
    }...
  15. Replies
    5
    Views
    611

    Levels work perfectly for me... I have no idea,...

    Levels work perfectly for me... I have no idea, why your code does not work...

    - maybe you need a stop function in the external swf (stops the looping if that is the problem)
    - and if you have an...
  16. Replies
    5
    Views
    611

    hi there, Offcourse you can control the external...

    hi there,
    Offcourse you can control the external swf.

    First you have the swf loaded on a level, 1 for example:
    loadMovieNum("player.swf", 1);

    After player.swf is loaded (when it is a large...
  17. How can I use the code below to delay the action...

    How can I use the code below to delay the action of a button being pressed?
    In the "delay" time I want to fade away some elements on the timeline. Than I want the movie to go to the label pictures. ...
  18. Thanks for the reply, but it is not entirely what...

    Thanks for the reply, but it is not entirely what I want.

    Let me try it on another time;
    Normally I've the gotoandplay action added to a button:
    on (release) {
    gotoAndPlay("pictures");
    }
    ...
  19. random picture from external txt file

    Ahh, it just won't work...
    I want my movieclip to randomly choose a background picture. So far no problems... (I've a MC with instance name picture for this purpose etc etc)

    But now I want to...
  20. button onrelease action after animation

    Hi,
    Well, i want to play a small animation after a button is pressed. After that the button action (gotoandplay) should do his work.

    Till now I always set a number in a variable when using the...
  21. Alright alright, Now it works just right! ...

    Alright alright,

    Now it works just right!

    First time I 'worked' with extensions.

    What other nice features can be added through extensions?
    Any other suggestions?

    EJ
  22. Kraken, In your zipfile I don't see the file:...

    Kraken,

    In your zipfile I don't see the file: mc_tween2.as
    But in photo_burn_zeh.fla I see the following include function:
    #include "mc_tween2.as"

    I need that file too, right?
    I hope you can...
  23. thanx

    thanx a bunch,

    that will sure help a lot!

    bye bye
    Erik
  24. Replies
    1
    Views
    411

    The buttons on your menu, do they act on the same...

    The buttons on your menu, do they act on the same timeline? Or do you control the whole movie with these buttons? Either way it looks like the code for these buttons isn't right. plz show the code or...
  25. Replies
    2
    Views
    495

    thanks a bunch, I have used the code and it...

    thanks a bunch,

    I have used the code and it works fine!

    bye
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center