Help Please! External Linking Xml Accordion?

Aug 15, 2011

The accordion i created works by recreating a single movie clip as the frame/holder for each and every 'tab' the accordion has.Now I want to have seperate links for each 'tab'. which means, at the 1st tab for example, if you click anywhere on the content area, it will take u to page #a.If you go to the 2nd tab, click, it will take u to page #b.

the current flash file has holders in it in order to let it load the xml data. such as the tab titles, content etc. they are also reproduced in AS hence there is only one instance of each in the FLA.I have created an area which is TO BE the "clickable" area on each page. But i do not know what else to do from here...

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Accordion Component - Populating The Accordion With The Data?

Jul 10, 2009

I have an accordion component on my stage and I really do not even know where to start to do .I found this code on the Adobe help pages and it causes the movement of the accordion to bounce... which is great... but my problem is populating the accordion with the data.

Quote:

import mx.core.View;
import mx.transitions.easing.*;
top_acc.createChild(View, "first", {label:"FIRST", icon: vt[i]});[code]........

My accordion is called "top_acc".I have three(3) labels... (FIRST,SECOND, and THIRD) Within there i would like arrays to be displayed for the select label.My arrays are defined and when i trace them i get exactly what i am looking for... the format of the code to add an array to my accordion...then upon selecting the item in the array displayed i would to be able to display that same array value in a text box called "my_selection" ....also the amount of items in the array are not static and change day to day..

View 2 Replies

ActionScript 2.0 :: Create An Accordion Menu With Out Using The Accordion Component?

Mar 6, 2007

how to create an accordion menu with out using the accordion component.

View 14 Replies

ActionScript 3.0 :: Linking To An External URL?

Sep 6, 2011

Website.addEventListener(MouseEvent.CLICK,website);
function website(e:MouseEvent):void
{[code].........

This is what I have so far.It should go to "mysite.com",however when you click the button,it doesn't do anything.I get no syntax errors,

View 3 Replies

ActionScript 2.0 :: External Linking To Within The Movie

Jul 16, 2010

I want my movie to go to a specific location on the basis of whether or not a variable is attached to the swf reference. Kind of trying to control it from the outside...so I've written this in my embed code:

movie.swf?reset=1

and then this AS on the first frame of my movie:

if (reset=1) {
gotoAndStop(3);
}

View 2 Replies

ActionScript 3.0 :: Scrollpane Linking External .SWF

Jun 17, 2009

i am working on a flash website with actionscript 3.0. i am using a scroll pane to view a external swf file that has buttons that move forwards and backwards through the swf. my problem is that when the naviagtion buttons are clicked the page changes but is at the bottom of the scrollpane. i want the verticalPostion = 0 so it starts at the top of the next page but don't know how to do this. this is the code for my

[Code]...

View 9 Replies

Linking To External Java Script?

Oct 29, 2009

Is there a way to link a button in a swf to a java script. I'm trying to use the "lightbox" java script so that when a user clicks on an image in the swf, a larger image appears on top of the page. Here is what the link looks like in html:

View 3 Replies

ActionScript 2.0 :: Deep-Linking With External SWF's?

Nov 12, 2010

how i can achieve deep linking with the external swf import technique? Im using the "Transitions Between External SWF's" tut from Kirupa but am not able to post a link here since im new. I have created a website that has this functionality between sections and would like to apply the deep linking to it.

View 9 Replies

ActionScript 2.0 :: Linking To An External Swf To Load Self?

Apr 25, 2011

I googled it and found that in 2006 someone was trying to do the same exact thing I am and suceeded, but didn't give much detail for a beginner like me to figure out. . I am using xml to call different swf files. What i want to do is create a link in my fla file. Or my xml to call a different swf file into the same page. Pretty much like the main menus do, but I want to create a link to it inside of the text. For instance I have an swf file called members. You click on members on the left it directs you to the members swf file switch on the right. Now that swf page is reading from my xml. At the end of everyone's brief profiles i want to put a link that says more info and it directs to a different swf that has a more indepth profile of that person, but loading in the same window as all my other swf pages of course. The person that did it before said he used actionscript to do this.

View 0 Replies

Professional :: Remote Linking From An External Html?

Jan 17, 2010

I have solved my remote linking from an external html, to specific swf frame problem. But now, as usual another problem has reared its ugly head. I have a button(s) with a spotlight animation effect in the "over state". It works fine on the "home" page, smooth and clean, but when you link to a frame in the timeline, once in that frame the spotlight effect stills shows up when mouseover, but becomes erratic and very jittery.[URL].. Once there, if you click on about, events, or news, and load any of those pages/frames, you should see the spotlight flicker on mouseover on all buttons

View 6 Replies

ActionScript 3.0 :: Linking Icon To External Site?

Jun 22, 2010

Okay so I am building a website in Flash for the first time and I am having some trouble with the code.  I have a twitter icon that has an instance name of twitter_home and I need it to link to a twitter page [URL]...  The code I pasted below opens up firefox, but does not go to any page.  If firefox is already open on my computer...it does nothing.

[Code]...

View 3 Replies

ActionScript 1/2 :: Loader Not Linking To External Swf Being Loaded

Jul 13, 2010

I am trying to make this website, which has separate files for different screen resolutions. I am using a first.swf file to load the right file, depending on the screen resolution, it goes to a different frame for diff resolutions. There I have placed a loadMovie function.The code for the loader follows the loadMovie call. loadingbar is a movieclip on screen, which presently does nothing.[code]This was displaying nothing, so I replaced the _root.loadMovie with mcholder.loadMovie("filename.swf"). This is not working either, the screen flashes for one second and then disappears. I put a stop(); before the code, and the screen remained, but the movie still did not load.I txt1.text shows 100. meaning percentage did reach hundred, but I am guessing that is for first.swf, and not for the file which is being loaded.

View 3 Replies

Actionscript 3 :: Flash Linking To External File

Jan 20, 2012

Here is the script am using to open an external html file from moviclip but it is opening in new tab. How to make it open in the same window?

[Code]...

View 2 Replies

ActionScript 3.0 :: Linking External SWF To Main Timeline?

Feb 27, 2012

keyframe one - dialogue / conversation with characters ( then a button is triggered to call an external swf [placed at keyframe two] )keyframe two - the external swf game. i want to put a button that makes you go back to the main timeline once you're done with the game and proceed to keyframe three (that's the problem. i dont know how to declare and make that button work)keyframe three - dialogue / conversation again .

