ActionScript 2.0 :: Loading Named Buttons Onto Stage With Coordinates From An External File
Jan 15, 2005
i have 20 buttons, and i want to design an external file that holds the coordinates for each named button.
how would i go about this, since the external file would be read as a string by flash?
View 3 Replies
Similar Posts:
Jan 15, 2005
i have 20 buttons, and i want to design an external file that holds the coordinates for each named button.how would i go about this, since the external file would be read as a string by flash?
View 3 Replies
Apr 24, 2009
on loading multiple external swf on single button... I mean on click of next or previous button may I load external swf with different name on targeted instance....?
View 9 Replies
Jun 27, 2009
I am working on a website, its a project, I built custom buttons and used there own AS3 to make them play on hover. There is one problem thou, in my main scene or timeline I created this function:
about_but.addEventListener(MouseEvent.CLICK, function(){
var aboutURL:URLRequest = new URLRequest("about.swf");
})
contact_but.addEventListener(MouseEvent.CLICK, function(){
var contactURL:URLRequest = new URLRequest("contact.swf");
})
cat_but.addEventListener(MouseEvent.CLICK, function(){
var galleryURL:URLRequest = new URLRequest("catalogue.swf");
})
port_but.addEventListener(MouseEvent.CLICK, function(){
var portURL:URLRequest = new URLRequest("port.swf");
})
Ok but it had the navigatetoURL function but I took it out. Reason is because I want these buttons to load in a movieclip (mc_loader) as external swf files. I am not sure as is to linking these buttons to the loader movieclip.
View 9 Replies
Sep 3, 2010
I m loading an external swf file on main stage which has some links, I want if I click on any of these links the timeline of the main stage should chenge.
View 1 Replies
Jul 24, 2006
I am loading an external .swf file onto my stage. This is the script I am using:
[Code]...
It loads everything great, but it lags so bad when it plays!!! Am I loading everything prperly? The external .swf file is just under 200 kb, but that should be ok, right? there is a way to prevent lagging. maybe a way to ask for more ram from the computer?
View 7 Replies
Jan 7, 2009
I am loading an external swf file/movieclip onto the main stage - it is a simple transition and once it has finished playing, I want to jump to a frame in the main stage.I've loaded the movieclip onto the stage, but don't know how to jump to another frame after it has played and stopped...what's needs to be added to this to goto a frame on the main stage........
on (release) {
loadMovie("black.swf", holder);
}
View 2 Replies
Mar 8, 2009
I have menu.swf which loads an external SWF (longmenu.swf)longmenu.swf has a long background on stage, which scrolls according to what the user clicks. It works fine on it's own with tweenLite. But what i need to do is to have menu.swf controls to which part of the background it scrolls or appears at once an item on menu.swf is clicked.
View 1 Replies
Sep 26, 2008
An external swf is loaded using this code...
[Code]...
The problem is that even though this external movie covers the whole stage, My mouse can still "see" buttons that are on the stage, and I can click them. I don't want to be able to click the buttons through my external movie.
View 2 Replies
Feb 23, 2011
I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i will click the "unload" button in the file1.swf, I would like the main.fla to unload the file1.swf and load the other file, file2.swf. Here is the code to load the file1.swf:
[Code]....
View 1 Replies
May 24, 2009
On the stage I have buttons that should load different swf. Usually I should put all the code on a single "action" layer. But, it is not what I want to do I have a movie clip that I want to play before the loading ( button click - movie clip - loading the swf).
So I put this code at the en of the movieclip:
var mLoader:Loader = new Loader();
var swf;
var mRequest:URLRequest = new URLRequest(swf);
function startLoad() {
mLoader = new Loader();
[Code] .....
View 1 Replies
Sep 18, 2009
I wanted to make each button load an swf.How do I connect a button to loading a swf?
contentButton1.addEventListener(MouseEvent.CLICK, N);
function N(e:MouseEvent){
var request:URLRequest = new URLRequest("N-Infant.swf");var loader:Loader = new Loader()loader.load(request);addChild(loader);
View 2 Replies
Sep 8, 2009
It is possible to loop through buttons in a movie clip that do not have sequential names.For instance, they are all named by the date they are for reference to a database.
View 1 Replies
Nov 5, 2009
I got this tutorial about external movie loading. It works but it seems that their is a little problem with it. How do you keep the button from loading an external movie once it's loaded already?
[URL]
Let's BUTTON-1 loaded MOVIE-1, now when you click on BUTTON-1 again it will load the movie even if it's loaded. How do you do it like only when another button is clicked will it load the movie for that button.
View 2 Replies
Sep 12, 2009
This one is a funny one. To replicate:
1.Drag a radio button onto the stage.
2.Name the instance.
3.Create a document class.
4.Try and set/change the label of the radio button from the document class.
I noticed this problem when I quickly knocked the code together to catch the radio button value through an event, which worked perfectly when the code was on the timeline. I tried to clean up the code into a class file, at which point it broke. I stripped the whole thing down to bare bones and just could not get the label or the value to set from the document class. If I've missed something, I'd love to hear it, as I've wasted hours AGAIN on a silly problem.
[Code]....
View 3 Replies
Aug 23, 2010
I have a situation where I use loadvars to load an xml file, which has the address of 2 swf's on the server. I can trace the xml items so know they are loading. So I'm trying to load the swf's but am running into problems. First problem, the swf always gives an error when I publish from flash, "TypeError: Error #2007: Parameter url must be non-null." as it can't find the mention of the xml file, as it's just being published. I'm not sure this affects the next issue which is the swf not loading when I try to load it like this:
var loader:Loader = new Loader();
var defaultSWF:URLRequest = new URLRequest(loadswf1); // where I know loadswf1 = "myswf.swf"
loader.load(defaultSWF);
[code]......
View 1 Replies
Nov 20, 2009
All I'm trying to do is load an external .swf file into a precise location on the stage of my existing Flash file. I've spent an hour and a half on this site search and found nothing. What do I add to my loadMovie command to place the file at specific x,y coordinates?
View 3 Replies
Sep 12, 2011
I have a function that creates a group of dynamically created MC'sWithin each MC, there is a group of dynamically created buttons.I got that bit to work fine.Now what I need is to send a handful of var strings and numbers along with each of those buttons, and am not having very good luck doing thatHere's what I got so far...
Code:
function storePageBuilder(a):void{
var storeMC:MovieClip = new store_MC();
[code].......
View 1 Replies
Sep 12, 2011
I have a function that creates a group of dynamically created MC's Within each MC, there is a group of dynamically created buttons. I got that bit to work fine. Now what I need is to send a handful of var strings and numbers along with each of those buttons, and am not having very good luck doing that.
Here's what I got so far...
Code:
function storePageBuilder(a):void{
var storeMC:MovieClip = new store_MC();
storeMC.name = "storeMC_"+a;
[Code]....
View 1 Replies
Jun 30, 2010
I have 7 buttons on my main page, on the left side of the screen. I want the buttons to load the external swf on the right, and then unload when a different button is pressed. Do I need to make an array? Do I need an empty movie clip to load each swf into?
[Code]...
View 20 Replies
Aug 17, 2009
Flash CS4 Actionscript 2.0 internal training project Main movie is a single frame project, containing just the interface. This includes a menu listing 80+ individual "chapters" for the training series. Each "chapter" that loads is its own project/swf of varying lengths. Once the main interface loads, it should automatically begin to play the chapters sequentially without the user selecting anything from the menu. When one chapter finishes, the next should load. If the user DOES select a chapter in the menu, it should load that SWF, and continue auto-playing from that selection forward.
- Each chapter swf has a built-in play/rewind/ff bar, various movie clips with animations, dialogue audio track and a fairly lengthy embedded FLV movie, and therefore a preloader before each chapter is mandatory.What I have so far works, but it's embarrassingly crafted my lack of AS skills:- First frame of main interface movie (let's call this main.fla) contains the following code:
var slideName = "modules/00.swf";
var loader:MovieClipLoader = new MovieClipLoader();
loader.addListener(this);
[code]....
View 0 Replies
Nov 30, 2009
Basically I have a site that will load an external .swf for each menu button to display the content for each page. I have found tried several methods to do this and all at least create a loader and display the default .swf without problem.
Heres the code...
***start code***
stop();
var xPos:Number = 0;
var yPos:Number = 125;
[code]....
My problem is I am getting the following error:
"1120: Access of undefined property event. var newSWFRequest:URLRequest = new URLRequest(event.target.name + ".swf");"
Now the buttons I have set up are text converted to a button. Not sure that matters as I have seen other instances where people create an object (retangle) covert that to a button and put the text inside of that as an instance of the retangle. I have even created a new .fla with just a single button creates with a retangle and the text as an instance of that and still get the same problem.
View 2 Replies
Jun 6, 2011
For some reason, no matter what I try, a stage instance named 'track' remains null to the frame it's on. I've made sure that Auto-declare stage instances is checked. Is anyone familiar with this problem?
View 1 Replies
Feb 21, 2011
I'm building my brother a flash AS2 website for his construction company....everything is going smoothly up until now where he wants to have a "cover flow" - iTunes album art style gallery to display the images of his work portfolio.
I am building his website COMPLETELY out of flash, from what I know - I'm not pro enough to build the cover flow style gallery myself so I'm looking for a nice external flash gallery that I can modify and load the gallery swf into my main stage / website... or directly place the entire flash gallery into one frame of the main website.
I came across this application called "Gallery Studio" by ijoysoft [URL] that very easily lets you automate flash galleries with your images and you can export it as a single .swf file. IT IS PERFECT! It has something very similar to cover flow and my brother loves it.
Now I've worked with loading external .swf's onto the main stage of my websites before.. but for some reason I cannot load THIS automated swf onto my flash stage. I can't figure out why it wont appear.on the main timeline of the website "AHRENS.fla" frame 252 is where I want the gallery to appear "gallerytest.swf" (gallery automated from the Gallery Studio program) I am using a simple:
loadMovieNum("gallerytest.swf", 400); to call it in.
I get no errors.. and nothing appears.
AHRENS.fla <- flash website file
gallerytest.swf <- automated gallery to place in frame 252 of AHRENS.fla
if I could just figure out this one problem... it will solve all my headache and pain, as I've run into loading external galleries before. Since I work making my website COMPLETELY in flash, making image galleries have always been a problem for me, I have to do them by scratch unless it requires something fancy.like cover flow, where then I look for freeware galleries off the internet but they always require javascript, their own webpage, html, css, divs etc that can't be integrated into my all flash websites. Now that I've found GALLERY STUDIO it is perfect to do special effect galleries..
View 8 Replies
Jan 10, 2011
I am trying to load a photo gallery saved to an external .swf file onto the stage of a website I am building. But every time I run the movie I get this message:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///C|/Users/art.i.choke/Documents/Tracey%20Bones%20Website/gallery.xml
at gallery_fla::MainTimeline/frame1()
The .swf file is located photos/gallery.swf in relation to the site .fla.Here's the code I am using to load the .swf:
var my_Loader:Loader = new Loader();
var my_url:URLRequest=new URLRequest("photos/gallery.swf");
my_Loader.contentLoaderInfo.addEventListener(Event .COMPLETE, finishLoading);[code].....
View 4 Replies
Aug 24, 2006
I'm using Flash MX 2004 professional, and actionscript 2.
I'd like to load an external jpg to the stage. I don't need a load bar or anything like that.
View 2 Replies
Aug 7, 2009
"I am new to flash, " and am having a (minor?) problem. I am using ActionScript 2.0.Currently I am having issues with the way my external swf. is being loaded. I am using a MovieClip Loader. I want the external SWF that is loaded into the movie clip holder to be placed on top of the stage and covering everything beneath it. To get a better clue of what I am dealing with you may check URL...- that is what i am working with currently, and if you click the thumbnail image you can see a green box with body text which is loading. however I would like it to load on top instead of below![code]Within the Home swf is another SWF being loaded.URL...
View 3 Replies
Mar 6, 2008
I have an html form page with a .swf navigation bar. I'd like to be able to click over to a second html page which contains a .swf file, and go directly to a named frame of that swf file.
Can I specify a named frame from the first html page like that?
View 4 Replies
Mar 3, 2010
In my main .swf I have labels on the timeline, navs for those btns are on the first frame of the AS layer and each button sends the playhead to a different frame. On one frame called fr1 there is an mc called mc_1 that appears on stage when the playhead stops there. Inside mc_1 are a set of navigation buttons that need to call external .swfs.
Do I add event listeners on the last frame of mc_1 for each button? how do I call the loaders for the swfs on the buttons since the swfs will load on the main timeline NOT the mc_1 timeline?
So label on main timeline called fr1 will load external1 swf , on fr10 external 2.swf will load and so on.
View 4 Replies
Jun 4, 2006
I basically made movie clip buttons to navigate through my site, has sounds and all...now all i need those buttons to do is to call out a .swf file from a certain directory. I know how to do this with the traditional button, but not with a movie clip button since it requires a function. This is what I have tried and failed with so far:
// PROFILE SECTION BUTTON //
this.profile_mc.onRollOver = function(){
profile_mc.gotoAndPlay("_over");
[code]....
View 3 Replies