I made an effect in swish and i saved it in to an swf file i want to load that swf file in to my flash movie in the middle in which i have some text’s and pictures can any one do this i u can plz attach that movie and mail it so i can download it and i can use it plz do this as iam new to this forum i do know about the rules and regulations so plz mail me.
I don’t see any need to send a .fla or anything.
Just create an empty movie clip hwre you want the swish animation to be.
Enter the mc and choose File->Import and import the .swf file that you’ve created in swish…
Thank u very much but this is not easy to import just a thing we have to write an script to it i have seen it some where it starts in loadmovie(“sa.swf”,1)
i do know how to use it when i used it it opens in an special window i want to load it in the same window.
no problemo!
BUT please use dots, comas and that other kinda stuff when you write something!
now the first thing we need to do is assign an instance name for the movieclip where you want to load the swish anim inside.
For Example make the instance name “swishmovie”
and on the first frame of your movie add this code:
_root.swishmovie is the movie where you want to load the animation inside. yourmovie.swf is the movie you want to load inside swishmovie
and the 0 at the end is _level. not very important if you’re not gonna load several different movies at a time.