A Flash Developer Resource Site

Search:

Type: Posts; User: stb2

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Thread: Automatic Gallery

    by stb2
    Replies
    6
    Views
    979

    I created an image viewer ones, which used...

    I created an image viewer ones, which used flash's ability to scale images so that thumbs were not needed, maybe a bad idea, but you could use it differently.

    In a php file (iv.php) that loaded...
  2. Replies
    3
    Views
    451

    No I am afraid not, like I wrote I need...

    No I am afraid not, like I wrote I need transparency. An image in the background should be visible where the loaded image is not.
  3. Replies
    3
    Views
    451

    Loading image into concave shape?

    Is it possible to load an image into a concave shape?

    ex:
    Imagine a rectangular shape cut i half so you just have a triangle and then loading an image into to that so that a triangular half of...
  4. [F8] Graphics disappears when image is loaded

    Hi

    I have an mc that contains two other mc's that again incudes my graphics. One of the mc's "loader" I use for a container to load images dynamically. But when image loads all of the graphics in...
  5. Replies
    5
    Views
    353

    I am not really shure, but someone here on...

    I am not really shure, but someone here on flashkit ones wrote following to me.

    var content_mc = targetMC.duplicateMovieClip("dupMC" + i, i);
    content_mc.clipNum = i;

    I guess you should just...
  6. Hi Thank you so much! it works.

    Hi

    Thank you so much!
    it works.
  7. [F8] Duplication of MC by iteration with geturl?

    Hi

    I am duplicating Mc's by iteration, which works fine. But the geturl I apply to each MC does not. My code example below says x<=4 which means that 5 MC's will appear. The url is not different...
  8. Replies
    0
    Views
    810

    dynamic tweening, looped out MC's and tweens

    Hi all

    I am doing a little dynamic tweening test which does not do what I need it to do.
    I am duplicating a number og movieclips and then making them tween. Problem is that alle tweens have the...
  9. Replies
    0
    Views
    403

    replacing stuff in movieclip

    I have one button loading images into movieclip.
    I have another loading thumbnails into same movieclip.

    When no images loaded thumbnails show.
    When thumbnails is loaded image is able to replace...
  10. Replies
    2
    Views
    758

    Thanks for your reply! Well I have made it so...

    Thanks for your reply!

    Well I have made it so far, but I can't combine your solution with my original code. The thing is that the guestbook.php file is already being used by my flashfile.
    Maybe...
  11. Replies
    0
    Views
    423

    faster preloading?

    I am loading large images one by one wich works fine, but I want to use thumbnails instead of just a next button.
    If I load the originals into small mc's, I got my thumpnails, but the great thing...
  12. Replies
    2
    Views
    758

    sending var to php?

    I have this code in php:

    $fpn=@fopen("guestbook.txt","a+");

    And I would like the word guestbook to be replaced by a number sent from flash.

    How should I go about that?
  13. Replies
    0
    Views
    1,168

    exporting var from flash to php

    Hi

    I Have made an imageviewer that loads one image at a time pressing a next or back button. The var whichpic starts at 0 and adds one everytime next is pressed and therefor loads next image...
  14. Thread: Full screen flash

    by stb2
    Replies
    9
    Views
    627

    thanks a lot!

    thanks a lot!
  15. Thread: Full screen flash

    by stb2
    Replies
    9
    Views
    627

    Exciting topic... Could anyone tell me how to...

    Exciting topic... Could anyone tell me how to make that close button, x, wich of course is quite useful when in fullscreen mode?
  16. Replies
    1
    Views
    333

    In some image program double the with of your...

    In some image program double the with of your image to make 2 copies next to each other.
    Then in flash make a tween that takes your image from one side to the other and loop this.
    Make shure that...
  17. Replies
    2
    Views
    306

    What is loop? I think I need that one to make it...

    What is loop? I think I need that one to make it work.
  18. Replies
    2
    Views
    306

    if statements based on location in frames?

    I'd like to make if statements based on the location in frames of specific movieclips.

    How to do that?

    thanks!
  19. Replies
    0
    Views
    212

    _rotation animated

    When I use _rotation +=1: it seems animated, but how will i make it animated like that, just only moving 11,25 degrees?

    using mx
  20. Great!! that is quite simple and I could even...

    Great!! that is quite simple and I could even make a little anim with gotoAndPlay i guess.
    Could this anim be looped?
  21. good I'll need the actionscript for that then.

    good I'll need the actionscript for that then.
  22. oh...I had to write my hole message again because...

    oh...I had to write my hole message again because when I replyed I were not logged in.
    I forgot that part of my message the second time.

    But what I wrote the first time was that the mc's is...
  23. great! that simple, but what is the code to...

    great! that simple, but what is the code to change the hole grafic and not just the color?
  24. hmm...I do not yet know what I want or need to...

    hmm...I do not yet know what I want or need to make this. But for now I am only testing.
    I have a lot of mc's (spots) in a circle. This circle is a mc too that you can see for now is rotating.
    At...
  25. how to change grafic in a movieclip with actionscript?

    How do I change the grafic in a movieclip? And is it even possible to do for movieclips inside another movieclip?

    The code is in first frame top layer by itself.

    using flash mx 2003
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center