Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Navigation Assistance Needed



I have a navigation that is working great. It passes a numerical variable that determines the type based on a frame in a movie clip and section that it loads by similar means for another movie clip. And that part of it works fine. My problem is taking it to the next step. I need one of the navigational links to have a drop down menu. I thought adding it into the rollover state would be the right solution, but it is not working the way I had hoped. I will be linking the sub navigation to added frames within the same movie clip that the sections are in. Things to help get you where you need to be in the .fla file navProblems2.fla.Menu layer has the nav MC in it called Symbol 29. Within that there is butt 2 copy. and two others. On layer "item 2" is butt2 copy2. That is the MC that I have attempted to put in the sub navigation. Which is only one link so far.Any advice with this will be greatly appreciated. Thank you. Build file: http://dev.insightspotlight.com/misc/navProblems2.fla



ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 07-30-2007, 03:11 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

AS Assistance Needed
Hey there..

I need a little assistance on this one I'm using the following code to load mutiple swf's:


ActionScript Code:
count = 0;numMoviesToLoad = 5;function loadNext () {      _root["loadcontainer"+count] = false;       _root.bar.gotoAndStop(1);       if (count<numMoviesToLoad) {    count++;    var newName = "container"+count;                 _root.container.duplicateMovieClip(newName, count);    loadMovie ("movie"+count+".swf", _root[newName]);       _root["load"+newName] = true;    }}loadNext();


The thing is, that I would like to integrate the following piece of code, so that my movies don't get cached:


ActionScript Code:
myIdentifier=Math.round(Math.random()*10000);loadMovie("01.swf?uniq="+myIdentifier,1);


I hope you get the idea, off course it dossent have to be the exact same code, that's just the only way I know of (to skip the cache).. If you got a better idea, then bring it on..

Any help would be nice..

Oh, and one last thing, is it possible to swapDepth the first loaded movie, so all the other movies will be loaded underneath it..?

Working Out Navigation With MX... Assistance Please
I am a designer not a programmer and I am just learning AS now...

I am trying to figure out how to create a subtle interactive navigational element such as on this site: http://www.rayoflight.net/

the arrow mc is activated when your cursor rolls over the text and fades when the when you roll out...

can someone explain the action script behind this to me? I am having a hard time wrapping my brain around this one...

also... is there a way to restrict where the arrow will travel such as between x/250 & x/500 (rather then the entire x-axis of the movie itself which would be 500px)

hope that all makes sense... any help would be appreciated

thanx!

Need Assistance With Combobox Navigation
Hi,

I want to use Flash MX 2004 combobox component for my navigation.
What I want to achieve is that when making a selection in combobox,
a specific external xml file is loaded into the textarea component and a
specific photo is loaded into the scrollpane component.

How can I acheive this? Some code examples or links to information pages would be great

Sven

Need Assistance With Combobox Navigation
Hi,

I want to use Flash MX 2004 combobox component for my navigation.
What I want to achieve is that when making a selection in combobox,
a specific external xml file is loaded into the textarea component and a
specific photo is loaded into the scrollpane component.

How can I acheive this? Some code examples or links to information pages would be great

Sven

Navigation Concept Assistance
Hi,

I am trying to build a nav system for an application that requires both x & y nav capabilties, without having to create 16 different MC's (one for each possible option). Here is a link to the first screen where you make a selection from the grid.

http://home.comcast.net/~sswoboda_99/matt_app.html

Now, based on the users first selction, I want to load a new MC with just a dynamic text-box that will pull some text from a text file, but I need to make the nav posibilities such that the user is able to select any one of the options/categories on the x or y axis and then have it load the appropriate MC with text.

For instance, if the user selects the option for Manager (x axis) and Focus on Results (y axis) on the first screen, it loads that MC with the appropriate text for Manager >> Focus on Results. From there if they selcted Director and Above (x), it should then load the MC with the text for Director and Above >> Focus on Results. Then if they selected lets say Character, it would then load the MC text for Director and Above >> Character.

I think I could build this type of app without having to create a MC for all the possible options but am not sure how I should approach it. I'm thinking I could split the nav into two MC's and have the big space in the middle load the MC with the text-box (or grid if they decide to go back to it).

Any assistance you can provide is appreciated.

Very Basic Assistance Needed
I have recently completed my very first website and do to a very poor knowledge of HTML my site was completely done in Macromedia Flash 5.0. I choose to use Actionscriting's LoadMovie command as my link between my intro and the various pages within the site. However, I do not know how to have each page labeled as its own unique HTML page. After the intro has played and the home page has been loaded, I still receive a site address of /intro. Thus anytime throughout the site I decide to hit the Back button on the web browser it plays the intro all over again. Does anyone know what I am doing wrong and how I can fix this tinie problem?? Thanks for all your assistance, flashkit has been a blessing to me throughout my entire learning experience.

Masking Assistance Needed
lets say I create a word in a frame composed of symbols. the sybols are just individual characters. so.

graphic1 : s // the letter s
graphic2 : t // the letter t
// and so on

in frame 1 of a movie I have created an instance of each to spell a word.

frame1 : string // each letter in string is composed of individual symbols

If I create a mask that starts at one side of the string and moved across to the other side, how do I get the mask to show through properly?

frame1 : ****mask**** string
frame20 : string ****mask****

if i am unclear I can post a non-working flash file.

thanks,
-john

Preloading Assistance Needed
I'm looking for a source that could provide me a preloading mechanism that would allow viewers of a large .swf file to download it first to their computer (while it displays a flash preloader graphic "loading").

Your help is much appreciated!

Pete

[F8] Assistance Needed (Masking, Maybe?)
I'm doing a flash intro for a non-profit organization. The guy who's running the project saw an effect on a website, and he wants me to do something very similar. The site is http://www.destinyusa.com . Skip the intro. When the main photo of comes up, you'll see the image broken into squares and flying in from the bottom left corner.

How do I make this happen? I've done a lot of searching, but have come up empty-handed.

Thanks in advance for helping out a newb!

AS 1.0 Carousel, Assistance Needed.
Hi, Im trying to make a carousel and through the process I have found many good examples. One however that does what I want can be found in this website:

http://www.levitated.net/daily/levCylinderImageDisplay.html

It rotates the images around a centered image. The carousel images however do not face forward as they rotate, which is what Im am trying to accomplish. I like the fact that it calls the images from within the Fla file itself and doesn't call out an xml like the carousel from Lee Brimlow's flash tutorial on 3d carousels(gotoandlearn.com).

