Personal Logo Symbol Part-II

Let Us Help You Succeed! - Call (561)440-9245, email david@naaip.org or daily video conference.

Using the Personal Logo as the Button Symbol 2

Now we must add the hit state. To make a hit state in a button symbol I typically use onion skinning to see the artwork that I am covering with the hit box. Onion skinning is located under the timeline next to the layer trash can and directly next to the center frame icon. It is an icon with two blue boxes, the underlying box is smaller and semi transparent, the top box is blue. That is the onion skin toggle switch. It switched onion skinning on and off.

You are probably asking, what is onion skinning? Onion skinning provides semi transparent underlay of frames in an animation. It is useful because it allows you to see frames that come before the frame you are working in. We will use it to show us the up, over, and down states of our button. We will use this as a guide for laying a hit box over the artwork. The hit state is invisible on the stage, but is quite important. It outlines the boundaries for the mouse actions. This means that when the mouse enters anywhere into the hit state region, the button will execute its ActionScript functions. The hit state is a hot spot for making the button interactive.

Turn on onion skinning. Make sure that your are in frame four, the hit state, and you have deleted the artwork from frame four. Now turn on onion skinning and then make a rectangle or square tightly around the shown onion skinned logoart. Change the color of the box to a bright green. I do this to remind me that this is the hit box. I use green because it corresponds with the slice color in Fireworks.

Turn off onion skinning by clicking the icon below the timeline again. Click out to Scene one and the main stage.

Place the logo_btn on the stage. Align it center to stage. Save the Flash file to your hard drive in the root directory folder. Test the movie by clicking CTRL+ENTER. In the Flash Player, roll over the button and see the fade effect. Our last step is to add some interactivity with ActionScript. We need to link to our index_2.htm page.

Click on the button and go to the ActionScript panel. Go to the left side of the panel to the Action Books. They allow you to begin the ActionScript code by using simple drop down menus. The Action Books still require you to plug in information and values that ActionScript needs to execute the function. For the ActionScript we are applying (getUrl) we need to provide the URL address (Web address) of the location we want the browser to go to when the button is clicked. The address we need is an easy, relative address. We want the button to bring the user to our main naviga tion page, index2.htm. To do this we need to program ActionScript to get the url index2.htm on mouse click.

.In the Action panel we must add the event that will trigger getting the url. The event is on (press). We need to add this to ActionScript panel before we can place the getUrl action in the script. We need to do this because the button is an object and we are applying the ActionScript to the object. In other cases we could apply the ActionScript to the frame. In this case, when the playback head reaches the frame, it executes the getUrl action. We want the action triggered by the object so we must add the object specific event. A word about ActionScript syntax: It is very important to make sure that you follow the correct syntax when writing ActionScript. The syntax is the grammatical correctness of the written language.

Similar to the punctuation do’s and don’ts of the English language, ActionScript has the type of grammatical structure. It is much simpler that the English language.

In ActionScript, a semi colon ends a line of code ;. stop();

