Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > july 2004 > threads for thursday july 15

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

loadMovieNum Question
Posted by adam phillips at 7/15/2004 11:24:41 PM
I am killing myself trying to figure out how to load and external movie (swf) file and get it to go to a specific frame label or number. Can this be done? PLEASE HELP!!!!!!!...more >>


ActionScript for navigation...?
Posted by lbeatty at 7/15/2004 10:55:43 PM
I have 4 different books open on my desk right now, but I think I need a real live person to help me understand this (probably) simple issue? My .swf will be the Index page for a site that someone else is building. The buttons in my Flash movie need to navigate to .php files/inside pages, ...more >>

Accessing Input Text Varaibles Using
Posted by dflournoy at 7/15/2004 10:48:03 PM
Using: Flash MX Pro 2004 Compiling as: ActionScript 2.0 and Flash player 7 Trying to access my input variables. Not passing the values to the sender var. The "my tester" is sent to the asp page via post with no problem. So it works, just not able to access my input values. on (rel...more >>

help
Posted by lazyboi at 7/15/2004 10:42:14 PM
i have a news ticker that show images of new articles on my site. How do i use action script to wait a certain amoun of time before going to the next frame.........ex: wait about 5 seconds on everyframe ...more >>

how to tell a function to wait for another one
Posted by John Rock at 7/15/2004 10:12:37 PM
Hi, I got a function that does some stuff, then calls another function that populates an array, and then uses that array to do some other stuff. How do I tell function 1 to wait for function 2 to complete before going on? Thanks! ...more >>

How to swap out movie clip depending on an array?
Posted by flash-photo at 7/15/2004 9:38:42 PM
Hi there, I have a game that I am updating and trying to add new interactivity to it. In the game I have clickable images (movie clips) that spin to reveal a certain amount of prize money. There is a script which randomizes the prize amounts with the click of a button and shuffles them beh...more >>

Dynamic text
Posted by SiRickHoo at 7/15/2004 9:38:15 PM
Am I allowed to place a dynamic text field inside a button symbol? I know that I can do this by placing dynamic text inside a movie clip and treating the movie as a button, but I need to verify whether dynamic text is allowed to be embedded within a a button. When I create a test to see if I c...more >>

Screen Number
Posted by Edwin Merced at 7/15/2004 9:30:04 PM
I have a presnetation that uses multiple flash Screens. Can I dynamically generate the Screen number (like the frame number with _currentframe on regular movies)? ...more >>



help with List component
Posted by Reefster at 7/15/2004 9:11:20 PM
I am dumbfounded =) and I could use some help. I am trying to use the listbox and understand how to handle a change event from it. Everything I am have reviewed tells me to set a "Changehandler" with the setchangehandler property. However, my flash Mx first of all doesn't give the option i...more >>

help with List component
Posted by Reefster at 7/15/2004 9:11:05 PM
I am dumbfounded =) and I could use some help. I am trying to use the listbox and understand how to handle a change event from it. Everything I am have reviewed tells me to set a "Changehandler" with the setchangehandler property. However, my flash Mx first of all doesn't give the option i...more >>

How to split this?
Posted by Pluda at 7/15/2004 8:50:06 PM
Hello, I'm geting this from php: vars=1@ip.pt vars=2@ip.pt vars=3@ip.pt (please note that there are 2 blank spaces betwen each email adress) How to split this so I can use each as a email link? Thanks ...more >>

need help with scrollpane
Posted by suezo at 7/15/2004 8:14:52 PM
Scrollpane will not work when viewing on a mac. Please see url http://www.waterscreative.com/printerusa/employment2.html If anyone can help it would be greatly appreciated! Is there a way to make the border around the scrollpane transparent? Thank you Susan ...more >>

xml .child nodes problem
Posted by sleepophile at 7/15/2004 7:50:54 PM
i have a strange problem .. when i say xml.hasChildNodes it returns true , but when i use xml.ChildNodes.length it gives me 0. Any ideas about why this is happening?...more >>

Extracting xml text - Help!
Posted by mheddle at 7/15/2004 7:31:27 PM
I need help extracting text from an xml document. I am trying to diplay that text into a text area. I can extract the information with the tags.."<txt> blah, blah, blah</txt>" but I can't get rid of the tags. How do i do this? var lvMod:XML = new XML(); lvMod.load("modules.xml"); lv...more >>

using typeof to build an array?
Posted by Paulrus at 7/15/2004 7:10:27 PM
Can someone point me to any tutorials or give me any info on using typeof to build an array? For example - if I have these clips in the following path: myRootclip.mySubclip.someMC myRootclip.mySubclip.aDifferentlynamedMC myRootclip.mySubclip.anotherMC and so on and so on. How ...more >>