His carousel does face forward though and has a nice reflection. Which I would like. But I did not find any specific code directing the images to stay forward. And I definitely have no idea how to place an image centered within the carousel as I stated before. I tried many different codes but it did not do anything.

Overall I am new to action script but have noticed many benefits in the update to 3.0. My preference at this point would be to create this carousel in 2.0.

I am curious to see what you guys have out there that would assist. I would appreciate it greatly.

Thanks

PrintJob Assistance Needed
Hello fellow ActionScripter's,

I am building a drawing application for a fence company that allows a user to upload an image of their house and then draw different types of fences on the picture and print or save them. Here is where I'm at on the project...

http://www.evolveadvertising.com/see...mple_test.html

I have most of it done but I am having a little trouble with the Printing part. Here is the code that I wrote to print the movie...


ActionScript Code:
on(release){
        var pj = new PrintJob();
        var success = pj.start();
        trace(success);
        if(success){
                pj.addPage("drawing_board", {xMin : 125, xMax: 365, yMin: 20, yMax: 370});
                pj.send();
        } else {
       _root.noprinting._visible = true;
        }
        delete pj;
}

If you give her a try you will see that the call to start() is not returning true as it should. My trace results say that the variable success comes back undefined.

Any help on why this might be would be greatly appriciated.

TIA,
Scotty Fever

[fmx] Pageflipper Assistance Needed
hi...i'm currently in the process of making a pageflipper (originally from here) but i seem to not make any progress anymore...

i want the flipper to close on a button action and after it's completely closed make it perform another action, namely letting another movieclip gotoAndPlay!...the flipper is loaded into another movieclip...so it's possible the buttons will not work properly...

flipper.fla for the flipper

i'll also provide the function i'm working with:

ActionScript Code:
function goIpodFromPage() {trace("poop1");_root.model_mc.gotoPage(1);trace("poop2"); if(page==0){_root.main.ipod.gotoAndPlay(2);trace ("hij doet t") }}


any help would be appreciated...and if you need any other information i'll be happy to provide...

thanks in advance!

[fmx] Pageflipper Assistance Needed
hi...i'm currently in the process of making a pageflipper (originally from here) but i seem to not make any progress anymore...

i want the flipper to close on a button action and after it's completely closed make it perform another action, namely letting another movieclip gotoAndPlay!...the flipper is loaded into another movieclip...so it's possible the buttons will not work properly...

flipper.fla for the flipper

i'll also provide the function i'm working with:

ActionScript Code:
function goIpodFromPage() {trace("poop1");_root.model_mc.gotoPage(1);trace("poop2"); if(page==0){_root.main.ipod.gotoAndPlay(2);trace ("hij doet t") }}


any help would be appreciated...and if you need any other information i'll be happy to provide...

thanks in advance!

Assistance Needed; Will Pay By Several Means
Viewers,

RippaZ Inc. has been planning since last year to start our very own game. It is EXTREMELY simple, and most experts will not spend more than an hour on it.

The game consists of 3 characters and 3 guns. It's extremely simple. I would like the user to be able to choose the character and the gun. There should be a pistol, shotgun, and rocket launcher. Each should have different effects on the character that they choose. All the user has to do is point and shoot to hit the character. With the pistol, 10 hits should allowed before the character blows up. With the shot gun, 5, and with the rocket launcher 2. After the character blows up IN AN EXPLOSION, the user should be able to go back to the menu and choose other characters and weapons.

Please create the look of the guns yourselves. However, leave the 3 characters as circles and rectangles. Include information on how to replace these shapes with what ever I wish to draw in for a character.

This game is for a business site to draw in users, not for personal game usage.

RippaZ Inc. has two registered versions of Macromedia Flash MX 2004 Pro. We will give one away to the programmer who creates the best game. They will also recieve 900 MB on a secure RippaZ Inc. server. In addition, the winner will recieve a banner on the RippaZ Inc. mainpage that points to the site of their choice. It will stay there for 1 full year! Finally, they will also recieve a real award from RippaZ Inc.'s CEO, which entitles them to 10 free legal mp3 downloads off of RippaZ Inc.'s website.

Please send all questions, inquiries, info requests, submitions, etc. to webmaster@rippazinc.tk (me) or to my PERSONAL account, s4p4n@yahoo.com

Thank you very much.

-RippaZ Inc. Webmaster
 www.rippazinc.tk
 webmaster@rippazinc.tk
 "The Original"

Path Assistance Needed.
Hello, I'm trying to make text in a dynamically loaded text area change to bold on a button click.

I can do it with a static textarea like this:

in the button:

Code:
on(rollOver){
_root.gettext();
}
on (release){
_root.formattext();
}
And in the actions frame:


Code:
var columns:Number = 0;
var rows:Number = 0;
var heading:Number = 0;
var xpos:Number = 0;
var ypos:Number = 72;
var h:Number = 11 * 72;
var w:Number = 8.5 * 72;
var depth:Number = 0;
var numOfFields:Number = 0;
var beginSel:Number = 0;
var endSel:Number = 0;
var insSel:Number = 0;



function gettext(){
trace (beginSel + "," + insSel + "," + endSel);
var attempt = Selection.getFocus();
beginSel = Selection.getBeginIndex();
_parent.beginPos = beginSel;//The beginning index of the currently selected text
endSel = Selection.getEndIndex();
_parent.endPos = endSel;//The end index of the currently selected text
insSel = Selection.getCaretIndex();
_parent.insPos = insSel;//the current index position of the curser
}

function formattext(){
trace (beginSel + "," + insSel + "," + endSel);

my_fmt = new TextFormat();
my_fmt.bold = true;
mytext.setTextFormat(beginSel , endSel , my_fmt);
//trace(seltext + "," + beginSel + "," + endSel);
}
but if I try to load the textarea into a movie placeholder called 'Page1', I can't get it wo work. I was wondering if someone could help me out with the path or whatever it is that i"m doing wrong. Here's the code to the project with the problem:

The button:

Code:
on(rollOver){
trace (beginPos + "," + insPos + "," + endPos);
textWhat = Selection.getFocus();
trace(textWhat);
beginPos = Selection.getBeginIndex();
endPos = Selection.getEndIndex();
insPos = Selection.getCaretIndex();
}
on (click){
_root.formattext("bold");
Selection.setFocus(textWhat);
Selection.setSelection(beginPos, endPos);
}
And in the actions frame:


Code:
//NEWSLETTER.SWF
//--Loads in Textarea.swf to function as
//---a working text editor. ToolBar.swf was built here.

