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


Similar Posts:


Data Integration :: Loading Dynamic Xml Table Cells / Layout / And Functions

Oct 20, 2006

i'm trying to load a full html page with layout table cells intact and full function (like an i frame)i can load text and image but i can seem to get the entire page flash just lods it how it wants.does anyone have an idea? Can this be done? i've tried it with a dynamic text field, componets, and i can get falsh to see table / cell layouts at all.[code]is how i load my content. but making several dynamic text fields to load one page of content is working my nerves.URL...

View 2 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

ActionScript 2.0 :: [FMX] How The Page Layout Load One By One

Dec 9, 2002

i was looking at some sites and you know how the page layout load one by one, just like at [URL] after you click enter. well how'd u do that apart from using tweeens? they seem a bit messy, i guess, so i wnat to learn the action script way.

View 1 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

Flex :: LinkBar Similar To IGoogle Links

Jan 25, 2011

I wanted to create a Flex LinkBar that looks similar to the iGoogle links. The links are expandable (one level-deep) by clicking on a plus button. I've considered styling a Tree or Accordion to get the desired look and feel. But before I spend time on one approach versus another, I thought to ask first. Does anyone know a component that I could use to achieve this? Or an example of someone doing a similar vertical navigation bar? It should only be one level deep and some parent nodes might not have children (doesn't expand).

View 1 Replies

IDE :: Page Layout - External Text And Variables

Jun 19, 2009

