ActionScript 2.0 :: Display Variable Information In Another Loaded MC?

Jul 16, 2007

I'm building a product page, here's the setup:

[URL]

On the index.swf is the main navigation that'll open swf's for the different categories. Those products.swf fills with products via php. This is the working code for products.swf:

ActionScript Code:
var t = "";
var cat:String = "products";

[code].....

Now my main issue is, I can't get the product_info.swf right. The problem is I don't know how you can define the products within the products.swf with a name, so you can tell which product you should display in the product_info.swf

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Variable - Checks What Button Has Been Clicked On And Display Information From A XML Accordingly

Mar 20, 2010

I'm doing a function which checks what button has been clicked on and display information from a XML accordingly. Here it is:

[Code]...

View 1 Replies

ActionScript 3.0 :: Display A Description Of The Information In The Combo Box?

Sep 19, 2011

I want a combo box to display a description of the information in the combo box. The name property is a good way to do this in my opinion "comboBox.name = This is what I named this Box". I have a text field ("textDescription") set to display the name of the comboBox on MOUSE_OVER, but only on the edges does the actual name of the comboBox appear. When in the middle, the textDescription displays "instance #" where # is an actual number. Is there some kind of container placed over the combo box or something??

View 5 Replies

ActionScript 3.0 :: Stacking Clicked Would Display The Appropriate Information

Jun 19, 2009

I created a list using xml, which when clicked would display the appropriate information. Everything is working fine, except when a second item on the list is clicked, the information appears on top of the previous information.

[Code]....

View 2 Replies

ActionScript 2.0 :: [F8] Getting The Information To Display In A Dynamic Text Box?

Mar 11, 2008

I'm wanting the top 10 scores to display for a game I'm working on. I'm having trouble getting the information to display in a dynamic text box. I've been working on this for 2 days looking at examples and haven't had any luck. I don't know how to get more than one result to show in a dynamic text fields variable. Right now I am getting it to display the very last name in my database. It seems like I'm close, but there needs to be some minor adjustments or something. Could someone give me a suggestion on how to fix this?

Here is my php:

Code:
<?php
//connect to database
$link = mysql_connect(localhost, username, password)
or die("<b>error</b>: failed to connect to database");

[code].....

View 1 Replies

ActionScript 3.0 :: Timeline Which Will Display Its Respective Information?

Apr 2, 2009

the website that im working on has 5 main buttons which then navigate you to a certain frame on the timeline which will display its respective information. but within one of those pages/frames i have 3 more buttons that i want to be active and take you to another frame on the timeline.

but when i try activating them with the same as3 code that i used on the other 5 main buttons, they do not work.

View 1 Replies

ActionScript 2.0 :: Tell Target With A Button To Display Information While Rollover?

Mar 30, 2003

I am using tell target with a button to display information when you rollover as follows

[Code]...

This works fine when I test the movie, but when I load this movie into another movie, it does not work.

View 2 Replies

Flash :: Data Integration - SQL / PHP And Display The Information In A DataGrid Component

Feb 21, 2008

I have an SQL database setup which contains Herbal Information such as CommonName, LatinName, MedicalUse etc, and need to display the information in a Flash DataGrid Component. I also have the corresponding PHP script to connect, retrieve, add and delete items from the database. Although I am familiar with Flash in a design sense I have limited experience using Action Scripts and am unable to complete the connection myself.

View 2 Replies

ActionScript 2.0 :: Algorithm - Display Information From 6 Array Elements On My Stage?

Dec 17, 2008

I have 3 arrays, each containing a random number of elements.

Lets say: array1(), array2(), array3()

I want to display information from 6 array elements on my stage, ideally 2 elements from each array. However, as the arrays may contain more or less than 2 elements, if an array has < 2, I'd like to make up for it if the other arrays have > 2 by showing extra from those arrays instead. As evenly as possible. I'd like to know at the end how many elements of each array to add to the stage (Maximum of 6 altogether).i.e.If we say array1.length() is 3, array2.length() is 1, and array3.length() is 1 - then I'd like it to display 3 from array1, and 1 from the other two arrays.If we say array1.length() is 0, array2.length() is 4, and array3.length() is 5 - then I'd like it to display 3 from each of array2, and array3.So as to get 6 wherever possible, and spread them out evenly wherever possible.

View 2 Replies

AS3 :: IDE - Display Information About The Link When The User Hovers Their Mouse Over The Button

Nov 23, 2009

I have converted an image into a button and am using the following code to use it as an external link.

[Code]...