//****************VARIABLE DECLARIATION*************
var pages:Number = 0;//The TOTAL number of pages in the document
var currentPage = "";//The CURRENTLY selected page reference
var currentPageNum:Number = 0;//The CURRENTLY selected page number
var textData:Array = new Array();//The array for holding text from intransient pages
var beginPos = 0;//The beginning index of the currently selected text
var endPos = 0;//The end index of the currently selected text
var insPos = 0;//The current index of the insertion point
var startDepth = 100;
var currentDepth = 0;
var textWhat;
//*****************LOAD MOVIES**********************
currentDepth = startDepth + 1;
attachMovie("Placeholder_mc" , "Page1" , currentDepth);//Load initial placeholder for Page1
//attachMovie("Placeholder_mc" , "ToolBar" , 500);//Load placeholder for ToolBar
loadMovie("Textarea.swf", "Page1");//load Textarea.swf
//loadMovieNum("ToolBar.swf", 500);//load ToolBar.swf
//loadMovie("ToolBar.swf", "ToolBar");
//Selection.setFocus("_root.Page1.textarea0");//------------------------------------------------------------

//*****LISTENERS AND THEIR FUNCTIONS****************

//this.ToolBar1.onRollOver = function() { trace("Hello"); }



//*****SET UP INITIAL DATA AND DEFAULTS*************
if (pages == 0){
currentPage = "Page1";
currentPageNum = 1;
pages = 1;
//Page1.textarea0.addListener(textSelectorObject);
}

//fill the Style(formatItem) combo box
this.ToolBar1.formatItem.addItem("Align Right", "right");
this.ToolBar1.formatItem.addItem("Align Left", "left");
this.ToolBar1.formatItem.addItem("Align Center", "center");
this.ToolBar1.formatItem.addItem("Bold", "bold");
this.ToolBar1.formatItem.addItem("Underline", "underline");
this.ToolBar1.formatItem.addItem("Italics", "italics");

//fill the Page(pageChange) combo box
function fillpagecb(){
var pagedata = "";
for (i = 0; i <= pages; i++){
if (i == 0){pagedata = "New Page";}
else {pagedata = "Page " + i;}
this.ToolBar1.pageChange.addItem(pagedata, i);
}
}

//*****************ROOT FUNCTIONS*******************

//Chage Page or Create new Page Function
function getpage(pagenum:Number){
//var pagenum = pagenum;
saveData();//Function call
if (pagenum == 0) {//IF User wants a new page
currentDepth++;
var cpage = this[currentPage];//eval's currentpage for object reference
trace(cpage.beginSel);
cpage._visible = false;//set current page visibility to false
var maxPage = (this.ToolBar1.pageChange.getLength() - 2);//Find max number of pages
var newpage = "Page" + (maxPage + 1);//increment Page string variable
currentPage = newpage;//set global variable
currentPageNum++;//increments global variable for new page
attachMovie("Placeholder_mc" , newpage , currentDepth);//Load initial placeholder for Page1
loadMovie("Textarea.swf", newpage);//load Textarea.swf
// ADD NEW PAGE TO PAGE(pageChange) COMBO BOX
this.ToolBar1.pageChange.addItem("Page " + currentPageNum, currentPageNum);
} else {//IF user is just changing pages
if (pagenum != currentPageNum){
var cpage = this[currentPage];//eval's currentpage for object reference
cpage._visible = false;//set current page visibility to false
cpage = this["Page" + pagenum];//Sets cpage = to page user wants to change to
cpage._visible = true;//set current page visibility to false
currentPage = "Page" + pagenum;//set global variable
currentPageNum = pagenum;//sets global variable for new page
getData();//Function call
}
}
}
//Save the current pages text data
function saveData(){
var cpage = this[currentpage];
textData[currentPageNum] = cpage.htmlText;
}
//Get the current pages text data
function getData(){
var cpage = this[currentpage];
cpage.htmlText = textData[currentPageNum];
}
//prints an image and text into textarea0
function printImage() {
var cpage = this[currentpage];
cpage.textarea0.htmlText = cpage.textarea0.htmlText + "<img src='drop.jpg' hspace='30' vspace='30'>";
}
//Selects a type of formatting to apply
function newformat(fm:String){

}

function saveToXML(){

while(textData){
var pageTag = "page" + currentPageNum;
var textAreaTag = "";
var myText = "";
}
}
//*
function gettext(){
trace (beginPos + "," + insPos + "," + endPos);
textWhat = Selection.getFocus();
trace(textWhat);
beginPos = Selection.getBeginIndex();
endPos = Selection.getEndIndex();
insPos = Selection.getCaretIndex();
}
//*/
function formattext(fm:String){
trace ("Were in Formattext!! : " + beginPos + "," + insPos + "," + endPos);
//trace(seltext + "," + beginSel + "," + endSel);
//trace(fm);
var cpage = this[currentpage];
//set selected text variable
var myselection:String = "";
var newtext:String = "";
//get the currently selected text if there is any

//figure out formatting requested by user
switch (fm){
case "right":

trace(fm);
break;
case "left":
trace(fm);
break;
case "center":
trace(fm);
break;
case "bold":
var myStyle:TextFormat = new TextFormat();
with(myStyle){
bold = true;
}
trace(fm);

this.cpage.textarea0.setTextFormat( 10 , 15 , myStyle );
break;
case "italics":
trace(fm);
break;
case "underline":
trace(fm);
break;
default:
trace("nothin here");
}
//Selection.setFocus(textWhat);
//Selection.setSelection(beginPos, endPos);
}
The Bold button is inside ToolBar1 and the textarea is by default called textarea0.

Can anyone help?

Thanks,

Assistance Needed For Eval()
Alright, I'm having a hard time with my project. The problem I'm having is mostly due to the fact that I can't seem to reference my objects correctly through the use of variables. I need to be able to do this. I keep playing with eval() , but I can't seem to get it right? Could someone show me an example of eval used properly to reference a movieclip.

As an example of what I'm trying to to:

Code:
var pages:Number = 0;
var currentPage = "";
var currentPageNum:Number = 0;

//*****************LOAD MOVIES**********************
attachMovie("Placeholder_mc" , "Page1" , 10);
loadMovie("Textarea.swf", "Page1");
//***************Set Up Initial Data****************
currentPage = "Page1";
currentPageNum = 1;

