Skip to main content

Posts

Showing posts from August 7, 2011

“Accordion”-4

This is an ‘Accordion’ Script. So-called ‘Accordion’ is a drop-down panel that holds some additional content. JavaScript In order to make the script work, the index-#.html file with a gallery should contain these lines of HTML code: accordion-4-1 The section of the index-#.html file contains these lines of code that initialize the script functionality with basic values: accordion-4-2 In this block of coding we specify the id of the accordion button – #link and its actions. When the button is clicked the class link2 is applied to the button, and the action for an element with the id #dropdown_box is triggered. HTML Below you can see general HTML script representation: accordion-4-3 header-banner-right – class defines the height and position when the box with the content is hidden (closed) #link – this class is used for the button element #dropdown_box – this id should be assigned to a box with the content CSS You can find script related stylesheet in the main style....

How to embed flash intro in HTML

There are several methods of embedding Flash elements into HTML pages. 1st method: To embed the Flash intro that you just edited into an HTML page, you should go back to your Flash program and do the following steps: Step 1 Choose “File > Open”. Open the Flash intro you have modified. Step 2 Choose “File > Export Movie” or press “CTRL + SHIFT + ALT + s” Step 3 Name the file “intro.htm”. Choose the location where the file is to be stored (in your HTML folder). Click “OK”. Step 4 Open the HTML page where you want to insert your Flash movie. Insert this code: In the code above there is both an tag and an tag. This is because the tag is recognized by Internet Explorer, and Mozilla recognizes the tag and ignores the tag. There are a few more attributes used: classID is an attribute to the tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed. The plug-ins page is an attribute to the tag. It displays a link to the Shockwave dow...

How to embed Flash slideshow to Joomla! website

How to embed Flash slideshow to Joomla! website Joomla! is an open source free content management system (CMS) platform for publishing content on the Internet. The Joomla! System is written in the PHP programming language and uses MySQL to store information. To incorporate the PFM-created flash slideshows created into an existing Joomla! article, you should manually adding the and tags to the article you want to show the Flash slideshow. When you publish a Flash slideshow with Photo Flash Maker, the program will create several files and folders as follows: Source files of the Flash slideshow created with Photo Flash Maker Among them, the fs_aux.html provides HTML code for embedding the Flash movie (.swf file) into webpage. Step 1. Upload Flash files to the media folder of your Joomla! System You should create a folder under the media folder of your Joomla! System to store the Flash files, for example, a folder named “flash”. And then you can use the Media Manager or ...

Flash Tutorial: How to upload and embed Flash SWF file into Joomla article?

This tutorial will show you how to insert Flash SWF file to Joomla article. Step 1: Make Flash SWF file. Firstly, please make your Flash file (.swf) with Adobe Flash Studio or Flash Banner Maker software, for example Aleo Flash Intro Banner Maker at http://www.aleosoft.com . Step 2: Upload Flash SWF file to your web server. Please upload the Flash .swf file to your Joomla website, normally you'd better upload the .swf file to the subfolder " images " of Joomla website. Step 3: Insert Flash SWF file to Joomla article. In Joomla article editor, click on the place where you want to show the flash banner, then click tool button "Insert / edit embedded media". In the popup "Insert / edit embedded media" dialog, enter the information of the flash .swf file, then c...

Joomla Flash Tutorial

Joomla Flash Tutorial Adding a custom-made Flash animation created with Anim-FX to Frontpage is a snap By following these simple steps, you will be up and running in no time at all and impressing all of your visitors with your talents! First create your Flash animations in Anim-FX, and make sure the *.swf and *.txt files are in the base html directory.  Do not make the mistake of uploading them into the images or images/flash directory.  Also the flash does not work if loaded into the template directory.  Both files must be in the html directory where the index.php file is located. Then you can either copy the HTML generated by Anim-FX into the index.php file to the appropriate location or use a Joomla Flash Module.  Edit the index.php file which drives your Joomla template. Method 1: Editing the index.php for your Joomla template: Copy the follow...