keyframeone [main timeline]

Code:
...
memory_t.addEventListener(MouseEvent.CLICK, recalltraining)
function recalltraining(e:MouseEvent):void{
gotoAndStop(2)

[code]....

View 0 Replies

ActionScript 3.0 :: Linking To External .html File On Computer?

Apr 28, 2009

I'm making a site right now. First there is an intro and then when one clicks on a button (for choosing your language), a new page should open (.html page made in dreamweaver) in the same window, but I don't know how to do this.

This is my actionscript now (but it doens't work):

[Code].....

View 6 Replies

ActionScript 1/2 :: Linking External Images To Flash Document

Aug 4, 2009

I have basic knowledge of Flash and do not know how to link an external image to my Flash document. While flipping through a Flash resource book, my thought is that it's through Actionscript, possibly using URLLoader/URLRequest classes. But I don't understand how to do it. Also, do I use a transparent button as the placeholder for the image/actionscript?

View 2 Replies

ActionScript 1/2 :: Linking Dynamic Text To External File?

Nov 12, 2010

im currently making a quiz with different questions and im trying to link the questions dynamix text to a xml or txt file heres an example for one question:
 
on my answer timeline i have for the buttons (one frame per question):
 
stop();//Text Linkquestion.text = question1;
b1.longtext.text = answer11;b2.longtext.text = answer12;b3.longtext.text = answer13;b4.longtext.text = answer14;
 
Then on my main actions line i have a list with all answers and questions, this is for question one :
 
[Code]...
 
how can i put this into a xml or txt and just say from flash, hey heres where you find the text to put onto the buttons?
 
[URL]

View 3 Replies

ActionScript 3.0 :: Deep Linking - External Swfs And Swfaddress

Aug 23, 2011

I'm implementing swfaddress in my project, which starts with a main swf with various menus. When a menu item is clicked, it signals a url change, and the url change loads a corresponding external swf. All works swimmingly here. But... what if I wanted to have another menu from within the loaded external swf, and have that have its own loaded external swfs, url change etc, as well? For example, on my home page, there is a menu item called "news".

Once "news" is clicked, the url changes and loads a "news.swf" into a holder on the main swf. Now, in the "news.swf" there is yet another menu, this one with two buttons: one button says "Article 1" and the other "Article 2" and each would signal a URL change and load "article1.swf" and "article2.swf" respectively when clicked. Is there a way to get the menus on the external swf to communicate with the swfaddress that is happening from within the main swf so that every swf has it's own url address and different events triggered by that change? so the url for article 1 would look something like [URL]

View 11 Replies

Flash :: External Linking Of Flex 3 App - Can Log Where A User That Clicks On It Comes From

Nov 5, 2009

I've made a flex 3 app that is sitting on my web server. People will be able to link to this flex app on my web server on their own sites/blogs/forums and so on. Is there any way I can log where a user that clicks on it comes from? Example: the URL to the flex app is [URL] User A links the flex app at his blog at [URL] Then User B comes in to User A's blog and clicks the flex app and finally ends up at my site. Any way I can log User B's click through the flex app?

View 2 Replies

ActionScript 3.0 :: Loading/linking To An External URL Within A Movie Clip?

Sep 15, 2009

I am wondering how/if I can link to an external URL within a movie clip. It is easy to create a link that functions within my site, but I am having trouble linking to an independent site.

View 2 Replies

ActionScript 3.0 :: Linking Buttons To External HTML Pages?

Dec 8, 2011

I'm having trouble linking buttons from a swf banner that will be on all html pages. I'm using the following script, which doesn't work yet.For now, I have only two buttons. Button btn_1 should go to page_1.html, which is in a folder labeled pages.I've tried the variable name and the navigate to URL and neither have worked.

--- AS3
btn_0.mouseEnabled=false;// setting the first button -home - invisible
btn_0.alpha=0.2; // sets the color of the button 20% alpha

[code]....

View 3 Replies

ActionScript 2.0 :: Linking External Sfw File In Main Timeline Lebel?

Dec 28, 2005

I am using flashmx 2004. I am creating a presentation where the main (suppose "main.swf" )movie has seven "lebels" on the timeline. I am require to link to external swf files for each lebel which I can do by using the button script :

on (release) {
loadMovieNum("externalmovie1.swf", 0);
}

[code]........

View 1 Replies

ActionScript 3.0 :: Linking External Swf - Stop The Graveyard From Playing Once The New Level Is Accessed?

Apr 1, 2011

I am creating a vertical shooter game for one of my assessments. There are 4 levels in the game, the object of each level is to shoot as many enemies (spawn via an external as file) to build up your score before the time runs out. Once the time reaches zero, you get linked to the next level. The first level is called the graveyard which has skulls as enemies. Once the time reaches zero, this swf automatically links to the next level which is called haunted_house.swf. The only problem is the skulls from the first level continue to spawn on the new level. How do I stop this? The coding for the timer and to link the first level to the next is below:
 
[CODE]...

View 2 Replies

ActionScript 3.0 :: Linking External SWFs To The Main Flash File Error 1120

May 16, 2011

I have made a menu bar and linked each separate swf file to the corresponding button. Upon testing my main movie, all the text on the main page is disappearing, the new swf file is not loading and the message 1120 error appears for all my buttons. I have checked the instance names and they match along with publish settings and folder settings. I cant understand why its not working

[Code].....

View 2 Replies

ActionScript 2.0 :: Individual Listbox Items Linking To Individual External Text Files?

Jun 20, 2004

I've gotten as far as getting a listbox with a list of articles to display the articles in a dynamic text box, only i can only get it to work if i use one huge external text file that contains all the articles. what i want is to have each item on the list open up its own external text file, i.e. for each item on the list, there exists a separate text file. I'm about ready to put my fist through the monitor, and that would suck because this is a really nice monitor

View 13 Replies

Flex :: Swc - The Meaning Of "External" Linking Mode In Builder?

Sep 22, 2010

There are three modes to link an SWC library to a flex application: "Merged into code", "External" and "RSL". I understand what is "RSL", but I don't understand what is "External"."RSL" works just fine for me, without any code changes. However, External doesn't work for me. Although my application starts, the classes in the SWC set to External are never found.What is the meaning of "External" if it is not "RSL" ? How do I make use of that ?

View 1 Replies

ActionScript 1/2 :: Absolute Linking Of .as Instead Of Relatively Linking?

Jul 28, 2009

the project im working on is all database driven, there are no html files and all coding that is created is made by php then stored within a db to be called later on. now because of this i can't use relative links at all with anything i.e. images, videos and swf files.
 
so.....i am using swfobject to link to a swf file using absolute linking as shown in the coding below. but what i need to do now is link an .as file in my swf using absolute linking so i can call some arrays from the file.i have doubled checked to make sure my vars can be passed by local testing and it works but now i need it as absolute....is this possible?

View 16 Replies

ActionScript 3.0 :: Gap Between The Accordion?

Sep 15, 2009

Code:
<mx:Accordion selectedIndex="0">
<mx:HBox label="0" borderStyle="outset">
<mx:DataGrid rowCount="6">

[code]....

I found there is a gap between the datagrid and the second accordion tab. The more HBox I add, the bigger gap it has.Workaround:I tried to add verticleGap = "0", this fix the problem. But according to the documentation, verticleGap by default is -1, which still should not see the gap.[URL]

View 0 Replies

How To Do Flash On Accordion Panel

Aug 29, 2011

I was looking around and I found this website. How did they do the flash on the accordion panel? So that part of the panel jumps to the other side (without the wiggle) and then the active panel shifts over to the right? [URL].

View 2 Replies

Flex4.5 Accordion With Checkbox?

Aug 4, 2011

I have the following code for accordion in Flex 4 with couple of checkboxes inside, since the checkboxes are plenty i made it inside a list so that it can scroll. but when I try to run this code the checkbox only shows as label and no checkbox beside it. what is wrong with my code.

[Code]...

View 1 Replies







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