//Chage Page or Create new Page Function
function getpage(pagenum:Number){
var cpage = eval(currentPage);
if (pagenum == 0) {
trace(pagenum + "--" + cpage);
var newpagenum:Number = currentPageNum + 1;
var qfix = "Page" + newpagenum;
var npn = qfix;
var newpage = eval(npn);
cpage._visible = false;
trace("New Page: " + newpage);
attachMovie("Placeholder_mc" , newpage , 0); //Load initial placeholder for Page1
loadMovie("Textarea.swf", newpage); //load Textarea.swf
var newdepth = newpage.getDepth();
this.ToolBar1._visible = true;
} else {

}
}
What's posted above doesn't work right, but should give you an idea of what I'm trying to do. It's basically a create new page function.

I just want to be able to reference my objects through a variable.
Any help would be appreciated.
Thanks

Loadvar Urgent Assistance Needed
Im having problems with a movie clip within another movie clip. I can load variables within the main movie clip and see them in the debug window, when i try to load variables into the inset movie clip i dont get anything, but in the variable window i get:-
info on - autosize "none", background"false", border"1", borderscroll"0" etc
and the variable "response" which should have a value from the PHP script is just listed as
variable "response"??????
Im completely lost as to what im doning wrong??

I have done the similar thing in flash 5, but cant seem to get it work in MX.

The code on the button is:-

on (release) {
loadVariables("s1a_1.php", "this", "POST");
gotoAndStop(2);
_root.survey.play();
}

It does go to the right position in the movie clip and moves the main movie clip (survey) to the next frame, but no variables are loaded.

Thanx in advance for any assistance

FCalendar Questions --- Assistance Needed Please
Hi ---

I am using the fCalendar component and have some questions about its functionality.

1)I am using the setDisplayRange(range) method to set the desired range of dates. However, it doesn't actually show the range until the calendar is clicked on...all dates are enabled. Is there a way around this to have only the desired dates shown as soon as the calendar loads?

2)Can you change the calendar color of a particular day/date? In other words, have every other Tuesday have a red background.

Thanks for any and all replies.

Cheers.
SDL

URGENT Assistance Needed ASAP :)
I am currently working on a space-genre arcade game. It works fine and dandy, but it is too simple. You pilot a spaceship, and you shoot lasers at enemies who come at you from the right of the screen. The only problem that I have is that I want to make it where there is a system of lives that a player has... as well as a certain amount of times it takes a laser to hit an enemy in order to destroy it. I have attempted several times at creating variables with if statements, and none of them have worked yet for me.

I would like, for instance, to make an enemy have to get hit 3 times by the laser before it gets destroyed...

And I would like a player to have 3 lives at the start of the game, and make it to where it takes ten hits in order to lose a life.

The spaceship, laser, and enemy are all movie clips, and the main timeline consists of three frames. On the main timeline, I have a control layer where I do some of my actionscripting, but most of the actionscripting lies within the movie clips... Can anyone PLEASE help me figure out how to achieve my goals? You assistance is GREATLY appreciated.

Olorin the White

Urgent Form Assistance Needed
Hiya,

I am looking for a tutorial that would allow me to setup a form which has
1) input fields
2) radio buttons
3) pull down menus
4) submit & clear buttons

Now the important bit.

I need the data chose from the above fields to be sent direcly to an email address via an asp script of sorts. If this asp or would even consider possibly using a .pl script.

HELP!HELP!HELP!HELP!HELP!HELP!HELP!HELP!HELP!HELP!

Muskito-Killer-example Assistance Needed
Hello my forum friends !

I have this example, little bit changed. In original I've seend something like Muskito Killer or something...

As you can see, there is only one object flying around the screen... one yellow smilie. What I'm trying to do is put some more objects inside that flash file... for example, I'll make something like different types of bugs, 4 or 5 different objects.

I still have no clue how to change this code to accomplish that. It would be so much appreciated if someone can lead me and explain how to do it... or even better, attach some example Fla file... something very simple... some circles, squares, triangles or something like that, so I can see how it's done and analyse it a little bit.

If not, sorry for wasting your precious time people, it's not that important, it's just I'm trying to make some funny little game for my little niece so it can keep her interested in computers, haha

Thanks in advance and everybody have a wonderful day !

This is my example, but with one object (smilie) only:

::: SWF EXAMPLE :::

Fla and swf inside the zip file can be downloaded from here:
:: DOWNLOAD SOURCE FILES :::

Assistance With XML->Array->Search Needed
UPDATED: I uploaded my .fla and .xml file in a zip so you can view it and see what the function returns.

Hi All. I was wondering if I can get someone to look at my code and tell me why I'm not getting the results I want.

Some background: I'm not real good with Actionscripting but I'm teaching myself as I go. Currently using Flash 8 Professional on Win XP Pro Computer.

Here's what I'm trying to make: Basically I want to make a photo/video gallery. It's going to have probably a couple hundred pictures and several videos. For each picture, I want to assign it some information. Such as a description as well as some aliases.
Here's an example:
IMAGE2.jpg is an image of 4 people at a racetrack. I would want to assign aliases such as: NASCAR (being the event), JASON MILLER, JOHN JONES, ISAW YU, and GITR DONE (the people in the picture) and the description would be "Picture of people at NASCAR race."

Here's a sample of some xml that my database exports:

PHP Code:



<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlnsd="urn:schemas-microsoft-comfficedata" generated="2006-06-09T12:09:24">
<Files>
<File_ID>3</File_ID>
<FileName>FILE001.JPG</FileName>
<File_Type>IMAGE</File_Type>
<Description>Two peple at a training event.</Description>
<aliases>JOHN JONES BRENDA SMITH</aliases>
<Event_Name>TRAINING</Event_Name>
</Files>
<Files>
<File_ID>4</File_ID>
<FileName>FILE002.JPG</FileName>
<File_Type>IMAGE</File_Type>
<Description>Picture of people at NASCAR race.</Description>
<aliases>JASON MILLER JOHN JONES ISAW YU GITR DONE</aliases>
<Event_Name>NASCAR</Event_Name>
</Files>
<Files>
<File_ID>5</File_ID>
<FileName>FILE003.JPG</FileName>
<File_Type>IMAGE</File_Type>
<Description>friends just hangin out</Description>
<aliases>JOHN JONES HEATHER PEACOCK ISAW YU</aliases>
</Files>
</dataroot>



You can see that under <aliases> I have firstname and lastname of each person related to that picture. (I don't think I should use comma's in there).

The reason I want this is so that the user can select either an event name or a person's name in a dropdown listbox and it will then retrieve all images related to that event or person.