I am trying to re-use a page layout multiple times in one site, but importing different parts of an external text file for each use. The site has various different page layout designs, which can easily be swapped around and still display the correct content. I'm using this code to import the text:
loadVarsText = new LoadVars();
loadVarsText.load("mainText.txt");
loadVarsText.onLoad = function(success) {
if (success) {
[Code] .....
The text field displays the name of the variable ("page1Title") rather than the content of the page1Title in the text file.

View 4 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 :: 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

Professional :: Centering Logo And Slogan In Middle Of Page Layout

Dec 16, 2011

I recently purchased a flash template and I have successfully replaced the information and logo with what I want, but my only issue is trying to center the logo and the slogan in the middle of the page layout. I've looked through the original flash files that came with it and tried everything I could think of. I am not having any success. I just need to center the logo and I am not getting it. I have provided a send space download link to the files also. [URL]

View 3 Replies

Html :: Have Other Divs With A Flash Liquid Layout That Fits To The Page?

Jun 29, 2011

Basically the majority of my content is flash based. I designed it using Flash Builder (Flex) and Its in a liquid layout, (everything is in percents) and if im JUST embedding the flash content it scales to the page fine, and i have the flash content set to have a padding of 50 px.

I put a header div in fine with no problems, but I have 2 problems, the first being the footer div seems to cover up the buttom of the flash content in IE, but it looks just fine in chrome. How can I solve this? I'm using the stock embed code that Flex provides, I tried to edit the css style for the div which I think is #flashContent and give it a min width and min height but it didnt seem to work, actually anything I did to #flashContent didn't seem to do anything, maybe its not the div i need to be adding that attribute to...

And my other problem is I dont even know where to start when it comes to placing a div thats 280width by 600height colum to the right side of the flash content. If i could specify a size for the flash content, and the float it left, and float the colum right, and clear it with the container div id be just fine....But remember the flash content is set to 100% Scale (well techically 100%x80% because it looked better that way). how I can start to deal with creating a more complex scaleable flash layouts that includes other divs? ALL WELL MAINTAINING IE SUPPORT? IE is ruining my life.

Here's the code I'm using:

(or if it will help you visualize what im trying to do here's the page where im working on setting this up http://apumpkinpatch.com/textmashnew/)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

[code]....

View 1 Replies

ActionScript 2.0 :: Interesting Site Layout - Flip The Page To Get To The Next Section?

Sep 24, 2003

I was recently given the task of creating the webpage for my school's physics department. I want to recreate a textbook where you would actually have to flip the page to get to the next section. While searching the net, I found exactly what I was looking for.

link

How on earth can I recreate that effect? I know it has somethning to do with rotations and dragging a mask with the mouse but how?

View 3 Replies

Css :: Check If The Page Is Loading Inside Facebook Canvas And Change The Layout Accordingly

Sep 27, 2011

I'm working on creating flash games site and want to make the facebook application version of it. As the site width is bigger than canvas default width I'm trying to find the way to check if the site is loading inside facebook canvas and change the width accordingly.

View 1 Replies

CS4 - Trying To Build Tabbed Page

Jan 14, 2010

what I'm trying to make first, so: [URL] the big main box that shows the lastest stuff You can mouse over the small boxes and the content in the main box changes, and if you don't do anything, it goes through the different stories like a slideshow [URL] - like the ign box but hovering over it doesn't do anything, you have to click the button for the content to change So I'm trying to create a mix of the above two, like a slideshow but doesn't change when you mouseover, instead need to click it (see attached file).

What I've done so far is add the time interval, and created links on each page to each other, but if I click a link or let the slideshow run more than one loop it starts speeding up uncontrollably. I think I need to use clearInterval or something, but can't find any tutorials that actually make sense.

View 1 Replies

ActionScript 3.0 :: Can't Build A Simple Little Menu Bar

Jun 30, 2009

I'm having a small problem trying to build a simple little Menu Bar. I'm trying to make it so that if I click on one button (Movie Clip) it will make it look different, and then if I click on a DIFferent button (Movie Clip) it will make the old one normal, and the new one look like it is selected.

I tried doing so by creating a function that checked what page I'm currently in, and changed the look of the MCs accordingly, but when I run it, I keep getting the following error[code]...

View 2 Replies

ActionScript 3.0 :: Build A Menu From XML File?

Apr 30, 2010

I am trying to build a menu from my XML file and I am having a little trouble getting the correct values to appear. I am trying to get the value of categoryName into the variable pageCategory.The XML file has this structure:

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<presentation>
<info>

[code]....

View 9 Replies

ActionScript 3.0 :: How To Build Horizontal Nav Menu Bar

Dec 6, 2010

I am following an online tutorial to build a horizontal menu bar in AS3. In the tut, they are using MovieClips, but for what I want to achieve I am using buttons.

Here is their code.
Select allfunction navOverF(event:MouseEvent):void{
event.target.filters = [navBtnGlow];
navBar_mc.setChildIndex(event.target as MovieClip, 1);
dropMenus_mc.gotoAndStop(navBar_mc.getChildAt(1).name);
trace("We are rolling over..." + navBar_mc.getChildAt(1).name);
}
I have worked out that the issue is in line three "(event.target as MovieClip, 1)", but how do I change this code to work with buttons?

View 2 Replies

Professional :: Make A Menu For A Web Page Using Menubar And Menu Components?

Jul 26, 2010

Im trying to make a menu for a web page using menubar and menu components, is ther any way of making os specifing that the menu can get drawn out of the canvas, since i need that the bar is thin for getting in a space betwen to image headers.

View 1 Replies

ActionScript 2.0 :: Build A Scrollable Menu In Flash Using Xml?

Feb 10, 2010

i am trying to build a scrollable menu in flash using xml.i want it to display multiple options, once an option is chosen i want it to display another menu in its place with different options.

View 1 Replies

ActionScript 2.0 :: How To Build Animated Menu With Seven Buttons

Apr 18, 2004

I'm trying to build an animated menu with seven buttons, 3 of which need a submenu. I have 4 regular buttons and 3 mc's on the main timeline. After creating the first mc with 6 submenu items that appear onRollover and trying to target the submenu buttons to open a new page nothing happens when I click on the button. I attached this code to the submenu button while it in the "Over":

Code:
on (release) {
this.skiMenu_mc.skMain_btn.getURL("ski/sk_main.htm", "_self");
}
Here's the complete fla file if you're interested. I'm using Flash MX 2004.

View 3 Replies

ActionScript 2.0 :: Build A Tsunami Menu But Cant Figure?

Sep 21, 2005

i'm trying to build a tsunami menu but cant figure why it doesn't work i've followed a tutorial from actionscript.org and can't find the problem.

View 3 Replies

ActionScript 2.0 :: Build A Menu Dynamically From A Xml File?

May 4, 2006

I have some code to build a menu dynamically from an xml file.

Code:
var myXML = new XML();
myXML.ignoreWhite = true;
myXML.onLoad = function(success) {

[Code]....

Which works fine, pulls in the attributes, label, colour and so on and builds the menu. However it hapens all at once as the for loop executes, how would I insert a pause so that the menu appears to build over time?

View 2 Replies

ActionScript 2.0 :: Build Swf Of The Menu Using A Class And Prototypes

Sep 25, 2002

here is the swf of the menu I was trying to build using a class and prototypes.

View 3 Replies

ActionScript 2.0 :: Build A Menu Consisting 3 Buttons?

Feb 3, 2005

I just signed up and am fairly new to flash so I hope I'm posting in the right spot. My problem that I'm having is I am trying to build a menu consisting 3 buttons, side by side that open and reveal subnavigation buttons on rollover. Then on rollout of the main container button, they close back to where they were. I have built the buttons and everything works great, the only problem is that on rollover of the internal buttons, the main button senses this as a roll out and plays the rollout animation event (closes the button). How can I make the main button not sense the rollovers of the internal buttons and only play the rollout event on rollout of the main button?

View 2 Replies

ActionScript 2.0 :: Build Menu Order With Tweener Class?

May 25, 2008

Code:
function showsubMenu(x,y,thisArray,gotoArray)
{
var curr_item:MovieClip;

[Code]....

now all menuItem's slide in at ones. but i want to slide them in one after the other?

View 4 Replies

Xml :: Build A Nice Fluid Drop Down Menu Completely In Code?

Aug 25, 2010

I've just started learning as3 and I've been trying to find a good tutorial on dropdown menu's using just xml and as3. Most of what I've come across so far are either static menus or menus driven with heavy use of the timeline. Is it even possible to build a nice fluid drop down menu completely in code?

View 2 Replies

ActionScript 2.0 :: Write A Function That Will Build A Menu Based Upon The Vars?

Dec 14, 2006

Im trying to write a function that will build a menu based upon the vars that I passed it to. This is a simpler version on the code.(The library has a MC/Btn symbol with the linkage "btn");

Code:
function bulidMenu(nItems:Number) {
var menuMCx:Number = 100;
var menuMCy:Number = 100;

[code]...

Why do I get an output of 4 on every clicked button, instead of 0,1,2,3 ? I tryed forwarding the " i " to the onRelease = function(i) {} and then in it declaring a new var and assigning it the passed " i ", but that doesn't work either :/

View 4 Replies

ActionScript 2.0 :: Using LoadMovie On A Project - Basically I'm Trying To Build A Flash Page?

May 31, 2003

this is my first post on this board so go easy on me. i'm having big problems using loadMovie on a project - basically i'm trying to build a flash page that will run in full screen (as part of an exhibition) and will load up other swf files within itself. so there will maybe be a row of buttons along the bottom which load swfs into an area above them.

[Code]...

have spent all day on this with no progress so will be interested to hear your thoughts. when i have tried loading in other swfs into my blank clip much of the code in them as stopped working as well.

View 1 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 2.0 :: Page Title - When Click On One Of The Menu Items, Page Title Should Change?

Nov 6, 2010

I'm trying to edit a Flash file, that get it's data from and XML file.Now when you click on one of the menu items, the page + page title should change, but somehow the page title remains the same. (at least for the first 3 menu items) But when you go to the last menu item and then back to one of the first 3 menu items, the correct page title is shown.I'm no flash / AS expert, so I can't really find out what the problem is, but it seems like it has something to do with this function

Code:
_root.getCurrentText(thisText0, _parent.num);

View 4 Replies







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