ActionScript 2.0 :: Cannot Link From Four Menu Items To The Movies?

Dec 9, 2004

I made 4 short 2 minutes SWF "presentation movies" that I want to burn onto BizCard CDs and mail to clients and prospective clients. I created a menu with the four items to link tot he movies. I ASSUMED I would be able to do this but I cannot link from my four menu items to the movies. I have tried everything but I end up with looping or syntax errors.

View 3 Replies


Similar Posts:


Professional :: Photoshop CS4 - Make The Menu Items To Light Up When The Pointer Is Touching The Menu Icon

Jul 4, 2010

I am working on a DVD User Interface for my final project in Photoshop. For extra credit points I am trying to figure out how to make the menu items to light up when the pointer is touching the menu icon.

View 1 Replies

ActionScript 3.0 :: Add A Couple Menu Items To An Existing Flash Menu?

Sep 21, 2009

I need to add a couple menu items to an existing Flash menu that I did not create, but I am having trouble figuring out how to make the buttons stay highlighted until you click another one. Best way to simply describe my problem since is to simple show you. The first 5 links work exactly as they should. But the last 2 (Careers and Client login) do not stay go highlighted on the loaded page. [URL]

View 9 Replies

ActionScript 3.0 :: Scroll The Left Menu And The Menu Where All The Items Are Added

Sep 1, 2010

scrolling 2 sprites. Look at the image below. [URL] FLA LINK (please take a quick look)[URL] I have this entire program working but i need to scroll the left menu and the menu where all the items are added. One more thing, the right menu can have only an few items at a time that do not need scrolling but when more are added then the scrolling will need to take effect.

View 0 Replies

ActionScript 2.0 :: Changing Menubar Link - Videos Link On The Menu Bar Go Straight To My Youtube Channel

Jul 20, 2009

I am new to Flash. I bought a template online a couple weeks ago, and for the most part have made all the changes to personalize the page. The page is for wedding videography, and came with a Videos section. However, I do not like the template video player, and would like to have the Videos link on the menu bar go straight to my youtube channel rather than to the flash player. Primarily all changes to the template have been made in a text.txt file, rather than the flash file itself. My question is, how could I change the link on the main page to route to my youtube channel? Here's what it looks like in the text file:

[Code]....

View 3 Replies

ActionScript 2.0 :: Link Movies That Will Loop On DVD?

Dec 31, 2009

I am a brand spanking new user. I just attended a class, however I am using flash not on a site. Instead I am exporting to DVD to play on huge 60" TV's. Problem... I'm at 16000 frames and not even half way done.How do I link movies that will loop on a DVD? I'm guessing by the time i'm done i'll probably have 4-5 movies.

View 2 Replies

ActionScript 2.0 :: Made 4 Movies-Now Can't Link?

Dec 9, 2004

I made 4 short 2 minutes SWF "presentation movies" that I want to burn onto BizCard CDs and mail to clients and prospective clients. I created a menu with the four items to link tot he movies. I ASSUMED I would be able to do this but I cannot link from my four menu items to the movies. I have tried everything but I end up with looping or syntax errors.

View 3 Replies

ActionScript 3.0 :: Link Items To Webpage?

Jul 9, 2009

I'm building an rss reader in flash. I have the rss displaying with no problem, the problem is, I need each title to open the web page to a particular site.The link is the same for every header, so I assumed it wouldn't be that hard, but since I'm very new Flash and followed a tutorial to get this working[code]...

View 2 Replies

ActionScript 2.0 :: Loading Movies From Sub Menu?

Nov 15, 2006

Basically I have a primary navigation and secondary or nested menu on one menu item. The following load movie script works fine on the primary menu on the root:

