For making our VB projects more attracitve we embed our flash made Movies into our VB files. Lets make a simple example have simple animations.
In this example we will add a simple animated SWF in VB.
QUOTE
This is just Flash part. ------------------------ --- Follow The Steps --- ------------------------ 1. Write TEXT and convert it to symbol. 2. Just give it some Fade out Effect. 3. Export it as swishdb.swf
QUOTE
Now this is Visual Basic 6 Part. ------------------------ --- Follow The Steps --- ------------------------ 1. Run VB6 and select Standard EXE 2. Now save both FORM and PROJECT with name swishdb. 3. Now right click on the left tool bar and select Components.
4. Now from components ----> Controls, check the option of Shockwave Flash and press OK
5. Now you will see a new component in the left tool bar.
now click on it, and draw a rectangle on your form. It will look like a white rectangle, you can set its height and width from Properties. 6. Now simple click on that white rectangle and now see its properties on the right side. Its properties will look like this
Now click on the button in front of CUSTOM. A window will apear like this
7. Now give the exact path of your SWF file (swishdb.swf). And check the option of Embed Movie.
8. Now you can set different properties from Properties. For example if you want to make your movie transparent, then do the following steps. Scroll down all properties, you will see an option WMode, now write Transparent in front of it, so it will look like this.
9. Now RUN your project. If you make EXE file, the SWF movie is embeded in the main source, now you can delete those SWF files.
QUOTE
You can use this tutorial for both Flash and SWiSH. Because the method of embedding SWF is same. regards Ali Roman