Words or strings of characters need to be in quotations when they are in parentheses(). The parentheses hold the arguments to apply to the statement. on(press){ gotoAndPlay(scene1,2);

{ • Brackets }{ break off sections of code to execute a sequence of commands. on(press){ gotoAndPlay(scene1, 2); { 10.In the ActionScript panel type on (press) then we must set off the function from the vent by using brackets { so now the code should look like this: on (press) { From the action web design tutorials choose Global Functions>Browser Network>getUrl. Now the code should look like this: on (press) { getUrl () We need to add the url location and browser window method for the link. Here is the final code: on (press) { getUrl (“index2.htm”, “self”); }

The code is now complete and will execute the link to the main navigation page. Now that we have created the flash button, we need to place it at the end of our animation on the main stage of splash_intro.fla. This is our animation. We need to add the logo_btn at the end of the animation. Somewhere around frame 125 would be a good spot to place the button. Align the button to the center of the stage and be sure that you move the stop action in the actions layer to the same frame number as the button.

This will cause the playback head to stop and let the user click the button. If the stop action is before the button, the user will never see the button because the playback head will stop short of the frame that holds the button. Once the stop action is positioned, you can now publish and test the entire intro animation movie.

As we mentioned earlier, publishing a Flash file, by default, creates two files from the flash movie. The FLA file should be saved in images and moved for archive before upload. This is the proprietary Flash file that has layers and scenes in editable form. When File>Publish is selected, Flash creates an SWF file and an HTML file.

The SWF file is the Shockwave Flash file that gets placed on the Web page and uploaded to the internet. The HTML file is created simply act as a container for our SWF file. Flash does this in anticipation for the need of Web page to play the SWF movie. You can delete the HTML file Flash generates later.

We only need the SWF file. It will be an embedded object in a Web page we create in Dreamweaver. Publish all flash files to the root directory folder (jdimarco). This is not the most organized way, but it is the simplest way to keep track of your flash files when you place them up on the internet.

When you get more experience, you can begin to make sub directories for each component in the site you are creating. Such as “Flash” for all flash files. When complete, your published files will be splash_intro.swf and splash_intro.htm (the HTM file can be deleted). In Dreamweaver, we need to rename our main navigation page which may be named index, to index2.htm. We need to create a new index page in Dreamweaver.

This page will hold your introduction animation and will be the first page the user sees when they hit your site. Be sure to set the home links in your site to the appropriate page. After creating the new index page, go to Insert>Layout Objects>Layer.

Then you need to position the layer on the page to where you want to place your Flash animation. After positioning, go to Insert>Media>Flash. Press F12 to preview the page in the browser. Check to see if the button brings you to index 2.htm. If the button does not work, you need to check to see if you followed the steps correctly.

Revise the Flash file and replace it into the layer. Now we can move forward with our Flash exploration and create a simple audio movie that plays an audio clip and has an on/off switch that lets the us er stop the audio if they do not want to listen. Before we make the audio switch, we need to prepare our audio sample.

Flash is not built to edit audio fully. It can handle some basic jobs like adding fades and changing compression, but to have a lot more control, I will turn to an audio editing application. We will use Adobe Audition to perform some editing before we place our audio into Flash. Preparing Audio in Adobe Audition Audition is a software application manufactured by Adobe Systems that provides traditional audio editing capabilities in a digital format.

This means that Audition provides a complete multitrack digital audio recorder for capturing external sound, an editing environment that provides cutting, filters, and a mixer for creating and combining audio tracks. Audition provides a multitrack interface that allows you mix various files into one compilation. Adobe Audition edit view (Edit view is where you can edit individual waveforms in Audition.)

There is no way to examine an advanced application such as Audition in this slim volume. Also, I cannot claim to be an expert in digital audio editing. My experience is from the perspective of a multimedia designer with limited use on the full feature set of the application. However, I have managed to learn some great techniques using the software to prepare, compress, and output audio for use in digital video projects and motion graphics elements.

I would like to help you do the same thing. For this section, we will assume that you have some audio on your computer already. It can be any of the following file formats: WAV, MP3, AIF, or SND. Virtually all file formats are encoded and decoded by Audition. These listed formats are the most common. With a file available, you are now ready to enter Audition and begin to get your audio ready for Flash.

FREE, Forever Agent Websites

No credit card needed

See what your site can look like with:

Stand-alone Quoters for those that already own a website! Instructions for using our quoters on a non-NAAIP.org website: Register, choose template, copy html code and paste in back-end of your existing website.

Join our 6 day per week video conference to learn how to get to the top of Google.

NAAIP.org - Incentive based marketing specialists. Use free luxury vacations, wills and websites to get in front of prospects. Let's start by sending you to Hawaii, Las Vegas or Orlando.

$8

Live Transfer Leads

Click Here

Sell Life Insurance in 4 Minutes

Click Here
Monday to Thursday Noon & Weekends 2pm ET

NAAIP.org Live Stream

&

1-888-532-9320

Learn how NAAIP's free client-facing websites and quoters helps you earn more.
There are no Catches!

NAAIP's YouTube Spokesman

Add a quote engine to your website for Free! We'll even create the website for you for Free!

There are No Catches! It's free and always will be

Life Insurance Quote Engine

Medicare Supplement Quote Engine

*We've built 16 quote engines for you.

"Best system in industry for insurance agents and carriers - "Technology that works and impresses."

Our start in the insurance industry began by creating dynamic systems for insurers. Excellent results caused one project to lead to another.

Currently, NAAIP provides websites & quoters for over 15,000 agents and technological wizardry for multiple leading insurance companies. A commitment to excellence is the key to the synergy that powers our growth."

David Gordon - Digital Marketing Evangelist, NAAIP.org

Ultra Easy to Actualize.

NAAIP.org has revolutionized web site building for the insurance industry. One option is to spend thousands on an inferior product. Or a do-it-yourself template that is not insurance specific. We have created the perfect solution for your business.

Offer a Free "Stripped Down" NAAIP Website to Your Clients

Frequently Asked Questions (FAQ)

NAAIP is designed for insurance agents and financial advisors. It is important for people in this profession to appear uber-professional and have the website be good at collecting visitor information. NAAIP was built to be industry-dominant. Simple to set up and edit. No special skills are needed. No drag and drop. Chose a template and edit the content, images and videos a bit to make the website uniquely yours. Programmically, NAAIP makes the site upload fast and perfectly suitable for all screen sizes.
It’s free-forever for financial sales people: Insurance agents and financial advisors. NAAIP has plenty of opportunity to earn revenue as we become the industry's default website builder. That is the hard truth. Hosting, custom domain connection, SSL certificate, website editor, quote engines, etc. Free, no credit card and no trial. We want you to see the quality. After a specific number of hits, advertisements will appear on your website. To hide those advertisement, we request that you contribute (lend us) $12 per month.

The reason we say "lend us" is that you have the option to sell insurance products with our FMO partners. If you choose to do so, the website is ad-free forever and we'll even refund whatever payments you have made to us previously.
This is probably the most common question. The answer is YES. Our hope is that a huge percentage of America's financial sales people will use our technology. We need partners. Please use our website builder and tell your upline/employer to contact us. Regardless, all agents are welcome to use NAAIP's software forever.
Our main job is to help you make money. A website that is not built for Google, Bing, etc. search is almost useless. Special attention was placed on making NAAIP websites SEO friendly. Extra steps to succeed must be taken by you. Join our six-day per week video conference call and have the host inspect your website vis a vis original content and time on website page.
Your website will immediately be live with the address of naaip.org/yourusername (e.g. www.naaip.org/jack) This website url is created automatically after you choose a template.
You are encouraged attach your website to a personalized domain name. Personalization of your domain only takes a few minutes. You will see a step 1 and a step 2 to make this happen. NAAIP agent care can help you, whether you purchase the domain from us or from an outside domain registrar.
This issue directly affect your websites upload speed which affects SEO and visitor user experience. NAAIP websites use content distribution network (CDN) servers spread throughout the world. The visitor will view your site from servers that are located closest to their location. CDNs have been a primary reason that website upload speeds have improved drastically over the past few years.
NO, NO and NO. We hope you get the point. NAAIP free-forever website builders are designed for the novice. No design skills or additional software is needed. Ready-made templates, images, videos and quote engines will have your website being impressive in a few minutes. This is not an exageration. Change from one template or style to the next. Add, hide, move up and down quoters, videos, images with a click of the mouse. It really is easy.
In 2021, in the US, aproximately 49% of visitors will be coming from a cellphone, 48% will be from a desktop and 3% from a tablet. Cellphone usage is trending up. Every NAAIP website will look perfect on every screen size. This is our job. You will be impressed. Be aware that not every header image or video placed with a quote engine in the header is suitable. Adjust your quote engine placements and header images accordingly.
Yes we do! Our website builder offers hundreds of quality pictures and videos for your use. There are no limitations as per our agreements with the creators.
Absolutely! Your business will change as the months and years progress. No need to contact a specialist. Go in your password protected back office and make the edit. Change the content, template, image, video, quote engine, etc. This is your business.

Website Builder Customer Reviews

"NAAIP is Incredibly Easy! My website is classy looking and it was a piece of cake to make it perfect - and I am computer illiterate! Support is available. I find those 6-day per week video conferences with the moderator doing screen sharing to be super-helpful. I love my website and my clients do as well. In a million years, I never believed that a high quality financial advisor website can be launched and look perfect in 20 minutes. It is true! Thank you NAAIP."

Emma Pinkston, Alabama

"I am thankful that your company exists and created this so easy-to-use technology for free. I know that free-forever means that ads pop-up on the website, but it is severely under-priced to hide the adverts. My IMO works with NAAIP which makes the website really free-forever. Other financial advisor websites are charging $1,500 to set up and then $150/month. NAAIP's features, beauty and ease of setup blows away the competition."

Marc McAlister, Maryland

"NAAIP makes me seem like a uber-professional and I am only a few weeks in the insurance selling business. NAAIP website builder is simple as pie to set up. Anyone can do it. The templates, images and videos that are available at the click of a button are perfectly suitable for wannabe financial advisor/insurance agent like myself. I hope to succeed in my new profession and the world believing that I am a seasoned pro will make success more likely."

Steven Frankel, Colorado

Sales Tools & Information

What are you waiting for?

Insurance agency websites with quote engines. Free forever! There is no catch. Your website will be active within 30 seconds.

Signup For Free Insurance Website

Forgot Password


Back
Note: Our email servers will only email one password retrieval per 24 hours. Please contact Agent Care for assistance.