This works fine which is great but I would like for it to display information about the link when the user hovers their mouse over the button. How would I do this?

View 1 Replies

ActionScript 3.0 :: Slideshow - 3 Bits Of Information To Be Display In The Flash And A Start Screen?

Nov 17, 2009

Ok, So I've decided to show some information on my site, but instead of using a static table, I've decided i wanted to use flash.Basically, want I want to do is have 3 bits of information to be displayed in the flash and a start screen.When the flash loads, it will show the starter Screen. From there the user will select either one of the three buttons,which will direct them to one of the 3 bits of information. I was thinking each bit of information on a different frame.How would I link the Buttons to the information?

View 4 Replies

Actionscript 3 :: Getting Information From An Externally Loaded SWF?

Mar 30, 2011

So I have an SWF that I've made and I need to appened some instructions to the beginning of the project. I figured the easiest way to do this was to make the animation in a separate SWF then import it to the start of the first one. My problem is that I can't find a reliable way to tell when the first SWF is finished playing. I've googled the heck out of this but I can't seem to find anything that works. For some bizarre reason, no matter what I do the program seems to think that the external SWF only has 2 frames, if I put an ENTER_FRAME listener and trace externalSWF.currentFrame I get "1, 1, 2, 2, 2, 2, 2, 2..." My code looks something like this.

[Code]...

Also, for the record, the external SWF plays properly when I add it as a child. The problem is removing it from the stage when it's done playing. It's interactive so I can't just do a frame count.Edit: So I tried doing a getQualifiedClassName() call on extSwf and I got "Instructions_fla::MainTimeline_Preloader_" which could explain the frame discrepency. How can I have access to the actual timeline?

View 2 Replies

ActionScript 3.0 :: Argh. Parsing Information From Loaded XML?

Mar 25, 2009

I am trying to import data from a SVG but as i found out, SVG is essentially XML.I have loaded in the SVG file and managed to output this to the output window:

Code:
<svg:path style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 53.8125,53.21875 L 52.84375,53.4375 z" id="path2435"/>The information i want to extract from this the M and L values.

Code:
d="M 53.8125,53.21875 L 52.84375,53.4375" Firstly im not really sure how to shave off the rest of the garbage to leave me with the above.Then comes the issue of actually finding what i want to work with. I want to end up with an array of Point objects, So in this example, i would have 2 points in my array:

point1 = (53.8125) , (53.2187)
point2 = (52.8437) , (54.4375)

This seems hugely complicated so i was wondering if anyone can enlighten me? Do i need to use regular expressions for what i want to do and if so, do you have any tips?

View 1 Replies

ActionScript 3.0 :: Retrieve Information About Size (in Pixels) Of Loaded FLV File?

Feb 25, 2009

how to retrieve information about size (in pixels) of loaded FLV file? Video object returns 2 pairs of parameters (width,height) which are useless because returns always parameters passed in constructor of Video() object. Another pair is (videoWidth,videoHeight) which is always (0,0). I gave up...


I need this information to scale proportionally video clip to size of area designed to display this video.

View 3 Replies

ActionScript 1/2 :: Getting Information From XML Information Sent To Flash File From The Socket Server

Jul 5, 2009

I'm kinda noobish when it comes to getting information from XML information sent to my flash file from the socket server. OK so for example the server sends me this:

[Code]...

I want to get the name of the user and the X and Y position! Is there a way I can get this information without a load of fuss from functions and other junk remember im kinda noobish.

View 1 Replies

Flash - Obtain System Information Or Cpu Information Using Adobe Flex?

Feb 11, 2011

I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?

View 2 Replies

ActionScript 2.0 :: Basing A Numeric Variable On A Loaded Variable?

Dec 21, 2009

Working in AS2, using CS3 Flash Pro I've simplified this to just the one little thing I'm trying to do.

countervariables.txt has this text in it:

[Code]...

The trace shows itemsPerMili as 'NAN' and totalForYear as 'undefined'. I know itemsPerMili yields 'Not A Number' because totalForYear comes up undefined, but oddly, the loaded variable does show up correctly in a dynamic text field assigned to the variable. I don't understand why it should show up in the dynamic text field correctly when it won't trace.

I want to see the number "3.80517503" in my trace for itemsPerMili.

View 3 Replies

ActionScript 3.0 :: Preload Multiple - Load And Display The Percentage Loaded Of Total Bytes And Bytes Loaded Of All The Files

Jul 13, 2009

