How to add flash intro in sites and flash with wordpress

If want to ingrate flex or flash with wordpress. Using following steps and code you can add the flash player or flex in your wordpress theme.

 

Many wp developer are looking for wordpress flash header, wordpress flash gallery, wordpress flash player, wordpress flash intro. They want to integrate flex or flash with wordpress. Using following steps and code you can add the flash player or flex in your wordpress theme.

flash with wordpress

 

Follow my steps to create flash intro in wordpress sites.

1. Create file named intro.php and just copy paste following code:

[viral-lock message=”Solution code is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]

<?php

/*

Template Name: intro

*/

if (have_posts()) : while (have_posts()) : the_post();
the_content();
endwhile; endif;

?>

[/viral-lock]

2. Upload intro.php file in your active theme folder.

3. Login to wordpress admin area. Click on Pages- >Add new button

4. Page title shoule be “intro” and use html mode and copy paste the your flash intro code in that page.

flash with wordpress
flash with wordpress

5. In attribute section you will find the Template option. Choose the intro option and publish the page.

flash with wordpress
How to add the flash intro in wordpress sites, flash with wordpress

 

6. Go to Setting->Reading tab and Choose the Static page check box and select the “intro” option for “Front page” and click on save changes button. That sit

Here is some useful articles link from wordpress. If you want to show pdf in post on wordpress  and  add feedburner subscribe popup to wordpress. There all types of wordpress tutorial can be found in this site.

 

Published by

Purab

I am Purab from India, Software development is my profession and teaching is my passion. Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks. Purab's Github Repo Youtube Chanel Video Tutorials Connect to on LinkedIn

16 thoughts on “How to add flash intro in sites and flash with wordpress”

  1. i just tried following the steps, but I am stuck on step number 5. I do not see the Reading Settings as described in the above image. Is it possible I am using a newer version of wordpress and the options are located elsewhere?

  2. this works great but i’m confused about how to link the actual site now… so when they enter http://www.mysite.com/ they get this flash intro page.. but what do i link the “enter” button to in order to get to the root of the site… ?

  3. hi,

    i’m new to this. can i know how do i create a php file? how do i upload into the active theme? also, i have a video in .mov format and i want it to be the intro video of my website. should i convert it to flash and upload it first? where do i upload it? thanks

  4. im new to wordpress. can you give me more detailed explanation? what should i write on the page’s html box? and should i upload my .swf file to FTP? where should i upload them? can you give me a real example of the code and the result? thankyou

  5. I cant figure out how to get my flash file to show up. Where is it actually linking to the video? I put the code and did everything that was asked and get only a white screen now? Im thinking the file needs to be saved somewhere? Cna you help me?

Leave a Reply

Your email address will not be published.