Movieclip reset problem
Posted by MickyJuice at 7/15/2004 5:34:57 PM
This is my situation... The main stage loads a blank movieclip, which contains jpegs. It's basically a photo gallery. Now, I have buttons on the stage, which act in 2 ways. 1. Each button is assigned a certain picture, so when the user clicks that button, the moviclip changes to that pictur...more >>

loadvariables and asp
Posted by DeVogel at 7/15/2004 5:01:56 PM
Hi! Hopefully somebody can help me! I have a very simple asp program to add 1 field to a database. It works when i call it from the browser, it works when i use GETURL and the file name but it does not work with LoadVariables! Flash code: //Adding code to call an ASP program to upd...more >>

how to put movie into library?
Posted by flash beginner at 7/15/2004 4:40:34 PM
I want to load a movie clip into symbol library in action script. Is there something like this? loadMovieIntoLibrary("movie.swf"); or convertMovieToSymbol("movie.swf", "symbolName"); ...more >>

adding with decimals
Posted by Mascarasnake at 7/15/2004 4:34:39 PM
I'm doing a simple math operation in flash mx, using data from user input fields. I've been using number() to convert the data from string to numerical data. But the function multiplies the input by a fraction (8.95, e.g.), and the display field drops the decimal point. So 8.95 * 2 ends up equ...more >>

loadMovie() vs. attachMovie()
Posted by flash beginner at 7/15/2004 4:34:20 PM
Are they the same? ...more >>

Olympic Game dev., calculating the angle of the javelin in air
Posted by Peo at 7/15/2004 4:06:13 PM
Hi everyone, I'm playing around with some small games for the upcomming Olympic games. I'm having difficulties with the angle of the javelin, in the javelin-throw disciplin. I'v got some basic projectile-code from a game i once made, but it's a long time ago, and i had help then as well ;-) ...more >>

Targeting A Clip Within A Clip
Posted by mattinmich at 7/15/2004 4:04:51 PM
I have a Movie Clip on the main stage (ClipX). Within ClipX's timeline there are 10 layers. On one layer is another Movie Clip (ClipZ). On another layer is a Button that I want to target ClipZ to play on a (rollOver), For some reason I cannot get it to work. I've tried: _root.ClipX.ClipZ....more >>

MDM Flash Studio PRO v2 ???
Posted by MyFlashMXIN at 7/15/2004 3:21:31 PM
Has anyone seen or worked with this program? http://www.multidmedia.com/software/flashstudio/ I looked at the examples it gave and man was I impressed!...more >>

XML Socket to read ASCII?
Posted by penrain at 7/15/2004 2:59:38 PM
Hi there everybody, In a SWF I'm working on, I'm using an XMLSocket to communicate with a server-side app. I can send information through the SWF and it arrives as it should on the server's side, but whatever information the server sends back is not popping up in the SWF (I have it set up...more >>

keyPress triggers on(release) for a dragged symbol
Posted by gcd at 7/15/2004 2:50:23 PM
I need to be able to drag a clip and simultaneously evaluate keyPress events. But when any key is pressed, the listener triggers the on(release) event in the dragged symbol, and the symbol is dropped as if the mouse button was released. Does anyone know of a way to accomplish this ? Than...more >>

PROJECTOR won't mailto: on Windows XP
Posted by Mike Clements at 7/15/2004 2:37:39 PM
Question, we've been having trouble with projectors that won't perform a getURL("mailto:someaddress@someplace.com"); On Windows... Specifically XP machines that we've tested on. Is this a security issue? Is there a workaround? Thanks in advance for your help. Best, Mike Clements Cr...more >>

strange loadClip() behavior
Posted by mimaba at 7/15/2004 2:11:30 PM
i have strange problems when i try to load the file "test.swf" via MovieClipLoader.loadClip() Method. Code in main.swf this.createEmptyMovieClip("holder", 1); var mcl = new MovieClipLoader(); mcl.loadClip("test.swf", this.holder); stop(); Code in test.swf var me=this; loa...more >>

Importing live video into FlashMX
Posted by thewans at 7/15/2004 2:01:37 PM
We are trying to import a live video feed into Flash from a Sony DV camera. Have suceeded in setting up a web cam feed but have run into problems with Digital video camera . It only offers the option of microsoft DV camcorder when you get the settings menu. Its attached by a firewire. Anybody ...more >>

load variable in html
Posted by ecuafencer at 7/15/2004 1:35:51 PM
I need to make a flash file to be used in multiple similar pages. The problem is that I need flash to know in which page it is. Is there any way to define a variable in the html file and use it in flash? ...more >>

