ActionScript 3.0 :: Assistance With Buttons Pulling In Different MC's

Nov 19, 2008

I would like to have a screen with multiple buttons and when the button is clicked different MC's will be imprted into the .fla file. For instance button 1 will import 1_MC, button 2, 2_MC, button 3, 3_MC etc. point me to a tutorial or give me a down and dirty example using AS3?

View 11 Replies


Similar Posts:


Professional :: Flash CS5 Assistance?

Aug 5, 2011

It may be a little confusing the way I explain it but here I go. I've been testing in Flash CS5 for awhile and saw it may be something like Photoshop, more specifically while drawing. In Photoshop there are layers which I use to divide parts of the picture such as the hair and the head in two different layers so that if there is a problem say at the top of the forehead where the hair is, the layer dividing the two separates it so when I erase a part of the head the hair doesn't go with it because it's not on the same layer.
 
Unfortunately in Flash it doesn't appear to work that way...in one layer I draw the head the other I draw the hair, I see a mistake in the head near the hair and I erase it...a part of the hair goes with it...then I have to redraw that part which can be time consuming unless I want a relatively bad animation(which I don't) since it's obviously not set as a default in Flash is there anyway to set it as that? I do tend to make quite an amount of mistakes in Flash because of how the brush and such works..

View 1 Replies

ActionScript 3.0 :: Flash Could Use Some Assistance

Sep 30, 2010

I had a developer who created a flash slideshow which utilized xml to load the image and attach a url to it. The project works as it should except for the urls...which seems to be set to the first one you click on.I am not a programmer, and the developer I was using, died. So, now I am stuck with a file that just needs one thing fixed to work. Any assistance in this endeavor would be most appreciated. If you want to use the files for yourself once they are fixed, feel free.

View 2 Replies

ActionScript 3.0 :: Embed Code Assistance?

Sep 3, 2011

I seem to be unable to reference flash files in my HTML code that reside on a server different than that of the HTML page. When both the "swf" file and webpage are on the same server, everything works accordingly to plan using either the absolute or relative link to the swf file.

View 1 Replies

CS3 Animated Ball Tutorial AS3 Assistance

Feb 7, 2012

I am trying to follow and create a tutorial which explains how to make a bouncing ball.I am really struggling with the Action Script 3.0 even though the teacher types it in.I am inserting the code so that you can view it.[code]

View 3 Replies

ActionScript 1/2 :: Cursor And Button Assistance?

Mar 31, 2009

I'm a student with basic (but growing) knowledge of flash, and for one of my projects I have to create a website in Flash CS3 (an actionscript 2.0 file) which will then be imported in to Dreamweaver and uploaded.

[Code]...

View 13 Replies

ActionScript 3.0 :: Creating A Soundboard Assistance?

Jun 3, 2011

How do I make a stop all sounds button or set a key on the keyboard to stop all sounds?*I would really like to have the key stop all of them but still like to know how to do both.

View 9 Replies

ActionScript 2.0 :: Assistance With TellTarget Script?

Apr 14, 2005

