A Flash Developer Resource Site

Search:

Type: Posts; User: Cadence

Page 1 of 20 1 2 3 4

Search: Search took 4.31 seconds.

  1. Replies
    3
    Views
    1,681

    By the way, there is an updated version of the...

    By the way, there is an updated version of the Bytes/Percentage preloader available here:

    http://www.swishzone.com/tutorials.php?do=page&action=detailed&link_id=113

    Cheers!
  2. Replies
    3
    Views
    1,681

    A couple of things that I can see ... First,...

    A couple of things that I can see ...

    First, to get the logo to fade out after the preload is complete,

    change this bit of code:

    if (loadedKB >= totalKB) {
    gotoSceneAndPlay("<current...
  3. Replies
    3
    Views
    1,110

    Hi Mark, You can disable the right-click menu...

    Hi Mark,

    You can disable the right-click menu by either turning it off on the Export panel in SWiSH (Export options for HTML), or by setting the option in the HTML source code manually: (inside...
  4. Replies
    4
    Views
    1,683

    First, this: onSelfEvent (press) { if...

    First, this:
    onSelfEvent (press) {
    if (sceneFrameLoaded("Scene_2",89)) {
    gotoSceneAndPlay("Scene_2",121);
    gotoSceneAndPlay("Scene_3",1);
    }
    }
    ... will not work as you want it to. SWF files...
  5. Replies
    3
    Views
    1,135

    And here is a tutorial for a similar (basic)...

    And here is a tutorial for a similar (basic) on/off music button.

    http://archives.swish-tutorials.com/tutorials.php?act=tut&id=24

    If you are using SWiSHmax -- more specifically, if you are...
  6. Thread: Form Question

    by Cadence
    Replies
    4
    Views
    1,039

    A search here at Flashkit for Upload, might...

    A search here at Flashkit for Upload, might provide a few interesting ideas though :)
    ...
  7. Thread: Bouncing balls

    by Cadence
    Replies
    2
    Views
    911

    I'm not sure exactly which file you are talking...

    I'm not sure exactly which file you are talking about -- but here's a quick example.


    Hope it helps,
    Cheers,
    Brian
  8. Thread: Form Question

    by Cadence
    Replies
    4
    Views
    1,039

    Unfortunately, you cannot add the "Browse" button...

    Unfortunately, you cannot add the "Browse" button directly into a Flash movie. You will need to use either an HTML pop-up, another page altogether, or perhaps an i-frame.

    Sorry,
    Brian
  9. Replies
    1
    Views
    1,116

    All you have to do is update your version of...

    All you have to do is update your version of SWiSH and you will be able to open that file without any problems, you can do so for free here (if you already have a license):...
  10. Replies
    1
    Views
    696

    Are you talking about the Button object ? ... as...

    Are you talking about the Button object ? ... as opposed to simply putting an onRollover or onRelease event on a basic shape ?

    If so ... the Button object makes it quick and easy to create simple...
  11. Replies
    16
    Views
    1,052

    No - but it sure is strange ... I made it with...

    No - but it sure is strange ... I made it with 2003.10.30 (not sure which version you had) - and it played fine.

    I see what the problem is though - and it's my fault.

    There are two sprites with...
  12. Replies
    16
    Views
    1,052

    Here is a more simple example, hope it helps! ...

    Here is a more simple example, hope it helps!

    Cheers,
    Brian
  13. Replies
    16
    Views
    1,052

    One big question, are you using SWiSH 2 or...

    One big question, are you using SWiSH 2 or SWiSHmax ?

    It's pretty easy in SWiSHmax:
    http://archives.swish-tutorials.com/tutorials.php?act=tut&id=85

    SWiSHmax is a different story - and the...
  14. Replies
    2
    Views
    753

    bump

    bump
  15. Replies
    2
    Views
    519

    I think the main question would be ... which...

    I think the main question would be ... which program are you using ... SWiSH 2 ? ... or SWiSHmax ?

    There would be a completely different answer for both.

    SWiSH 2.0 would require a plugin to...
  16. Thread: Right Click?

    by Cadence
    Replies
    1
    Views
    467

    You will have to ZIP the media file; otherwise,...

    You will have to ZIP the media file; otherwise, as you have already found out - it will simply open the default player for that type of file (WinAmp, Windows Media, Quicktime, etc.)

    When letting...
  17. Replies
    1
    Views
    658

    The audio is streamed -- so, it splits the total...

    The audio is streamed -- so, it splits the total size of the audio clip up and distributes it evenly over the total number of frames that it will play ...

    Have you made sure that you have allowed...
  18. Replies
    3
    Views
    544

    Make sure there is a delay at the beginning of...

    Make sure there is a delay at the beginning of your movie -- like 10 frames or so before the first "If Frame Loaded" (or whatever script you've used for the preloader loop) ...

    Then, at Frame 2 -...
  19. Replies
    3
    Views
    449

    Is "loadmovie" the name of a sprite ? If so,...

    Is "loadmovie" the name of a sprite ?

    If so, I'd recommend changing it to something else - because "loadMovie" is an action - and it could get confusing.

    If there is a movie in a sprite which...
  20. Replies
    1
    Views
    1,123

    No, SWiSHmax does not internal have those...

    No, SWiSHmax does not internal have those features ... sorry :(

    Using an external program is the best option (such as photoshop, etc.)

    Cheers,
    Brian
  21. Replies
    1
    Views
    905

    If the graphics are in two separate SWF files --...

    If the graphics are in two separate SWF files -- then both will have to be downloaded individual (so, yes - it will be loaded twice) ... However, after that - the SWF files will be stored in the...
  22. Thread: Preloader bar

    by Cadence
    Replies
    5
    Views
    877

    Then the preloader you are using will do just...

    Then the preloader you are using will do just that.

    It loads the entire movie (all scenes).

    Again - you have to export it to SWF5 format ... and test it either in your browser locally (but you...
  23. Thread: Preloader bar

    by Cadence
    Replies
    5
    Views
    877

    Well, in that movie - it is loading itself ......

    Well, in that movie - it is loading itself ... "_root" refers to the main timeline.

    What is it that you want to do ?

    Cheers,
    Brian
  24. Thread: Preloader bar

    by Cadence
    Replies
    5
    Views
    877

    Nothing at all :) It won't work in the...

    Nothing at all :)

    It won't work in the internal SWiSH player - it will always give you the error:
    ... or something like that.

    The reason - the getBytesLoaded - getPercentLoaded - etc. are not...
  25. Replies
    4
    Views
    928

    Sometimes - depending on the content - it is...

    Sometimes - depending on the content - it is nearly impossible to get the filesize down any more than you already have ...

    At that point - you should really try to use progressive preloaders --...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center