What I'm trying to do is get the total bytes of all the files I want to load and display the percentage loaded of total bytes and bytes loaded of all the files. Its a slideshow so i want all the files loaded and then it will play. I've looked at bulk-loader but it wasn't what I needed. The image are loaded from an xml file. I think I would need to create an Array and then find out the total bytes but I don't know how to reference the loader in the progress.

[Code]....

View 2 Replies

Actionscript 3 :: Loaded Swf Does Not Display?

Jul 21, 2010

I am trying to use the Loader class to load an swf animation. If I do addChild(ldr); the animation is displayed and perma-looped, but if I try it as below, the animation doesn't display.

public var ldr:Loader;
public var explosion:MovieClip;
public var req:URLRequest;

[code].....

View 1 Replies

Flex :: Display Dynamically Loaded SVG In It?

Mar 22, 2011

There are any way to display dynamically loaded SVG in FLEX?

View 2 Replies

ActionScript 3.0 :: Display Loaded External FLV?

Jan 7, 2011

I have my FLV loaded successfully from an external source, just having trouble displaying it.

[Code]....

Guessing that error is telling me addChild is expecting a different type.

ActionScript Code:
import flash.events.Event;
var videoToLoad:URLRequest = new URLRequest("http://ourmediaserver.com/media/video.flv");

[Code]....

View 1 Replies

ActionScript 2.0 :: Display A Variable In A Textfield?

Mar 25, 2009

I want to display some variables(cat1, cat2 and cat3) in a textfield(content_txt).I'm using a external AS-file.

I now have this:
code: //vars instellen
//titels

[code]....

View 1 Replies

ActionScript 3.0 :: Display The Variable Speed?

Dec 4, 2008

This seems like this should be so simple yet, I can't figure it out. I just want to display the variable speed.

View 6 Replies

ActionScript 3.0 :: Display Variable Outside A Function?

Oct 3, 2010

i have a variable declared in a function like this

ActionScript Code:
function callThumbs():void {
var calheight:Number = thumb_loader.y; }

how can i trace its value out side of this function ?

View 2 Replies

ActionScript 3.0 :: Display An Variable To The Public?

Oct 7, 2010

display an variable to the public, also use variable in middle of string.

ActionScript Code:
Exampel 1:
var i:Int = 0;
"show" Int
ActionScript Code:

[Code]...

View 9 Replies

ActionScript 2.0 :: Display Image From Variable?

Mar 3, 2005

I have a bar on my website which displays the last 10 SMS messages that have been sent to the website by the users. [click here]The sender's nickname and message are dynamically loaded from a PHP-file. I also want to display the user's picture next to the message. The URL to the picture is sent from the PHP-file, just like the nickname and message, but I don't know how to display that picture in my flash-movie.So, how do I display a picture in flash when I've only got a dynamically loaded URL?

View 3 Replies

ActionScript 3.0 :: Report_field Can't Display Variables Loaded From Url

Dec 28, 2010

report_field can't display variables loaded from url. What's wrong in this script?

[Code]...

View 1 Replies

Adobe Components Do Not Display When Loaded Into AIR Shell?

Nov 10, 2009

The Slider (and all UIComponents) rely on direct access to the 'stage' - which is denied due to recent AIR 1.5 security restrictions. This restriction prevents any UIComponent from working when loaded into an AIR app as a local SWF. The parentSandboxBridge cannot return a reference to the stage.

View 1 Replies

ActionScript 3.0 :: Loader Object Sometimes Does Not Display Even Though It Is Loaded?

Oct 21, 2009

I have a site loading a large number of thumbs and even a video at the top. Every once in a while the loader object gets stuck. I have an EVENT.COMPLETE on it and it doesn't appear to get called.

Any help? This appears to happen primarily on the first time loading. I am using Safari on Mac for the browser as well, if this makes a difference

View 1 Replies

IDE :: Adding Loaded Asset To Display Hierarchy?

Apr 1, 2009

I have a class called Bike.as, linked to a movieClip in the library. The class essentially tweens a bike graphic across the stage. At the end of the tween, I instantiate a new class called Slideshow. Slideshow loads an image. The image loads(I get no loading error, and I can trace info about the loaded content)... I just can't seem to see it. In attempting to debug, I wrote the loading code(in Slideshow) into the Bike.as file(replaced the code that instantiates Slideshow), and it worked. Did it work because Bike is linked to a movieclip, and Slideshow is not(Slideshow is called in Bike.as)? I'm attempting to transition from AS2 to AS3. Here's my Slideshow class:

public class Slideshow extends Sprite {
private var container:Sprite;
private var loader:Loader;

[code].....

View 1 Replies







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