I've figured out how to parse the XML into some arrays, as well as how to retrieve it. The part I'm having trouble with is in my search function when clicking on the combobox, it doesn't return correct results.

Here is the code on my movie, all on 1st frame of main movie timeline:

PHP Code:



// --------Create listener object.
var cbListener:Object = new Object();
// --------Create event handler function.
cbListener.change = function (evt_obj:Object) {
//
//
//---------create new XML and load in data to arrays
var images_xml:XML = new XML();
images_xml.ignoreWhite = true;
images_xml.onLoad = function(success:Boolean){
    if (success) {
        var filenamearray:Array = new Array();
        var descriptionarray:Array = new Array();
        var aliasarray:Array = new Array();
        var eventarray:Array = new Array();
        for (i:Number = 0; i < images_xml.firstChild.childNodes.length; ++i) {
            filenamearray[i] = images_xml.firstChild.childNodes[i].childNodes[1].firstChild.nodeValue;
            descriptionarray[i] = images_xml.firstChild.childNodes[i].childNodes[3].firstChild.nodeValue;
            aliasarray[i] = images_xml.firstChild.childNodes[i].childNodes[4].firstChild.nodeValue;
            eventarray[i] = images_xml.firstChild.childNodes[i].childNodes[5].firstChild.nodeValue;
            }
        //-----------to check it's working:
        //trace(aliasarray[i]);
        //------------setup to search for selected item:
        var j:Number = i;
        var alias:String = evt_obj.target.selectedItem.data;
        trace("Currently selected item is: " + evt_obj.target.selectedItem.label);
        trace("Aliases for Currently Selected item is: " + alias);
        trace("Total items in XML Array: " + j);
        for (i:Number = 0; i < j; ++i) {
             if (aliasarray[i].indexOf(alias) != 1)
             {
                 trace("Array index number " + i + ": --- I found a match!!!");
                trace("Aliases for this index item are: " + aliasarray[i]);
                 trace("The associated file for this item is: " + filenamearray[i]);
                 }
             else
                 {
                trace(i + ": ----- didn't find it :(");
                trace (filenamearray[i]);
                }
            }
            }
                else {
                            trace ("xml load failed");
                    }
        };
    images_xml.load("transfiles.xml");
    
    }
// Add event listener.
go.addEventListener("change", cbListener);
stop();




Can someone take a look and tell me what they think? I know this is probably a huge mess of script. Like I said, I'm pretty new at the scripting.

I'd sure appreciate any help and direction you can give me.

Noel

[F8] XML, Array Parsing, Assistance Needed
Hi all,

need help with this ticker Im working on. It has 2 scrolling tickers top and bottom. I want to modify it so I can pull in a live xml Feed from a url coming off a server http://mydomain.com:2221/Feed/ListingData
My swf file will be located at a diff. url.

currently it pulls 1 xml file that sets the ticker's font style, roll-over effect, look and feel, etc. Plus it has the news element that sets the text and url for the text. I want to substatute the news element with my listing element. I tryed pulling in the xml feed and the current xml file (current file to keep the look and feel) the feed for the new info data. but I only get the 1st to fields/nodes <idNumber> & <date>.

this is the code that pulls in the text for the ticker:
code:
stop();
this._lockroot = true;

_root.topPlay = true;
_root.botPlay = true;

newsTopText = new Array();
newsTopUrl = new Array();
newsBotText = new Array();
newsBotUrl = new Array();

// Declare xml newConfig file for ticker layout and design
xmlStr = new String(xml);
if(xmlStr == "undefined")
xml = "newConfig.xml";
// xml parser
xmlData = new XML();
xmlData.ignoreWhite = true;
// xmlData.load(xml+"?"+(new Date()).getTime());
xmlData.load(xml);

//xmlData.load(xml);
xmlData.onLoad = function(success) {

// get newConfiguration string
newConfig = this.firstChild.firstChild.childNodes[0];
_root.fontTopFace = newConfig.childNodes[0].childNodes[0].firstChild.nodeValue;
_root.fontTopSize = newConfig.childNodes[0].childNodes[1].firstChild.nodeValue;
_root.fontTopColor = "0x"+newConfig.childNodes[0].childNodes[2].firstChild.nodeValue;

// target window of the url
_root.targetTop = newConfig.childNodes[1].childNodes[0].firstChild.nodeValue;

// font color when the mouse is over the link
_root.aFontTopColor = "0x"+newConfig.childNodes[1].childNodes[1].firstChild.nodeValue;

_root.bgTopHeight = newConfig.childNodes[2].childNodes[0].firstChild.nodeValue;
_root.bgTopColor = "0x"+newConfig.childNodes[2].childNodes[1].firstChild.nodeValue;
_root.barTopHeight = newConfig.childNodes[2].childNodes[2].firstChild.nodeValue;
_root.barTopColor = "0x"+newConfig.childNodes[2].childNodes[3].firstChild.nodeValue;


// speed
_root.speedTop = (newConfig.childNodes[3].firstChild.nodeValue)*0.2;
if(_root.speedTop>2)
_root.speedTop=2;
else if(_root.speedTop<0.2)
_root.speedTop=0.2;

// space between items
_root.spacingTop = newConfig.childNodes[4].firstChild.nodeValue;

/////////////////////////////////
// top bar news
// I think this is the part that needs to get updated
/////////////////////////////////
newsTop = newConfig.childNodes[5];

for(i=0;i<newsTop.childNodes.length;i++) {
newsTopText[i] = newsTop.childNodes[i].childNodes[0].firstChild.nodeValue;
newsTopUrl[i] = newsTop.childNodes[i].childNodes[1].firstChild.nodeValue;
if(newsTopUrl[i].indexOf("@") != -1)
newsTopUrl[i] = "mailto:"+newsTopUrl[i];
}
//////////////////////////////////////////////////////////
// then the code repeats itself for the bottom news
// bottom
newConfig = this.firstChild.firstChild.childNodes[1];
_root.fontBotFace = newConfig.childNodes[0].childNodes[0].firstChild.nodeValue;
_root.fontBotSize = newConfig.childNodes[0].childNodes[1].firstChild.nodeValue;
_root.fontBotColor = "0x"+newConfig.childNodes[0].childNodes[2].firstChild.nodeValue;
////////////// continues like the top news ticker
//////////////////////////////////////////////////////////
play();

}


This is the xml feed coming in:
code:
<? xml version="1.0" encoding="UTF-16" ?>