WHY 'must' I use on/onClipEvent handler?
Posted by darkfuzz at 7/15/2004 1:31:00 PM
I'm a noob in the area of Flash Programming, so any pro's out there who could offer help on this would be greatly appreciated. I've just been experimenting with physics in action scripting, and i tried to make some nifty sliding effects for my nav bar. I looked to some of the 'Samples' in ...more >>

XSLT in Flash
Posted by JasonFlynn at 7/15/2004 1:15:57 PM
Is there a way to do XSLT in Flash? Thanks...more >>

quick text up load
Posted by Kareemsalim at 7/15/2004 1:12:58 PM
I have a web with that needs a flash in the left side, text in the middle (that has to be changed easily by the costumer), and another flas animation in the right side. So i had tought in putting a html between both flash's but it's a real problem to make it look as it has to... I'm wonde...more >>

Problem Subclassing a Movie Clip
Posted by HeavingScrollLock at 7/15/2004 12:50:52 PM
Hi, Can someone please explain why, when I extend a movie-clip, by creating a subclass, I can call the extended methods defined within the subclass only if I dynamically attach the movie clip using AttachMovie(), but if I add the mc at design time, the method defined within the subclass ar...more >>

Flash Video Update 1.2 adds onMetaData but breaks onStatus
Posted by griscom NO[at]SPAM suitable.com at 7/15/2004 10:48:33 AM
I'm building a video slideshow in Flash MX 2004, with each slide having its own external .FLV file. When a slide's FLV file ends, the next slide and video is shown. I detect the end of the video by using the NetStream.onStatus handler; when I got a NetStream.Play.Stop followed by a NetStream.Buf...more >>

Using AS to evenly space objects
Posted by Rob at 7/15/2004 9:51:39 AM
Hello, I have a Flash menu where the number of buttons is variable. Any of the 9 buttons can be turned "on" or "off" by the user via an external .txt file. All the buttons are lined up below the stage and turning a button "on" moves it to y=350 so it appears in the stage. My problem is ho...more >>

controller mc probleme
Posted by zoubloub at 7/15/2004 8:21:32 AM
Bonjour, j'ai une animation avec une gallerie d'images (? l'horizontale) et lorsqu'on passe dessus ca deplace le movieclip a droite ou a gauche mais le probleme c'est que je n'arrive pas ? le dupliquer ou a mettre un point d'arr?t pour que le clip s'arr?te a la derni?re image a gauche et a...more >>

function not responding
Posted by mike1jeremie NO[at]SPAM hotmail.com at 7/15/2004 7:20:17 AM
function LINE2(P0, P1, T) { return (((P0 + (P1 - P0) * T))); } This function is on the first frame. The movie only has one frame on the root level. The function is called in an onClipEvent(enterFrame) event. Under flash 5 it works with out any problems. As soon as i publish as version 7 AS...more >>

Convert script from 1 - 2
Posted by pwiop at 7/15/2004 6:00:03 AM
I have some code that shifts a movieclip around the satge with a bit of bounce and it looks "kinda kewl". However, the code was obtained from a tutorial I found when I was using flash five, flash player 5 and actionscript 1. I am now using mx2004pro and would like to know how the AS should b...more >>

Date Class
Posted by speedlab1 at 7/15/2004 3:46:24 AM
Probably a really small mistake, but why doesn't trace increment? var getTime = new Date(); secondsID = setInterval(getSeconds, 1000); function getSeconds() { var myseconds; myseconds = getTime.getSeconds(); trace(myseconds); } ...more >>

multiple with() targets
Posted by abeall at 7/15/2004 3:30:10 AM
I have a large list of objects, and i want to apply various properties via AS to them all. imagine if this worked: with(mc1, mc2, mc3){ _alpha=50; _x=5; } Thats exactly what I want(only the above does not work). How should I do this? nested with() statements did not work either(only ...more >>

Passing Variables through Query String
Posted by attheendofmyrope at 7/15/2004 3:10:11 AM
I am trying to create a flash catalog. As such, I need to be able to pass product id numbers through a href tags to a swf. For example, a tag may look like this: <a href="index.html?id=1&prod=3"> I have read that Flash will automatically create variables for this query string (e.g., ...more >>

Combination Key Using a Listener
Posted by Rebecka at 7/15/2004 2:53:36 AM
I'm trying to create a key combination. My current code is below. My problem is that it doesn't work. When I load it into my browser - it selects the URL and doesn't advance to Frame 5. What am I doing wrong? Rebecka ComboCtrlTab = new Object(); ComboCtrlTab.onKeyDown = function(){...more >>


DevelopmentNow Blog