home
 
   

Archive for flash

You are browsing the archives of flash.

Adding images in Flash Mask Effects

In order to add more images, please follow the steps below.

1. Select FIle>Import>Import to Library… insert images in the Library panel.

2. You will notice that the images has been added in the Library.

3. Go to Action panel with action frame selected. then change the number from numOfImage.

4. Double click on Back movieclip in the library. […]

get flash menu to remember which page it’s on

Our flash menu components setup to remember which page it’s on and will stay “open” to that menu selection.

It is coded fro Param setting. see the below
———————————————————————————————————————— 
<OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
 codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0”
 WIDTH=”778″ HEIGHT=”80″ ALIGN=””>
      <PARAM NAME=movie VALUE=”Navigation.swf?pageNum=1&subNum=4“>
      <PARAM NAME=quality VALUE=high>
      <PARAM NAME=bgcolor VALUE=#FFFFFF>
      <EMBED src=”Navigation.swf?pageNum=1&subNum=4” quality=high bgcolor=#FFFFFF  WIDTH=”778″ HEIGHT=”80″ ALIGN=””
 TYPE=”application/x-shockwave-flash” PLUGINSPAGE=”http://www.macromedia.com/go/getflashplayer”></EMBED>
    </OBJECT>
 ——————————————————————————————————————————————————————-
When we add swf into a html page, […]

Considering SEO for Menu driven by SWF.

SEO(Search Engine Optimization) is one of most important issue for the web marketing.
The very nature of flash sites make it very hard for the search engines to fully appreciate the content or navigational structure of them..
You can just use a Flash alternate javascript like below.

<head>
<!–snip–>
<script type=”text/javascript” src=”/jscript/SWFObject.js” mce_src=”/jscript/SWFObject.js”></script>
</head>
<body>
<!–snip–>
<!–primary content, for non-Flash visitors–>
<div id=”flash” align=”center”>  […]

Editing a flash menu

This tutorial shows you how to get started using our Flash Sources to build a real project. You don’t need to know anything about Flash or animation to complete this tutorial; in fact, you’ll discover how easy it is to start using Flash to add elements to your web pages.
This is the first start on […]

Why Flash on webpage?

The quality of a Website can have a big impact on the success of your business. Done well, they can help you to promote sales, motivate customers and contribute to a strong brand image. Done poorly, they can do more harm than good.

“With nearly 50% of the total leads generated by the MINIUSA.com site, it remains […]