I am attempting to apply the tellTarget script (using kirupa's tutorial as a reference) and I get the following output error:

Target not found: Target="/security" Base="_level0"

I named the movieclip "security" (without the ", of course), and applied the appropriate script to my button but I keep getting that error.

[code]...

View 5 Replies

ActionScript 3.0 :: Reference Main Timeline - Get Any Assistance?

Nov 24, 2009

I have a simple problem that I've been working on for hours, trying to go through trial and error myself. But here's the problem. I have a function on the main timeline named startClips. Now, I want to call this from from within two movie clips, the other nested inside the other. In other words, I have a movie clip called holder, and inside of a holder, I have a movieclip called homebase. Now, here is all the code I've been trying to use to access the startClips function which is own the main timeline from the movieclip homebase:

MovieClip(root).startClips();
MovieClip(root.root).startClips();
MovieClip(parent.parent).startClips();
this.parent.parent.startClips();

I can't figure this one out. Can I get any assistance.

View 3 Replies

ActionScript 2.0 :: Assistance With Determining Which Item Has Been Selected

Oct 1, 2009

The request has been to modify the first item by including an FLV player. This I've done and have working without flaw.My trouble arises when users select any of the other 4 tabs and then attempt to return to the first tab where they should see a transition into the playing FLV. This is not happening after the initial load. It's been quite awhile since I've worked with AS but I figure this issue should be able to be resolved if I inject a condition to determine what item is selected.

The AS for the "accordian" is:

ActionScript Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;

[code]....

This isn't working. In fact, it seems to be skipping the initial condition if(t == "welcome"). If the nave is determined within the var navs:Array, how then can one determine the selected location?

View 1 Replies

ActionScript 3.0 :: Assistance Unloading Flv's From Swf's Imported To Main Stage?

May 11, 2009

I have my main.fla which imports external swfs that contain flv's. I have three buttons that navigate the main timeline to frames 2-4. At frames 2-4 an external swf gets loaded into an empty movie clip via this code. Each loaded swf acts like a menu with some nice vidoes loading in the background.The problem i found is the flvs continue to play as i navigate between menus, which makes the main swf/fla slow down becuase the pc is working harder to deliver all the stuff running in the background. I've added this code to frame 1 of my empty movie clip that is in my library that has the instance name 'menu1'I keep getting the error "Access of undefines property mc1"I have the source files for my site here if you can take a look and see what I'm doing wrong. I have removed this code so i don't get the error and have tried other things to no avial.

///////////////////////
var loader:Loader = new Loader(); addChild(loader); loader.load(new URLRequest(MovieClip(this.parent).src));

[code].....

View 2 Replies

ActionScript 3.0 :: Assistance Unloading Flv's From Swf's Imported To Main Stage

Sep 15, 2011

I have my main.fla which imports external swfs that contain flv's. I have three buttons that navigate the main timeline to frames 2-4. At frames 2-4 an external swf gets loaded into an empty movie clip via this code. Each loaded swf acts like a menu with some nice vidoes loading in the background.
 
The problem i found is the flvs continue to play as i navigate between menus, which makes the main swf/fla slow down becuase the pc is working harder to deliver all the stuff running in the background. I've added this code to frame 1 of my empty movie clip that is in my library that has the instance name 'menu1'
 
I keep getting the error "Access of undefines property mc1"
 
I have the source files for my site here if you can take a look and see what I'm doing wrong. I have removed this code so i don't get the error and have tried other things to no avial. [URL]
  
///////////////////////
var loader:Loader = new Loader(); addChild(loader); loader.load(new URLRequest(MovieClip(this.parent).src));
////////////////////

[Code].....

View 3 Replies

ActionScript 2.0 :: Assistance With _rotation Property For Tween Class?

Feb 4, 2006

if there is a way to use the _rotation property with the Tweening class to make a movie clip continually to rotate from it's current position instead of starting back at the original position and doing the same rotation again.

I'm trying to make an movie object rotate 90 degrees by clicking on a button and then when you click the button again, the movie rotates 90 more degrees. I don't want it to start over and do that same 90 degree rotation with the Tween class.

View 4 Replies

ActionScript 2.0 :: CS3 - Pageflip Assistance With Adding Additional Page?

Nov 14, 2008

I'm running in to a problem where I've added additional pages (20+ pages in total) and everything after page 16 is transparent.

//pageflip version 2.02 (200405031400)
//
//(for the latest version, always check at http:url....)
//
//this code is written by Macc 2004.05.03[code].....

View 1 Replies

Flash 9 :: Xml Slideshow Fade In And Fade Out Assistance (code Supplied)?

Oct 14, 2008

I'm working with the following code, and want to have my slideshow images fade into each other. At the moment, the picture before, after it's reached its delay setting, just switches off and the next one fades in, meaning the background displays (which isn't desirable)

CODE BEGINS ------------------------------------------------------
delay = 4000;
//-----------------------

[code].....

View 4 Replies

ActionScript 2.0 :: Assistance With "dynamic" Pathing?

Jan 20, 2009

Need assistance with "dynamic" pathing I encountered a problem in my flash file. What I want to do is, use a For-Loop to set the size for up to 10 different Movie clips at the same time?[code]...

View 2 Replies

Flash Pulling From A Database?

Aug 17, 2009

I have a list of items in a database as well as images in a directory folder.  I am looking for a flash app that can pull from the database to display the info and also the images and scroll this info vertically with associated links.  I need to change this for each client by adding their unique "ID" in the code so their information pulls in correctly.

View 1 Replies

ActionScript 3.0 :: Pulling Variables From A URL?

Feb 9, 2009

I have an HTML page called "mypage.html" with a form on it. The form contains a text field called "FName" and when submitted, it loads "mypage2.html" with a Flash file embedded within it.Using actionscript is it possible to pull the passed value "FName" to an actionscript variable. Previous threads mentioned the GetURL parameter but CS4 kicks it back saying it is no longer supported.I'm also a bit confused on whether actionscript can pull variables directly from the browser URL. I found a reference to the variables being placed in the HTML code that embeds the SWF file:<param name="movie" value="mySWFmovie.swf?myvar=heyyou" />'Why would this be the location to configure the passed parameters and not directly from the browser URL?

View 0 Replies

ActionScript 2.0 :: Pulling FLV's From YouTube?

May 25, 2010

Is it possible to pull FLV's from a playlist in youtube?, and play them in custom build FLV player (not in youtubes api)?

View 0 Replies

Actionscript 2.0 :: Pulling Weather Xml From The Web

Aug 12, 2009

Having real problems accessing data when I test my swf's online, i'm accessing data from the a bbc weather xml file online that's usually used for RSS feeds, on my computer flash can access the nodes and returns the data the way I want when I publish the files on my web server NaN or undefined appear in my text fields. Is there any security codes etc... I need to perform

[Code]....

View 1 Replies

ActionScript 2.0 :: Pulling XML Data?

Sep 21, 2006

I created a file that pulls data from the worldofwarcraft.com serverstatus xml page.The data populates a dropdown list and you can choose the server and it tells you if its up or down. The mini app works great on my desktop, when I upload it to my server it no longer retrieves the data.

Is Bliz blocking my server address from recieving the data? Anyone know how to navigate around this. [URL]..If you want to test it grab the swf out of your cache and load it from your desktop, it will work.

View 6 Replies

ActionScript 2.0 :: MX - Pulling Down A Projection Screen?

Jan 29, 2010

I want to build a sort of pulled down projection screen thing using ActionScript.Basically the MC will come down with a picture on it.I have this starting code which doesn't work terribly well because it just moves the screen from top to bottom instantly.

Code:
on (release) {
do {_root.mcScreen._y+=1;
} while (_root.mcScreen._y<200);
}

Essentially I want the screen to smoothly scroll down into place over about half a second.

View 6 Replies

Professional :: Pulling Dynamic Text Into An Flv?

Jan 25, 2011

I am mostly a front end developer and my code guy at work is not Flash savvy. I have been working with Flash for years, but my coding is limited. Wondering if you might have a tutorial on the following, or some knowledge:
 
Need to play an FLV video or swf that has que points that grab someone's name from a database and puts that in a dynamic text field and at the end of video sends out a code back that tells the server that the video has been complete. My code guy knows PHP MySQL and Javascript if that will help.

View 1 Replies

Xml :: Pulling Data In Flash With A Button?

Aug 28, 2010

I have been failing to do a thing with Flash actionscript2.0; Here is the problem-

My xml file name is: sea.xml On my fla file, there is a button named: do; and a movieClip named: loader;

What I am trying to do is- load xml only when the button is pressed. So I tried this-

myXML:XML = new XML;
do.onRelease = function(){
myXML.load("sea.xml");
}

[Code].....

View 1 Replies

ActionScript 2.0 :: Pulling Text From A .txt File

Aug 10, 2009

I'm going to be creating a kind of fake RSS feed scrolling on the bottom of my webpage, and I want to be able to have it read data from a .txt file, so I don't constantly have to go into the flash file on a daily basis and make new swfs :P

View 3 Replies

ActionScript 3.0 :: Properly Pulling In Data From Php?

Sep 10, 2009

I was running a test today and couldn't get flash to properly load data from php.Here's my textInput.php file:

Code:
<?php
$testVar = 'This is a sentence.';[code]....

why it's grabbing the entire php code, rather than just the echo?

View 3 Replies

ActionScript 3.0 :: Pulling Data From XML Through Var References

Sep 8, 2010

I am trying to pull a text from within xml tags and place them in a text box when certain mc's are clicked. I am using the e.target to find the name of the mc clicked and grab info from tags with the same name as the target mc. The XML link is good as i can get data when doing tests with out using mentioned technique.

ActionScript Code:
package {
import flash.display.MovieClip;
import flash.net.URLRequest;
import flash.net.URLLoader;
import flash.events.Event;
[Code] .....

And the xml file
Code:
<statsIcons>
<pollutionIcon_mc> some text </pollutionIcon_mc>
</statsIcons>

View 1 Replies

ActionScript 3.0 :: Pulling Functions From Other Classes?

Sep 10, 2011

asically I have a Player class with methods (i.e. Moving the player) that I want to listen for and implement in the main class. To put it simply, I'm creating the player methods in the player class and then calling them in the Main class. But for some reason I'm having some trouble, I'm still trying to get used to all this OOP design.Here is the (Main) code, it's not alot:

ActionScript Code:
package
{

[code].....

View 9 Replies

Pulling XML Spreadsheet Data Into Flash?

Feb 23, 2010

I am building a userinterface for some industrial instruments which output some data to a XML spreadsheet. This is the only way I can retreave these data's from the instruments.

Now, I need to make a flash that can pull out these data's from ex. "A1" and "A2" in this spreadsheet...

Here's a screenshot of the XML as it appears in EXCEL:

...and the XML as it appear if opened in Dreamweaver:
Code: Select all<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"

[Code].....

View 8 Replies

ActionScript 2.0 :: Pulling Specific Data From XML?

May 25, 2005

pulling specific data from XML? This is what I mean...Supposed I have an XML file like this:

HTML Code:
<data>
<article>
<ID>1a</ID>
<related items>

[code]....

Now, in Flash I want to load all items that have "5f" listed as one of their related item. So only display articles where item = 5f

View 7 Replies







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