A Flash Developer Resource Site

Search:

Type: Posts; User: thomaspries

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    317

    Problems with mac

    On www.cbc.dk/phaseone I have a problem with mac IE 5.01 -I use layers to show my flashfilm, but everytime i see it on my mac the layer is visible instantly when the page is loaded, which it should...
  2. Replies
    0
    Views
    384

    flash detection

    how do i make a simple flash detection for ie 6.0 and 5.5 so that if there is no flash player i show a jpeg???
  3. Thread: mailto:

    by thomaspries
    Replies
    2
    Views
    561

    mailto:

    I know this is not flash but can anyone help me? I' making a form and i need to send the content to my mailaccount. It should not start the mail wizard, but just sent the mail straight away...

    see...
  4. Replies
    0
    Views
    350

    HTML layer problem

    I have made some layers for dropdownmenues, but when I rezise the window the layers move to a different location... I think this is because i have used "center" to place the homepage in the middel....
  5. Replies
    4
    Views
    588

    It's very easy... Convert your images to...

    It's very easy... Convert your images to movieclips. make two keyframes on your timeline. Take the last one and scale up and maby move a bit. Add motion tween to your timeline. Now put a mask on the...
  6. Replies
    2
    Views
    439

    Thanks for your help, but the backgroundcolor...

    Thanks for your help, but the backgroundcolor needs to change in the whole field, and not just behind the text...
  7. Replies
    2
    Views
    439

    mouseover...

    I know this is very basic stuff, but I don't have my reference books here. I also know that this is HTML and not flash but... How do I make the backgroundcolor change on mouse over in the whole...
  8. Thread: Drop downs

    by thomaspries
    Replies
    2
    Views
    368

    Drop downs

    I know this is not a flash related question, but does anyone know how to make drop downs in javaScript in layers??? If you know of a tutorial it would be nice

    Please help.

    Thomas
    Denmark
  9. Thread: Pc / Mac

    by thomaspries
    Replies
    2
    Views
    376

    thanks! for the help. I also found a program...

    thanks! for the help. I also found a program myself called crossfont.
  10. Thread: Pc / Mac

    by thomaspries
    Replies
    2
    Views
    376

    Pc / Mac

    Does anybody know how to convert mac fonts to a pc???

    Thomas
    Denmark
  11. Replies
    0
    Views
    377

    Flash in html

    I'm about to implement a piece of flash in a html document. It needs to be optimized for explore 5.0 5.5 and 6.0 -How do I make sure that it works in all browsers
  12. Replies
    0
    Views
    364

    optimizing in different browsers

    Hi i'm about to launch a new website in html (unfortunately), but I need to optimize it in lots of different versions of explore and netscape. How do you do that best? Any good solutions?

    Thomas ...
  13. Thread: Html forum

    by thomaspries
    Replies
    1
    Views
    383

    Html forum

    Does anybody know of a place like flashkit, but for HTML.

    I know it won't be as good as this place, but i need a place for good advise...

    Thanks
    Thomas
  14. Replies
    1
    Views
    437

    Write this in the first frame of the movie... ...

    Write this in the first frame of the movie...

    fscommand("fullscreen", "true");

    Make sure not to compress the movie too much.

    Take another autorun file and edit it. Write your filename...
  15. Thread: random

    by thomaspries
    Replies
    2
    Views
    506

    put this in the button onrelease: ...

    put this in the button onrelease:

    _root.instanceNameOfYourMovieClipHere._x=random(500);
    _root.instanceNameOfYourMovieClipHere._y=random(400);



    //400 and 500 can be changed to whatever you...
  16. Replies
    2
    Views
    422

    I'm using MX...

    I'm using MX...
  17. Replies
    4
    Views
    562

    ok that was fullscreen for the swf, but how to...

    ok that was fullscreen for the swf, but how to make it full screen, when it is through HTML?
  18. Replies
    4
    Views
    562

    wow that was FAST reply!!!! Thanks!

    wow that was FAST reply!!!!

    Thanks!
  19. Replies
    2
    Views
    422

    Flash is not tight

    I have a problem with flash. I'm trying to use flash a a sequencer, by loading simple sounds like hi hat and snarre, and then program the beat. I thought this was a great idea, but flash is not tight...
  20. Replies
    4
    Views
    562

    full screen

    How do you make flash run in full screen?
  21. As the other guys said, you can't shape tween...

    As the other guys said, you can't shape tween between two images.

    I don't know, if you can use this for anything, but i once mad a morph between two images in flash by making siluettes of the...
  22. Replies
    2
    Views
    433

    Thanks! That helped alot!!

    Thanks! That helped alot!!
  23. Replies
    2
    Views
    433

    Problem with assigning values

    Hey i have a strange problem.

    I want to duplicate a movieClip, and place them randomly afterwards. My code looks like this:

    for (i=0;i<=10;i++) {
    duplicate...
  24. Replies
    0
    Views
    300

    I need to know something about how to structure a...

    I need to know something about how to structure a large site.

    How du you structure your actionScript? Where do you place your classes. Where is it best to place the control? In the movieClips or...
  25. Replies
    2
    Views
    1,215

    The problem is that everytime you rollover you...

    The problem is that everytime you rollover you tell it to move even if you have reached the limit.

    To prevent this you have to put a if statement in before assigning _y and _x new values, testing...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center