ActionScript 2.0 :: XML Menu - Layout Is Complete But Functionality (hardest-part) Is Not?

Jan 18, 2007

Very close to finishing this XML menu gallery. Pieced together with Kirupas gallery tutorial and "Claudio's" scrolling script. The layout is complete but unfortunately the functionality (hardest-part) is not.

So what I'm hoping to accomplish... ?

1. Multi gallery functionality (i.e.. menu sys.. Ad / Catalogs / Logo's).

Currently the XML is only set up to load the Advert section and the menu on the right does not yet work independently. In the end i hope to have it load other sections based on the description "Catalogs" would load the catalog section.

2. Simplifying my XML (i.e.. Write it so it's more clearly defined)

I included an example of the XML file I would like to utilize with my FLA. Unfortunately the way the AS is set up currently, I can't simply swap this file out. I'm baffled about the script that drives this functionality.

3. Add NEW feature. (i.e.. Make the menu on right "Ads / Catalogs / Logos") populate with dynamic text from the XML (i.e.. <gallery name="ADVERTS"> ). At the moment this is being populated with an image which proves to be more time consuming to make.

4. "Info" area... need to populate this with text relating to individual parts of gallery.

5. "View"... need to give a larger view of this file on click or rollover - opening another window in flash.

OK, now that i read through this... looks like I have farther to go then I thought.Anyway,I Hope i haven't scared all you flash pro's off...I know this stuff isn't very cut and dry seeing there's many ways to achieve the same goal. Ideally I would like to learn the most efficient method for doing this.

View 14 Replies


Similar Posts:


Wow The Preloader Is The Hardest Part

Aug 12, 2009

Ok i have been making a website and i need to put a preloader in that loads my website. I have downloaded 3 different preloader and replaced the pic that they had in with my own and when i do that it either no longer works or it has a white screen until about 50% then it does work! WTH is going on??????

View 7 Replies

ActionScript 2.0 :: Menu - Duplicating The Menu Functionality?

Feb 20, 2005

Inside the iframes are two images from a Flash presentation for Arm & Hammer. I am doing something similar for them and need to duplicate, if possible, the menuing seen here. All I have is the SWF file, which I don't want to put up on the web. For one thing it's pretty big and I don't want to make people sit through it just to get to the menu.

The menu appears as a row of circles. When you mouse over the circles, they expand, and a submenu structure appears. In the example shown here, in Pic 2, I have put my cursor on the PRICING / SPEC SHEETS link. You can see that two sub menu choices appear PRICING and SPECS. These are simply links to downloadable PDFs, no big deal.

[Code]...

View 1 Replies

ActionScript 3.0 :: Possible To Check If A Complete String Or Part Of It Is In An Array?

Jul 3, 2009

I had to check a text input from a user to se if is inside an array, the array contains single words with possible answers. What I need to know is; if somebody for example type the "sky is blue" and the array contains "blue", I want it to recognize it even is there's more words in the given string that are not in the array.

View 8 Replies

ActionScript 3.0 :: Custom Resize Event As Part Of Larger Project To Create Flexible Liquid Layout Class

Dec 16, 2009

I am trying to create a custom resize event as part of a larger project to create a flexible liquid layout class.Basically, i want an object to listen for the stage.RESIZE event. If i can listen for this event from multiple objects, it solves my event firing problem.[code]

View 7 Replies

Actionscript :: Flex Custom Menu Functionality

Jun 16, 2009

Does anyone know of a way to keep a menu open after clicking one of its menu items? I have a custom menu (extended the menu object) it contains a bunch of check type menu items, the requirement I am trying to fulfill is to allow the user to click multiple menu items without the menu closing, and then have the menu close when it loses focus, is this possible? If it is can someone please explain how it can be done (pref. with a small example).

View 1 Replies

ActionScript 3.0 :: Animated Layout Of According Menu?

Aug 5, 2010

I have a problem when I try to animate a layout with TweenLite.

I have an accordion menu that should animate its layout when an Item is opened or closed.

I have this function which works if I don't animate it but when I try to animate it its relying on the previous items y position plus its height to place the next items position. because the y position is still in animation it screws up the position of the next one in the for loop.[code]...

View 3 Replies

Professional :: Flyout Menu Button Functionality Within MovieClip

Jul 27, 2010

I created a flyout menu from this tutorial: [URL]. It basically created buttons within a movie clip for animation. Everything works great, but I cannot get the dropdown buttons to go to frames outside of the movie clip. Within the movie clip I am adding script to the dropdown buttons as follows:
on (release) {
gotoAndStop("Scene 1",10);
}

But it won't work. The buttons only seem to be able to go to frames within the movie clip such as:
on (release) {
gotoAndStop(10);
}

View 2 Replies

ActionScript 2.0 :: Sliding Menu With Liquid Layout?

Apr 30, 2011

I made (in fact assemble) an sliding menu wich works fine, the thing is i realized i need liquid layout in my site i cant make it work with this particular menu, i found nformation an i could make a flas movie with liquid layout but with simple mc.

movieclip: menu_mc (this is its instance name)
code in keyframe:
/// begin sliding code

[code]....

View 5 Replies

ActionScript 2.0 :: Liquid (fluent) Layout With Sliding Menu?

Apr 30, 2011

im having troubles with this site. I made (in fact assemble) an sliding menu wich works fine, the thing is i realized i need liquid (fluent) layout in my site and i cant make it work with this particular menu.I found information an i could make work a flash movie with liquid layout but with two simple mc when i try to do the same with my menu (also an mc with some code attached) it no longer works.

[Code]...

View 1 Replies

ActionScript 2.0 :: Build A Menu Layout That Functions A Lot Like An IGoogle Page?

Dec 17, 2008

I've been working for a week on a very important task and learning (with Moock's book beside me) as I go. I'm trying to build a menu layout that functions a lot like an iGoogle page. Is this just a matter of a lack of syntax knowledge on my part or is this not possible? I can't find any examples of anything even close. I'm not sure which answer I'd prefer, but I'll take any insight that someone with more knowlege than me could offer

View 2 Replies

ActionScript 3.0 :: Most Hardest Topic When Start Learning?

Nov 27, 2009

i have been learning ActionScript for 7 or 8 days now. It's been a easy journey.

I'm curious, what is the hardest topic when you learning ActionScript ?

When i'm learning C++, pointer is a brain buster. What is the hardest topic for ActionScript ?

View 9 Replies

ActionScript 2.0 :: Make Menu Which A Part Of It Rotates

Apr 7, 2005

i want to make this menu which a part of it rotates. I have a circle with text besides it. This are the buttons. On this circle i have some kinda thing which points the button of where the users mouse is on. So each time the users chooses anothe button, the pointer has to rotate to that button. If there is no mouseover or anything, the pointer has to point the button on where the user is on the site (so in home the point has to point to home button)

View 13 Replies

ActionScript 3.0 :: Building An Auto-complete Menu System?

Nov 20, 2009

I am building an autocomplete menu system, and need the general function to be simple as I will be adding a lot more functionality to it later...

this is my start, but it returns too many results, how can I bind the results?

[Code].....

View 1 Replies

ActionScript 2.0 :: Draggable Menu Part II -loading It Into Another Movie?

Feb 22, 2005

I would like to load the draggable menu externally into another SWF movie. I have my main movie (main.swf) and the draggable menu movie (draggable.swf). I can get the draggable.swf to load into the main.swf, however, I can't seem to figure out how to get the external draggable.swf to work within the main.swf. Once it's loaded, it is totally static

View 1 Replies

ActionScript 2.0 :: Menu Navigation Effect - Image To Appear On A Part Of The Stage

Aug 6, 2005

i have a menu which has 10 items. there are sub menus for each of them. the submenus total to 40 items. and when i click on ech of these submenus, then i need an image to appear on a part of the stage. Now, I need the same effect for ech of the image. Say when i click on the 1st submenu of the 1st main menu, the image of an apple comes from the bottom the stage to the centre of the stage.

Now when I click on any other submenu - say 1st submenu of the 3rd main menu, this apple image should go off the stage from the top and an image of mango should appear from the bottom of the stage to the centre of the stage (same as how apple image appeared). So, basically, i need any image to come from the bottom of the stage to centre of the screen and whn a diff image is calld, the image on the screen shld go off frm centre to the top.

View 3 Replies

Full Width Preloader For Fullscreen Layout/fluid Layout?

Jul 9, 2009

how to make the preloader works on the full screen website/ fluid layout.  I add the Stage.resize on the code for FYI When I added this code to the bar, it expanded to full screen, but there's no loading bar. The text is also no progress.

View 1 Replies

ActionScript 3.0 :: URLLoader Fires Event.COMPLETE Although Not Complete

Jun 14, 2011

I made a test where I download a file using URLLoader - something like this:

[Code]....

in the middle of the downloading process I physically disconnect the internet connection. the download stalls - but after aproximately 30 seconds downloadSuccessful is invoked, although only half of the data was downloaded. how can I make sure that the data to be downloaded is complete and correct?

View 2 Replies

ActionScript 3.0 :: Complete Event Triggered But Loading Can't Complete

Feb 17, 2011

I am loading in binary files with the url class which can be quite large 10mb + and it works fine on my server but another server I am testing on it can sometimes not work. Sometimes it will not load the file and other times it will only load about 20% and it throw a complete event??? Then of course other times it works fine. This server is https maybe that has something to do this it?

View 0 Replies

Media Server :: RTMP Based HTTP DVR Functionality And HLS Based IOS Functionality?

Jan 20, 2012

I want to use RTMP based HTTP DVR functionality and HLS based IOS functionality, So I need to know how to MPP from my existing DVR app to the livepkgr app so that the stream being recorded at the DVR app can be used by the Flash and Stream MPP over to livepkgr app and can be used by the IOS HLS.

View 1 Replies

Regex :: If Part Of Substring Is True Then Replace Part Of Substring With Running Var?

Mar 9, 2011

Ok perhaps ive bitten off too much here...I know you are not supposed to parse xml/html to regex but the thing is there just arent many other options.Im using AS3.im parsing the source of textflowlayout text to a different format.

string to parse :

< fontFamily=Verdana encoding=unicode fontWeight="bold"> some text < fontFamily=Verdana encoding=unicode > some text < fontFamily=Arial encoding=unicode fontStyle="italic"> some text < fontFamily=Arial encoding=unicode fontWeight="bold" fontStyle="italic"> some text

what i really need is:

< fontname=Verdanabold encoding=unicode> some text < fontname=Verdana encoding=unicode > some text < fontname=Arialitalic encoding=unicode > some text < fontname=Arialbolditalic encoding=unicode > some text

logically i think of it as taking apart the string into substrings

checking if there are fontWeight or fontStyle in the substring

if there is then appending the font name with the weight or style so so that the font name becomes font NameWeightStyle.then rebuilding the string.The font could be any font with variouse styles or weights..so far:

pattern = /<(.*?)>/gixsm;
var matches:Object = pattern.exec(str);
var finalstring:String = "";[code]...........

View 1 Replies

Flash :: Flv/video Player Which Allows To Seek For Part Of Not Loaded Video Part?

Mar 11, 2012

I'am looking for a flv/video player which allow to seek for not loaded part of the video,just like on youtube.

View 1 Replies

ActionScript 2.0 :: Expanding / Collapsing Menu - Should Have Remember The Last Visit Menu And Show The Menu

Jun 5, 2004

I have created this site with a expanding / collapsin menu. When a user selects a menu e.g. "hammers" then the menu is loaded and show the submenues. When the users closes the menu by moving the mouse away from the area the menu collapses. If the user expands the menu again the menu should have remember the last visit menu and show the menu.

View 4 Replies

Flash :: Professional - Add New Menu In Menubar And New Menu Item Inside The Help Menu

Feb 27, 2011

i want to add new Menu in flash IDE and i want to add inside the adobe flash menu. How i can add new menu in menubar and new menu item inside the help menu. is it possible to do this things if yes then which language i have to use for this. what is way to start development and what is the .MXP file and how to create this .MXP file.

View 1 Replies

ActionScript 3.0 :: When Click In On Menu The Actual Menu Does An Alpha To 0 And The Next Menu Appears?

Jan 27, 2010

The menu is like this http:[url]... (the site is in portuguese but it doesnt matter), when I click in on menu the actual menu does an alpha to 0 and the next menu appears using the alpha from 0 to 100 (and some animations like the cellphone going up).Now, how can I do a menu like that, whatever the menu I choose, it does that alpha animation ?

View 1 Replies

ActionScript 2.0 :: Menu Item 11 Later Menu 12 Menu 13 In Bottom?

Sep 7, 2009

i have AS2 coded menu it's working xml but i can add 11 categories.if i add menu item show page out...i want menu item 11 later menu 12 menu 13 in bottom. sorry my english i add flash file and screen

View 1 Replies

ActionScript 2.0 :: Senoc's Drop-down Menu - Only Disappear If Click On Another Menu Item Or When Click Outside The Menu

Jan 17, 2004

ive followed Senoculars drop-down menu tute [URL], awsome stuff, but it seems the submenu's dont disappear to well when you roll out. ..They only disappear if you click on another menu item or when you click outside the menu.

View 12 Replies

IDE :: Convert Fla To Flv With Functionality?

Jun 23, 2010

I'm trying to convert an swf or fla to iether .flv, .mov, .avi.I have tried a lot of converters, but none retain the swf interactivity. In fact it seems to me that all they do is convert frames. Most of my movie is on one frame.

View 1 Replies

ActionScript 3.0 :: Adding The New Functionality?

Jun 9, 2009

I've struggled to get my animation working the way it is currently and now the functionality has been requested to change and quite frankly I just don't think I would be able to work it out as I'm not a Flash developer.[URL]It's a sliding image gallery. There are 13 images and when you roll your mouse over an image a set of filters are applied (to the movieclip wrapping the image) that gives it a glow/drop shadow effect.The images move based on the mouse position.

1. The animation still needs to move on the mouse position, but also the when the animation loads it should automatically move in one direction (images moving left across the stage) but when the user rolls their mouse over the animation then the mouse position takes control. Once the user rolls their mouse away from the animation then the images need to keep moving in the last direction (at a set speed)

2. When the user rolls their mouse over an image it needs to get bigger - but wont some of the images then overlap, so each movieclip would then have to dynamically move to the top of the stack to make sure they overlap the other images correctly

3. The animation needs to loop!?

View 3 Replies

ActionScript 3.0 :: Difference Between Set And Get Functionality?

Apr 22, 2010

What is the difference between set and get functionality?

View 1 Replies







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