How to add flash Intro or, Flash Page or Flash Widget in Wordpress?

Creating flash and adding on wordpress are two different phase of works.

1. To create flash file you can use different software like macromedia flash or use open source software like - vactorian gatto ( if you are a beginer and like to use readymade templets).

2. Create and name the file with .swf extension.

3. Now login to your wordpress dashboard. Then media to add new.Press upload, browse your file and and start upload.


4. In this phase you have to copy the file name and the link location of the file. The link location should be like: http://domain.com/wp-content/uploads/2012/11/file name.swf

5. Now open a new page or existing page and paste the following codes: 


<object id="name.swf" width="300" height="275"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="quality" value="high" /><param name="src"
value="http://domain.com/wp-content/uploads/2012/11/file name.swf" />
<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />
<embed id="name.swf" width="300" height="275" type="application/x-shockwave-flash" src
="http://domain.com/wp-content/uploads/2012/11/file name.swf" quality="high" pluginspage=
"http://www.macromedia.com/go/getflashplayer" /></object>
<a href= https://TARGETED URL> <b>redirect name<b></a>

Replace the file name, sizes, and width, height etc different paramiters with your desired one and save.

6. In terms of Widget the process is: go to appreance to widget. Take a Text widget to your desired place. now do as previous stage.

7. If your are going to create a flash intro then create an html file using notepad, or dreamwaver. (I prefer dreamwaver), Copy and paste the codes with desired replacements.

    7.1   Upload the .html file to cpanel by loging into cpanel or using a FTP software like filezilla.
    7.2   Copy the link location of the file. If the file is at in a folder named uploads under file manager
          Then it will be: your domain.com/uploads/intro.html

    7.3   Now login to wordpress. go to setting to General.
        Fing the Site Address (URL):  place domain.com/uploads/intro.html and save
    7.4   When creating the flash file, must be careful to link with your wordpress.

Note: A flash file is not seo friendly element as search engine bots cann't read flash file.