<!ELEMENT ticker(config)>

<!ELEMENT config(top,bottom)>
<!ELEMENT top(font,url,bgTop,speed,spacing,news)>
<!ELEMENT bottom(font,url,bgBot,speed,spacing,news)>

<!ELEMENT font(fontFace,fontSize,fontColor)>
<!ELEMENT fontFace(#PCDATA)>
<!ELEMENT fontSize(#PCDATA)>
<!ELEMENT fontColor(#PCDATA)>

<!ELEMENT url(target,aFontColor)>
<!ELEMENT target(#PCDATA)>
<!ELEMENT aFontColor(#PCDATA)>

<!ELEMENT bgTop(bgTopHeight,bgTopColor,barTopHeight,barTopCo lor)>
<!ELEMENT bgTopHeight(#PCDATA)>
<!ELEMENT bgTopColor(#PCDATA)>
<!ELEMENT barTopHeight(#PCDATA)>
<!ELEMENT barTopColor(#PCDATA)>

<!ELEMENT bgBot(bgBotColor,barBotHeight,barBotColor)>
<!ELEMENT bgBotColor(#PCDATA)>
<!ELEMENT barBotHeight(#PCDATA)>
<!ELEMENT barBotColor(#PCDATA)>

<!ELEMENT speed(#PCDATA)>

<!ELEMENT spacing(#PCDATA)>

<!ELEMENT news(item+)>
<!ELEMENT item(text,link)>
<!ELEMENT text(#PCDATA)>
<!ELEMENT link(#PCDATA)>


My New xml feed comes in like this displaying over 100 listings a day:
code:
<listing>

<new>
<idNumber>listing #303 </idNumber>
<date>04/06/2007</date>
<time>08:26</time>
<address>111 mayberry place</address>
<zipCode>11033</zipCode>
<primaryDescription>Large one bedroom apartment</primaryDescription>
<secondaryDescription>fresh paint</secondaryDescription>
<phonenum>1-212-988-3333</phonenum>
<Borough>new york city</Borough>
<severity>none</severity>
</new>

<new>
<idNumber>listing #306 </idNumber>
<date>04/06/2007</date>
<time>08:26</time>
<address>111 mayberry place</address>
<zipCode>11033</zipCode>
<primaryDescription>Large one bedroom apartment</primaryDescription>
<secondaryDescription>fresh paint</secondaryDescription>
<phonenum>1-212-988-3333</phonenum>
<Borough>new york city</Borough>
<severity>none</severity>
</new>

and so on.....

</listing>


What I want to try to do is pull in another xml file the feed above. and parse it into a string and substatute it for the news element where text is?
please any assitance on this will be very appreciated.

Component Creation Assistance Needed
So have created this movie clip that has a couple of content loaders on it and a list box that serves to offer a selection of content that can be loaded. As a movie clip everything works fine the data updates as requested through an external class file and the use of arrays, etc. I haven't gotten into alot of detail here because the problem is that the minute i convert the movie clip into a component and export the swc file everything works Except for the list box.
All of the methods function as they should and all of the properties are accessable and update as they should as well. The only thing that just will not, no matter how i work it, work properly is the list box. All other active content, loaders, embeded movie clips, etc work fine. Very irritating to say the least... Is there an inclusion or something that i may need to make? The only inclusion i currently have is the actual class file for the component itself. I did not extend nor include any other classes.

Newbee Doing Video... Assistance Needed
OK... I may not be doing this the right way so I can take the correction anyone gives me. I am very much a novice at action scripting.

I want to show a small video on the web and I have Flash MX 2004 Pro. I like to keep it as simple as possible. This is the ideal situation for me.

Scene 1, frame 1: Have screen shot of video clip (.jpg). Also have a "play" button or text to go to next scene.

Scene 2, frame 1: Have linked (not embedded) .mov file play automatically when the scene appears. Have a "play" button or text and a "stop" button or text.

I don't want the controls under the video so I'll be placing them over the image/video. I don't want to embed the video because it is too large. Can someone give me simple direction for creating this? Thanks!!

Random Motion Assistance Needed
Hey All,

New to the forum here. Great site. Lots of good info.

I'm working in MX Pro 2004 and recently viewed the Random Motion tutorial here on the site (http://www.kirupa.com/developer/acti...dom_motion.htm). I need to do something similar, yet a bit different from that, but I'm not sure how.

What I'm trying to do is have a bunch of characters populate onto the screen (say a circle). There would be 20-50 instances of this circle, but the trick is I need them to animate in a "dispersive" way (if that makes sense). The circles would come onto the screen and then sort of spread out, coming to a stop at the end of their path. The tutorials I've seen (the one mentioned above and some snow tutorials) don't necessarily do that and I'm not sure how to do that. The animation of these small circles would sort of have an easing out efffect to them, where they'd all start in the center, and randomly move outwards.

Does that make sense? Any help would be greatly appreciated.

Thanks.

Simple Preloader Assistance Needed
Tnx for your time. Here's the deal.

I'd like to create a very simple preloader, but I couldn't find anything on the net about it. Because it's a shape tween, I guess.

The preloader itself is supposed to be a line that shape tweens from a dot, centered in the middle of the screen (a flash movie) to a 900px line also centered in the middle of the screen. So the line stretches to the left and the right. And i need a percent loaded text that just sits below that line, centered.

Hope you can help!

Random Motion Assistance Needed
Hey All,

New to the forum here. Great site. Lots of good info.

I'm working in MX Pro 2004 and recently viewed the Random Motion tutorial here on the site (http://www.kirupa.com/developer/acti...dom_motion.htm). I need to do something similar, yet a bit different from that, but I'm not sure how.

What I'm trying to do is have a bunch of characters populate onto the screen (say a circle). There would be 20-50 instances of this circle, but the trick is I need them to animate in a "dispersive" way (if that makes sense). The circles would come onto the screen and then sort of spread out, coming to a stop at the end of their path. The tutorials I've seen (the one mentioned above and some snow tutorials) don't necessarily do that and I'm not sure how to do that. The animation of these small circles would sort of have an easing out efffect to them, where they'd all start in the center, and randomly move outwards.

Does that make sense? Any help would be greatly appreciated.

Thanks.

Assistance Needed With Simple Flash Form
Hi All ---

I am needing some assistance with an email form in Flash. Basically, I want to check to see if the user has filled out at least one phone number before submitting. Here is what I have so far, but it isn't working as it is needing both numbers before processing the form.

else if (!wPhone.length || !hPhone.length) {
EmailStatus = "Please enter a phone number.";


Thanks for any and all responses.

Cheers.
SDL

Assistance Needed In Removing Button Frame
I am using Flash Professional 8. I have the continents in ping files and am converting them to buttons. When I move the cursor over the button, the hand appears at the frame instead of the border of the continent..

How do I remove the frame from the button? It seems that I should know this but I cannot figure it out. Any assistance would be greatly appreciated.

Actionscript Assistance Needed To Complete Site
I forgot the site that allows you to load the swf file so that anyone in the forum can view it to expedite the assistance process. If someone can be so kind as to tell me, I can post the swf file.

OK there are two problems that I am experiencing. One is when I click on cat or elephants ( because those are actually the only two buttons I have fixed to work) everything works fine. However when I click on home afterwards it goes back to home but the photogallery from which ever one I clicked (elephants or cats) is now viewable on the home page.

The second problem is how do I get the thumbnail button to show in the large box to the right when i click one of the thumbnail buttons. I know some actionscript but don't know how I would go about doing that. Again I know it will be difficult to assist me without seeing the swf file so I'll be waiting for someone to send that site so that I can post it for your help. I really need this as soon as possible because this site is for a client.

Thanks in advance

Assistance Is Needed W/MX Components In A Form Mail Page
I have created form mail before in Falsh 5 w/input text boxes only. Now that MX has the UI components a form mail can really be a great tool. I understand how to configure the components with the info that is needed. I am confused on how to write the actionscript that will take out the variables and send them to the cgi script. I looked at the Pizza tutorial that macromedia has posted on its web site and applied the concepts to my form and the values were not sent to the cgi script. I e-mailed Macromedia tech support for assistanceand they responded by saying the following: "CGI scripts are Case sensitive. You should double check on the label names of your components. You should always double check you naming convention because it causes simple problems into complicated issues. However, we apologize but we may no longer go further with the scripting as this may be too complicated."

Can anyone assist me in understanding how to use a CheckBox, ListBox, and ComboBox in a form mail and have the selected values sent to a cgi script?

I greatly appreciate all assistance provided.

Thank youin advance,

Evan

[F8]Urgent Assistance Needed: Exit Button Dialog
Hi All,

I am currently completing my Major Project towards graduation which will be in the next two weeks. I have been creating an interactive Deaf Awareness CD-Rom software which aims to train and educate people on Deaf Awareness.

I have been looking at creating an Exit button which has actionscript to close the swf file automatically. However, from feedback of a tester.. someone suggested a pop up dialog box which says " are you sure you want to exit" with yes and no options (buttons). I have created my flash document with a number of scenes for the interactivity of navigation and pages.. I was wondering if theres a way of creating a movieclip which appears onto any scene on release of the "exit" button. Also, how could i program it to return to the current scene a user is currently looking at if they release the "no" option from the exit dialog box?

Hope I'm making sense to you guys and I really would appreicate solutions/ suggestions.

[Flash8] Random Image Scroll Assistance Needed
I'm a designer, not a coder, so I seriously don't even know where to start and I'm looking for lots of hand holding here!
Have uploaded an image to help illustrate my point(s):

ok - so here's what I need to do:
1. The entire site cannot be flash - just the horizontal scroll under the main image.
2. The scroll needs to move continuously from left to right, but also needs a "fast forward" button if viewers want to speed up or skip through.
3. The scroll needs to randomly select images from all images folders and display them
3a. onClick on one of those images, the main image needs to change to display the full pic that the clicked thumbnail represents (possibly in an iframe?)
4. As you go into each section (nav between scroll and main pics), the scroll needs to change to randomly select pics from only that section's folder
4a. onClick on one of those images, the main image needs to change to display the full pic that the clicked thumbnail represents (possibly in an iframe?)

Then there are fun little spanners in the works like the client wants his pics rt-click protected (but I figure I'll use bg images for that with a tranparent gif overlay) and then there's always the "what happens if the viewer doesn't have the (latest) flash plugin" question.

I seriously don't even know where to start - the site's to be hosted on a php/MySQL enabled apache box, and I have a php coder who can help me a bit, but he knows as much about Flash as I know about PHP - not a good combination!

Any help would be hugely appreciated ...

Assistance Needed With Simple Button Rollover Effect - Please Help Guys
Hi everyone,

I was hoping someone could tell me how was this rollover effect done - can be seen on the small map on the right:
http://www.refinery29.com/

What I want to do is to be able to have the same effect on rollover and rollout just reversed (fade in - fade out).

Please help!!

THANKS

Navigation Help Needed...(MX)
Im designing a site for a client and he told me to go look at the website http://www.neteffects1.ro , and he wanted a navigation system similar to this....the background of the movie isnt important but the animations of the links are pretty cool. Im really struggling to figure out how this works. Please bare with me an read the following...(if u take a look at the site it will help greatly)

1) Was this done with a lot of action scripting or simple gotoandplay's?

2)i tried it with gotoandplay but im really struggling. For instance if i click on the "Solutions" link and then on "Portfolio" i cant seem to make the Solutions' sub-links "minimise and fly away" the way they should.

3)Another thing im having difficulty with, lets say i make the Portfolio button gotoandplay frame 30 on release, bringing up all the sub links - and i then click on Solutions (which has its gotoandplay set on 20), it doesnt seem to bring up the sub links for Solutions. Instead it plays the wrong frames altogether yet if i click on Solutions first, all the sub links appear and "fly away" the way they should.

I know this is quite a lengthy message but i urgently need some help.
Thanks Alot!

Help Needed For Navigation
Hiya,

I am fairly new to flash and I am trying to create a sliding navigation with a left arrow at one end and a right arrow at the other, when the user rolls over the arrows the menu moves in the approriate direction, revealing more products, a sort of conveyerbelt effect. Ive got it working without the directional buttons but whenever i put the buttons in it goes pear shaped!

Also is it possible to control the speed that it moves?

Any help with this, or links to tutorials would be greatly appreciated

Cheers

MX Navigation Help Needed, Please
Hi. I need help on my flash file. I finally figured out how to make a rudimentary dropdown menu for the "people" link. However, when you click on their names, I can't get it to navigate to their page in the main movie. If someone could check it out and offer any advice, I would really appreciate it.

Thanks,
Nelson

P.S. I can't attach the file since it's too big. I tried cutting it down in size and zipping it, but it's still over the 2mb limit. Any ideas?

[CS3] Help Needed With Navigation
Hey Everyone!

I am working on making a banner navigation for a website. Essentially it is an image with 4 buttons to the left of the image. I have the flash working correctly if you move your mouse from the top to the bottom, however if you want to move from the bottom to the top it will not work. I know it has to do with the order of the buttons however I am unsure how to do it without having the 4 layers.

I have the following action script:

on(rollOver){
gotoAndPlay("go1");
}
on(rollOut){
gotoAndPlay("go2");
}
on(release){
getURL("URL",_self);
}

where 1 and 2 are points inside my movie. I have it so it fades in and out, since the main pic changes when you scroll over each button.

I can explain more or provide other information if needed, please help!

Some Help Needed For Navigation
hey

Am working a website :
see jpg :
One
Two
Three

Actually am trying to make it one whole movieclip and when you click on one of the buttons it moves and rotates to the desired location. And on mouse scroll it will zoom in or out.

Well the issue with this is flash can't go more than 2880 px up.
My movieclip goes way above that.

Anybody got some idea or references of how i can create that.

Thanks

Navigation Help Needed....
I need some help getting my navigation to work properly. I have 4 text buttons that will navigate the site (About, Profiles, Portfolio, Contact). When the site loads there is a grey box behind the About button. When you click on the Portfolio page the box needs to slide across the x-axis and be behind Portfolio. If you clicked on Profiles then it would need to slide back and under Profiles.....and so on and so on. I also would like the box to move smoothly but swiftly and ease into the point where it will stop.
Any advice or guidance would be awesome....thanks!!

Here is a quick and brief diagram if this helps...

Help Needed With Navigation
Hey Everyone!

I am working on making a banner navigation for a website. Essentially it is an image with 4 buttons to the left of the image. I have the flash working correctly if you move your mouse from the top to the bottom, however if you want to move from the bottom to the top it will not work. I know it has to do with the order of the buttons however I am unsure how to do it without having the 4 layers.

I have the following action script:

on(rollOver){
gotoAndPlay("go1");
}
on(rollOut){
gotoAndPlay("go2");
}
on(release){
getURL("URL",_self);
}

where 1 and 2 are points inside my movie. I have it so it fades in and out, since the main pic changes when you scroll over each button.

I can explain more or provide other information if needed, please help!

Navigation / Actionscript Help Needed.
I want to have a Navi MC with some text and buttons in it scroll across the bottom of a scene (scrolling horizontally from right to left.

When a button in that Navi MC is pressed, it will stop in it's current position, and will load a different MC into the timeline.

Then when returning to the Navi MC, it continues scrolling where it left off.

Any tips on how to accomplish this would be greatly appreciated!

Chad

Navigation Problem - Help Needed
Hi guys could you please explain how I could create the following nav in Flash?

http://www.kr8iv.co.uk/nav.html
(You may have to reload the image)

Okay it's not the best example, yet it will give you a feel for what I'm trying to create. Say I was on the contact us section then clicked on the client's section. I need the above block to move to the selection with an element of bounce.

Any help would be greatly appreciated!

Cheers,

Devs.

Thumbnail Navigation Help Needed
I have a photo porfolio, and what I would like is this:
A row of thumbnails at the bottom with a next and prev button, where when the button is pressed the next page scrolls in (tween) from the left or right (depending on whether it is 'next ' or 'prev')....How can I make it so that the thumbnail movie reverses the tween or forwards the tween from the prev butt or next butt...y'know?
ie:
page 1 > ........< page 2>........< page 3
(dots represent the motion tween)
How do I do this?
thx
Len

Thumbnail Navigation Help Needed
I have a photo porfolio, and what I would like is this:
A row of thumbnails at the bottom with a next and prev button, where when the button is pressed the next page scrolls in (tween) from the left or right (depending on whether it is 'next ' or 'prev')....How can I make it so that the thumbnail movie reverses the tween or forwards the tween from the prev butt or next butt...y'know?
ie:
page 1 > ........< page 2>........< page 3
(dots represent the motion tween)
How do I do this?
thx
Len

Help Needed With A Navigation Button
Hi,

I have A movie clip with a button. This movie clip is placed within my larger movie (which has only one scene). The button is to advance the user to the next frame of the main movie where, However it doesn't work. I am using the below code's to on this button:

on (release, releaseoutside) {
stopAllSounds();
gotoAndStop("Scene 1", 4);
}

I have also tried:

on (release, releaseOutside) {
stopAllSounds();
gotoAndStop("Scene 1", "start");
}

And also this piece of code:

on (release, releaseOutside) {
stopAllSounds();
nextFrame();
}

None of these work

Can you please help me with this.

I think that using the first two code samples the button i looking/attempting to navigate to the specified location in its own timeline and not the timeline of the main movie.

Help!!

Zain

Urgent Navigation Help Needed Please
I have developed a navigation in Flash that involves a Parent Navigation which displays a Sub-Navigation when a button is clicked... in some instances there is another Sub-Navigation which appears when you click a button in the 1st Sub-Navigation.

I want to use this navigation at the top of an HTML page which uses ASP & databases to display content. We also have a sign-in username & password fields located at the top of the HTML portion of our web site. When we scroll over the Sub-Navigation which opens another Sub-Navigation drop down, we are faced with a problem. The Navigation appears behind the Sign-in information. I have tried moving the sign-in information and i have tried changing the order of the layer that the transparent flash files sits on, but nothing seems to work.

We are back to square one. Without developing an entirely new navigation again, we want to try and come up with an alternative where we can incorporate a navigation with rollovers and the capability to have the drop down sub-Navigation not disrupting the sign-in area of our web site.

I hope i have made snese. If you have any questions please email me at booskye@rogers.com with the subject: Flash Problem.

Thank You in advance for your help.

Menu Navigation Help Needed
If anyone can get this, it would be a marical.
Please help.
If anyone can take this "Fla" from the link below and turn it into what I need, I would be grateful.

Basically, take this file and make the 3d portion drag-able. I don't know if this is challenging or not. I do know that the coding inside the file is way more advanced than anything I have ever seen. In fact it’s incredibly beyond my brain capacity but as I have noticed in the past, the geniuses here at this site love these kinds of challenges and I love to put them out them with great results in return. LOL.

If anyone can solve this then PLEASE (I beg you) upload the ". Fla" file to this forum so that I may learn how the "hell" you did this.
Thanks.

http://www.flashkit.com/movies/Inte...-6535/index.php

Copyright © 2005-08 www.BigResource.com, All rights reserved