Page 15 of 30 FirstFirst ... 51213141516171825 ... LastLast
Results 141 to 150 of 292
  1. #141

    Default help for flash softwares


    hey im looking for flash software except macromedia flash which is very easy to used and not so complicated for my site...
    like koolmoves program which is very easy i want to make a site if there is a tutorial on that software can you post the pdf file
    where i can find.. and the site of the software thanx

  2. #142

    Default Connecting Flash clips?!

    I have around 15 flash clips and I want them to be connected thus making 1 full show out of the 15 clips.

    I tried to connect them using Flash but it gives a warning that the clip is locked or protected by the author.

    Is there a flash player that can play all 15 clips continuously just like adding MP3's to winamp?

    Thanks a lot!

  3. #143

    Default Re: Connecting Flash clips?!

    try this code.. maybe it will help.
    if you already know how to use flash, the following post would be easy to understand.

    Steps
    1. Create a new flash file with size 720x480 or the maximum stage size of all the movies you have.
    2. On layer 1, create a new movieclip (SHIFT+F put a name/label "moviestage" then select movieclip. press ok
    3. Go back to root stage by pressing CTRL+E.
    4. Select the new movieclip you created on step 2 (moviestage). and at the property panel, set the Instance name to "movieBed" and set its X-Y location to 0 (zero).
    5. Create a new Layer... (presuming its name is Layer 2)
    6. Now we are ready for the scripts;

    Code:
    ### on Frame 1 on Layer 2
    //Change TotalMovie to the number of movieclips you have.
    //And don't forget to rename them to Movie1.swf, Movie2.swf, Movie3.swf... etc..
    TotalMovies = 10;
    movieCount = 0;
    
    //This is optional.. if you want the movie to fit in the screen set allowscale to "FALSE"
    //and set fullscreen to "FALSE" if you dont want it fullscreen.
    FSCOMMAND("allowscale", "TRUE");
    FSCOMMAND("fullscreen", "TRUE");
    
    ### on Frame 2 on Layer 2
    //Loop sequence start
    if (movieCount != TotalMovies) {
    movieCount++;
    } else {
    gotoAndStop(5);
    }
    newMovieName = "Movie"+movieCount+".swf";
    loadMovieClip(newMovieName, "movieBed");
    
    
    ### on Frame 3 on Layer 2
    //Loop sequence point
    nextFrame();
    
    ### on Frame 4 on Layer 2
    //Loop sequence point 2
    if (movieBed._currentframe != movieBed._totalframes) {
    gotoAndPlay(3);
    } else {
    gotoAndPlay(2);
    }
    
    ### on Frame 5 on Layer 2
    //Loop sequence end
    stop();
    FSCOMMAND("QUIT");
    its pretty much bare... but i think this will work. hehe i dont have time to test it on myself... i just made it from scratch.
    pls make a comment if it wont work. and try to state the error while you're at it.

    thanks hope this helps.

  4. #144

    Default Re: Connecting Flash clips?!

    thanks for the tips flashfreak but it still won't work because all my flash clips can't be imported or even opened.

    anyway, can you recommend a freeware that can convert .swf files to .mpg or .avi?

  5. #145

    Default Re: Connecting Flash clips?!

    theres a shareware that you can use for 7days free.

    link: Armor SWF to Video

  6. #146

    Default FLASH ANIMATION CHALLENGE....

    kinsa na hinimu ari na FLASH ANIMATION ari...
    pakita inyo link.... okies...
    dira akoa ay...Â*


    http://us.share.geocities.com/dexskill/julbx3.swf

    copy lang then paste sa inyo URL adressÂ* bar.. kay dili musugot ang geocities na gikan cya sa click .wa.he.he...

    og ayaw tan-nawa ang mga content kay wala naku na humana kay bati... ang animation lang sa girl.. he.he.. okies..

    dili flash site akoa gi pangita ari ha...kanang flsh animtion gyud mura cartoon network bah.. okies....



  7. #147

    Default Re: FLASH ANIMATION CHALLENGE....




  8. #148

    Default Re: FLASH ANIMATION CHALLENGE....

    OT: nganu nakuratan man ka day misteryusa?

  9. #149

    Default Re: FLASH ANIMATION CHALLENGE....

    Wla may flash loader para dili sad mapul-an ang audience ug pinaabot...

  10. #150

    Default Re: FLASH ANIMATION CHALLENGE....

    OT: muraman gud og pang bata ang link na site og murag bago pang nag kat-on og flash ang nag himo.

    Pero nice cya sa Beginners na category

    peace....

  11.    Advertisement

Page 15 of 30 FirstFirst ... 51213141516171825 ... LastLast

Similar Threads

 
  1. Pregnancy: Information and Issues~
    By kingopi in forum Fitness & Health
    Replies: 421
    Last Post: 09-10-2012, 02:13 PM
  2. Adobe Flash Vs Microsoft Silver Light
    By skillzdx in forum Programming
    Replies: 9
    Last Post: 11-22-2010, 10:16 PM
  3. On Drinking Water: Information and Issues
    By chadix24_7 in forum Fitness & Health
    Replies: 269
    Last Post: 11-17-2010, 07:53 PM
  4. The Blog Discussion: Information and Issues
    By teeemoy in forum Websites & Multimedia
    Replies: 168
    Last Post: 08-17-2009, 11:12 AM
  5. Xbox~ Information and Issues, Problems and Solutions
    By steelwater in forum Computer Hardware
    Replies: 51
    Last Post: 05-26-2006, 08:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top