A Flash Developer Resource Site

Search:

Type: Posts; User: non_fusion

Search: Search took 0.04 seconds.

  1. Flashkit open source sites: Please help!!

    Hi,

    I have checked a lot of the flash sites that members have posted.

    I have a couple of questions.
    Can I modify the sites from flashkit and use them to upload as my website having flashkit...
  2. Replies
    1
    Views
    268

    My .swf is 550 KB and .fla is 125 MB :(

    My .swf is 550 KB and .fla is 125 MB

    :(
  3. Replies
    1
    Views
    268

    Upload Flash to Web and Size

    Hi,

    Could anyone help me know what I should do to upload my Flash website on the web. I do have a domain.

    Do I need to upload both .fla and .swf ?

    My .fla is 125 MB which I have no clue why...
  4. Replies
    2
    Views
    1,135

    sound loops on flashkit

    Hi,

    Most of the sound loops on flash kit are .swf files.
    How do I have these played the moment I log onto my site ??

    I can import .mp3 files on the web but .swf files I cant.

    Help please....
  5. Replies
    2
    Views
    385

    What if I had to position the movie clip anywhere...

    What if I had to position the movie clip anywhere else on the page ?

    I just need the syntax for loadMovie which will help change position of display. I will try several positions. But I need the...
  6. Replies
    2
    Views
    385

    Movie Clip Positioning

    Hi, I am using the following code for my button:

    on (release) {
    _root.mtClipAbout.loadMovie("DialogAbout.swf");
    }

    And its loading correctly into my flash page. But I just wanted some tweaks....
  7. Replies
    1
    Views
    311

    Movie Clip Positioning

    Hi, I am using the following code for my button:

    on (release) {
    _root.mtClipAbout.loadMovie("DialogAbout.swf");
    }

    And its loading correctly into my flash page. But I just wanted some tweaks....
  8. Replies
    9
    Views
    810

    Got it. Thanks a ton.

    Got it. Thanks a ton.
  9. Replies
    9
    Views
    810

    Getting the following error even after the...

    Getting the following error even after the Tutorial.

    **Error** Symbol=NEWS MOV, layer=Layer 1, frame=1:Line 5: You must export your movie as Flash 5 to use this action.
    ...
  10. Replies
    9
    Views
    810

    I tried to follow your method: 1. I created a...

    I tried to follow your method:
    1. I created a copy of the movie clip.
    2. Made a new symbol (type movie clip).
    3. Gave it instance name.
    4. The I went to the button and put the code in there.
    5....
  11. Replies
    9
    Views
    810

    Make a new movie clip symbol. Leave it empty,...

    Make a new movie clip symbol. Leave it empty, just close it and go back to the main scen. In the library, grab one of the new symbols, drag it to the stage and drop it. It should be on it's own...
  12. Replies
    9
    Views
    810

    on (rollOver) { stop(); } on (release) {...

    on (rollOver) {
    stop();
    }
    on (release) {
    loadMovie("movie_2.swf", _root);
    }

    on (rollOut) {
    play();
    }
  13. Replies
    9
    Views
    810

    action on movie clips question ....

    Hi,

    I have a movie clip which is shaped as a rectangle and has the following TEXT inside "ABOUT".
    When I click about it loads a swf file which contains info. about myself.

    But when I click on...
  14. Replies
    2
    Views
    723

    Cant figure out ???

    I did what you told me but dont get it.
    In my entire flash website I created another rectangle of button symbol and had the following actionscript.

    on (release) {
    loadMovie ("movie_2.swf",...
  15. Replies
    2
    Views
    723

    Movie Clip as Button

    Hi,

    I am real naive with Flash. First of all I am using Flash MX which I believe is different than Flash 5.

    Here is the question:

    I have movie clip icon and in the same folder where my file...
  16. Add on to the problem

    You must have already read my problem in the post above and must have checked the difference between the two websites which is that one does nothing when you click on the menu button while the other...
  17. Need help with action script (please) ...

    Hi,

    I am developing a flash site and am stuck with action script. I have floating menu similar to the one on this page....
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center