about_mc.onRelease = function() {
createEmptyMovieClip("container2", 1);
loadMovie("about2.swf", "container2");

[code]....

View 1 Replies

ActionScript 3.0 :: RSS Link - Scrollable List Of Items?

Jul 27, 2009

For the RSS I made a scrollable list of the items from the xml to show the time+title - this is working fine. Now when I click on the title it show on the text area (logText) the description. Now what I want is to add a link behind the description. I have tried with .link but it shows the whole link tag and not clickable link to the page...
function selectLog(evt:Event):void {
logText.htmlText = rssXML.channel.item[evt.target.selectedIndex].description;
Would be nice to have the link working.. like "read more".. clickable link... behind the description.

View 2 Replies

ActionScript 3.0 :: Getting The Dropdown Items To Link To The Pages?

Nov 7, 2009

i am building a website that uses a flash dropdown menu and i am having some trouble getting the dropdown items to link to the pages.here is the code i am using

dentoalveolar_btn.addEventListener(MouseEvent.CLIC K, clickLink);
implants_btn.addEventListener(MouseEvent.CLICK, clickLink);
wisdom_btn.addEventListener(MouseEvent.CLICK, clickLink);[code]..........

this is in an actionscript layer and works fine for the first set but when i try to use this same code for the other dropdown sections i get errors.i think it is because i an repeating the function but i cant get it to work without it either so i imagine i only need that function in the first set but i cant figure out how the other sets should look.

View 3 Replies

ActionScript 2.0 :: Loading External Movies With Sliding Menu

Nov 8, 2006

I would like to use Sliding Menu (URL...) on my web site,how to I load the external movie when user lands on let's say slide 3 (content3)?From actions script given on page URL...Then, when user go to another slide, I would ultimately would like to unload/stop the loaded swf movie

View 2 Replies

AS2.0 :: IDE - Get The Sub Menu Movies To Load The New Swfs Onto The Root Timeline?

Mar 2, 2009

I have created a menu that loads external swf files using this code:

[Code]....

Check out [URL] to see its operation. I am now testing a sub menu within one of these menu movie clips. When the mouse hovers over the movie clip, the sub menu movie clips appear. The sub menu movie clips have this same code (with the intention of the user being able to click on the sub menu movie clips and the new swf file kicks the current swf out of level 30 and loads the new one) however the swf file fails to load to level 30.

[Code]....

View 1 Replies

How To Make Menu Items Clickable

Jun 15, 2009

I'm creating an xml generated gallery/menu, I have the gallery and menu populating fine but my issue arises when I try to make the menu items clickable.

This is inside my populate menu function
_root["mainMenu"+[i]].onRelease = function() {
trace(this);
var splitThis:String = this
var splitThisArray:Array = splitThis.split("Menu");
trace(splitThis)
trace(splitThisArray[1])
};

Now the trace output I get is
_level0.mainMenu1
_level0.mainMenu1
undefined

Although when I set splitThis to "_level0.mainMenu1" manually I get "1" or whatever number comes after "Menu".

View 2 Replies

Menu Items Won't Open Specified Url's In Same Window

Jan 15, 2010

Why these menu items won't open the specified url's in the same window? (won't open them at all)

And why is there no hand cursor (like normally when you mouse over a link)?

See the .fla attached

View 2 Replies

ActionScript 3.0 :: Hide Swf Menu Items?

Apr 6, 2010

Is it passible to hide swf menu items?

View 1 Replies

ActionScript 3.0 :: Menu Items As Images?

Jul 26, 2011

I have two PNG images that have text in them as menu items. When clicked, a new XML file is loaded and new set of photos is displaying.Everything works fine, but I want the menu item to be highlighted when hovering the mouse over the item. In other words, so that new image is displayed in place of the old one on MOUSE_OVER, and the old image is back on MOUSE_OUT.
 
As of now I have two menu items, Portraits and Weddings, movie clips where they are displayed are MenuPortraits and MenuWeddings
 
I have following properties:
 
[Code]...
 
I do see switching of images, but if I leave mouse over - it switches back and forth with high speed. Eventually, when I move mouse out - it can stuck on highlighted state.

View 7 Replies

ActionScript 3.0 :: Adding Sub Menu Items Using XML

Apr 27, 2010

I am trying to learn how to add sub menu items to my main menu which is being generated using XML. I have been able to add the top level menu items but I am not sure how to integrate the sub menu items. a link to my development site [URL] In my code I have a variable showInMenu this value is true if it is a top level menu item and false if it is a sub menu item. If I list out the XML menu items they look like this where About Us is a top level menu item and Our Mission is a sub menu item of About Us. how to set up the sub menu items. I attached the fla with xml file.

[Code]...

View 0 Replies

IDE :: Making Menu Items Slide Up And Down?

Jun 24, 2009

I am just getting to know flash, i am working on my website fully made in flash cs 4 and photoshop.

My problem is that

how can i make a fade out on my menu?

when one of the menu-buttons is clicked a "new wall" is sliding down. how can i make the "new wall" to slide up before a new wall is sliding down?

here is a link to want i have made so far- [URL]

View 3 Replies

IDE :: Flash Dropdown Menu Bar (Over Items)

Dec 12, 2009

I've been trying to create a menu bar like this [URL] but the menu bar I create doesn't come over the items on the website. How to create those type of menu bar.

View 2 Replies

ActionScript 3.0 :: How To Hide Swf Menu Items

Apr 6, 2010

Is it possible to hide swf menu items?

View 11 Replies

Flash :: Professional - Website Keeping Image Small And Link Movies Rather Than Embed But Still Slow

May 15, 2011

I have recently launched a site for a client which includes an interactive flash element on the home page but it takes a long time to load (10-30seconds). I have followed advice from others about keeping image small and link movies rather than embed but still slow, the swf file is about 7.9mb which i thought was ok for the size of flash file. Does anyway else know where I have gone wrong whether it be the embedding or some other area.

View 5 Replies

ActionScript 3.0 :: Reusable Buttons / Menu Items?

Jun 16, 2009

A good button should have all the available out, over and down states, and often there are a bunch of nice to haves such as animation, disabled states, filters, you name it. I seem to change my mind in each project I do. The last one, I reskinned and extended the Button Component. The project before I extended SimpleButton Before that I built my own custom class using a Sprite and TweenLite. Then of course you need to work out if you will use library items which is great for laying out on stage, or do everything from scratch using code, which is more powerful but crap for design. I haven't looked at the swc or component route myself.

View 1 Replies

ActionScript 3.0 :: Certain Items Dropdown When Hover Over Menu Bar

May 10, 2010

Building a website for myself and I know a bit of flash but not much. Mostly following tutorials and adapting for my own purposes. Anyway I am building a menu bar, which when you hover over certain items drops down a submenu. I can get the submenu to drop down ok but I cant figure out how to get it to link (jump) to a new frame/scene. I think problem is in function showSubMenu? Flash CS4, AS3

Code:
// SETTINGS
// Make submenu buttons hidden
btn_Set.btn_Set1.visible = false;
btn_Set.btn_Set2.visible = false;
// Add event listeners for main button
[Code] .....

View 3 Replies

ActionScript 3.0 :: Creating Menu For List Items?

Sep 12, 2010

I have been working on making a menu for list items. The file below has an animated menu. If you click on Artificial Intelligence on frame 60, it jumps to frame 61 (a specific section for that list item). How do I make the Artificial Intelligence button on frame 61 jump back to frame 60? I dont know where to add the action script for the function. I need to add a similar script to all 9 list items, do they go on one actionscript file? if so what location? [URL]

View 2 Replies

Linking URL Or Text To 8 Different Menu Items In A 3D Carousel

Nov 13, 2010

I created a 3D carousel in CS5. It works wonderfully. For now, I have it set up so that if someone clicks one of the menu items, the output window say "commited suicide after being cyberbullied", what I want to do is either have different text (that shows in the window) for each of the eight menu items when clicked, or 8 different URL links for each of the menu items, when clicked.

[Code]....

View 1 Replies

Professional :: Menu Items Behind Flash Movie?

May 14, 2006

I created a simple movie and added it to the following site:Now when I scroll over my menu items the pop-up come inbehind the movie.

View 4 Replies

Flash :: Deleting Menu Items In .SWF File

Aug 11, 2009

I am using Adobe Flash CS4 Professional. I have a simple navigation menu that I am trying to edit.  I may be in the wrong place in the file, but when I open the .SWF files I can see the lines of code and I can see the actual navigation menu as it appears on our web site. I have not been able to figure out how to change / edit / delete the line inthe drop down menu that I want to delete on our web site.

View 5 Replies

Flex :: Best Way To Handle Clicks On Menu Items?

Mar 11, 2010

I do not know why but I see that itemclick event on a menubar do not fired unless you click a sub item. What is the clean way to handle clicks on menuitems which are on the top level and do not have sub menu items. For example I want to fire an event whenever MenuItem B is clicked.

<?xml version="1.0"?>
<!-- menus/MenuBarControl.mxml -->
<mx:Application xmlns:mx="[URL]" >
<mx:MenuBar id="myMenuBar" labelField="@label" itemClick="{itemClick(event)}" >
<mx:XMLList>
[Code] .....

View 3 Replies

Flex :: Align Menu Items Center?

Oct 14, 2011

I have searched the net, but all those tuts are for Flex 3.

What is the approcach in Flex 4.5 to align the mx:MenuBar items in middle of the bar ?

(usually they are on the far left side)

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved