A Flash Developer Resource Site

Search:

Type: Posts; User: losse

Page 1 of 15 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    0
    Views
    630

    loading random flash files

    Hey
    Just wondering if you would know a script that would load 2 random swf's and then a "permanent" swf...

    For example, say I have these swf's

    1.swf
    2.swf
    3.swf
    4.swf
    5.swf
  2. Replies
    0
    Views
    621

    loader for loadMovie?

    Hi there
    I have a fairly chunky swf that I am loading through the loadMovie function. Just wondering if a loader can be added to let the user know the video is being loaded rather than a blank 20-30...
  3. Replies
    3
    Views
    764

    cool thanks... I did that... still get this error...

    cool thanks... I did that... still get this error

    **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler
    mc1.onRelease = function() {
    ...
  4. Replies
    3
    Views
    764

    get url for movie clip?

    Hi
    I know you can use the following code to make a button access a URL on release:


    on (release) {
    getURL("url.com");
    }

    Just wondering if there is any other code or actionscript you can...
  5. Thread: Shape Tween?

    by losse
    Replies
    1
    Views
    742

    Shape Tween?

    Hi
    I have a logo that when "on mouse over" I want to make it look like it's inflating. So if you can imagine, the effect being like the logo looking flat and on mouse over it almost bubbles.

    I...
  6. Replies
    4
    Views
    2,375

    Hi How would you make this work "on release" So...

    Hi
    How would you make this work "on release" So instead of it loading automatically, everytime someone clicks a button, it would load a random movie?
  7. Replies
    0
    Views
    654

    Resizing a loaded SWF

    Hi
    I have a movie that loads SWF files using the following


    on(release){
    loader.loadMovie("video.swf")
    }

    the video that I am loading is fairly big and I want to resize it when it's...
  8. Thread: Possible?

    by losse
    Replies
    1
    Views
    952

    Possible?

    Hi
    Is it possible to have the following command on a button?

    on release, play a random swf file from this folder: swf/

    Thanks
  9. Replies
    1
    Views
    538

    on release question

    Hi
    Just wondering what the proper syntax is to accomplish "on release, go to this frame and load this movie...

    I know how to do

    on(release) {
    gotoAndPlay(1);
    }
  10. So the image would be in the library? or in the...

    So the image would be in the library? or in the main timeline?
  11. cool... I seem to have issues in file sizes when...

    cool... I seem to have issues in file sizes when I create tweens (mostly from alpha 0% to alpha 100% over like 20 frames)...that's when the size doubles...

    Isn't there some AS to do that effect?
  12. Most efficient way to import images in flash...

    Hi
    Just wondering what's the most efficient way (in terms of file size) to import images in flash... Would you just "save for web" in photoshop and then import?
  13. Replies
    11
    Views
    1,251

    By the way... these movie clips can still be...

    By the way... these movie clips can still be external? Like loading movie1.swf, movie2.swf?
  14. Replies
    11
    Views
    1,251

    ah! I'll look up that variable... never used...

    ah! I'll look up that variable... never used it... I would take it then "on click" it would switch to _visible = true?
  15. Replies
    11
    Views
    1,251

    so use the moviecliploader... make sure they load...

    so use the moviecliploader... make sure they load at alpha 0% and when they're called upon switch to alpha 100%? That's neat...
  16. Replies
    11
    Views
    1,251

    Thanks... But if they're external movies... how...

    Thanks... But if they're external movies... how would I load them without them being called upon?
  17. Replies
    11
    Views
    1,251

    Never used movieClipLoader... how would I set...

    Never used movieClipLoader... how would I set that up in my scenario?

    And what do you mean by loading them in the background? Can you explain a bit?
  18. Replies
    11
    Views
    1,251

    oh... on the same topic... Can I pre-load those...

    oh... on the same topic... Can I pre-load those external movies before they're called up?
  19. Replies
    11
    Views
    1,251

    Loading External Movie...

    hi
    I have a "main" SWF that weighs 70kb and depending on where you click in that SWF, you load a bunch of external movies... so "button A" loads movieA, "button B" loads movieB and so on... My...
  20. Replies
    1
    Views
    563

    load while you view...

    Hi there
    I have what seems a big FLA.. I know there are pre-loaders out there where it loads the entire movie before displaying it but are there loaders out there that will show something while...
  21. Replies
    0
    Views
    689

    Script Help Needed

    Hi there
    Just wondering if someone could tell me the script I would need to load an image externally by clicking a button and then fading the image in from alpha 0% to 100%?

    So I have a bunch of...
  22. Replies
    1
    Views
    416

    What size should you put a preloader in?

    Hi
    Just wondering what size of SWF should merit a preloader? I have a file that's 1.2MB and loads fine with my connection... is there a place where you can test how long it will take to load an SWF?...
  23. Replies
    4
    Views
    1,864

    Sorry... I should have mentioned that movie A is...

    Sorry... I should have mentioned that movie A is actually the main timeline... I think that makes a difference?
  24. Replies
    4
    Views
    1,864

    Go to and play scene 1

    Hi
    I have a movie (call it "B") within a movie (call it A)... I would like a button within movie "B" to go and play frame 1 of movie "A"...

    I tried this


    on(release) {
    gotoAndPlay(1);
    }
  25. Replies
    1
    Views
    2,312

    Live chat with flash animated person?

    hey guys
    I remember a while back there used to be an ad/partner on the flashkit homepage for a seller of live chat help for a website with a girl/guy animated person?

    Does anyone know of the...
Results 1 to 25 of 355
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center