For this tutorial you will need the following things:
1) A Counter-Strike model file (.MDL)
2) Milkshape 3D program installed
3) Swift3D version 2 installed.
Using SWISH movies in Flash without Importing Adobe Flash / Third Party
I would like to propose to you a way of using SWISH movies into a standard Flash movie that is more flexible and reusable than importing. You use the LoadMovie action from Flash and keep the SWISH movie as an external .swf file.The method is simple. You create a placeholder movie clip in Flash and position it as you like in the main scene (giving it an instance name), and then add a frame action to load the SWISH movie into it.
Flash Physics Study Adobe Flash / Math and Physics
Gravity and collision models have significant applications to Flash. They can be used in game design, movies, or simply just as models. In this article, I'll explain how to create a simple implementation of gravity and collision using the trusted bouncing-ball model.
Simple PHP Live Counter For your Flash Movie Adobe Flash / Dynamic Content
This tutorial shows you how to create a simple counter that you can use anywhere in your flash movie. The most obvious place is for either the intro or the main part of the Flash Movie that you are working with. You can also use this in other parts of your movie as well.
Importing Clip Art, Bitmap & Vector Image Adobe Flash / Animation
Learn different ways of importing images and how this dramatically effects what you can do with the image. See how to import Clip Art in different formats and see how this effects a Shape Tween. Learn basic techniques of editing Vector Images in Flash.
Drawing Object & Merge Models Adobe Flash / Drawing
Flash uses a Merge Drawing model however, in Flash 8, there is an alternative, the Drawing Object model. You can use both Merge and Drawing Object models in a single document and it is easy to switch between the two modes.
Loading Entire Text File into Flash Adobe Flash / Tips and Tricks
This one's simple. I came up with a problem whilst creating a hit counter for a website I was working on. I had a PHP script that would increment the number in count.txt when someone hit the URL, then redirected to the Flash page, and the hit counter would read the count.txt file and display the number. This code is actually really versatile for any type of text you would like to use.
Importing Images and Movies into Flash Adobe Flash / Tips and Tricks
Quite often you need to import a sequence of images into Flash. They can be imported from any editor, and be either 3D or 2D style, or simply a set of pictures which you want to insert frame-by-frame into Flash.
Security and Flash Adobe Flash / Tips and Tricks
By protecting your SWF file, you not only restrict the theft of your material, from importing the SWF, but you also make it almost impossible to debug. The protection feature on flash 5 is extremely useful both locally and remotely (Via the Internet).
Importing Flash into VB6, C++, c# .NET Adobe Flash / Third Party
These simple steps, you will be up and running in no time at all and impressing all of your visitors with your talents! You basically need 2 simple things: use the Flash player as a component in your project and then catch and act on the events that it is raising.
Importing MOV Files Into Flash Adobe Flash / Third Party
The object of this tutorial is to demonstrate how Quicktime MOV files can be used in flash movies. There seems to be some confusion about this but let me start by saying that the flash player cannot actually play any type of digital video. This confusion is fueled by the ability of flash to import MOV files and to export it's movies in MOV or AVI format.