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 2005 > threads for friday july 22

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

Need help with shared objects
Posted by ozmodium at 7/22/2005 11:31:28 PM
I have a project that requires that I have a sound clip play on load and then one for each page after that. I had to use a different .swf file for each page as i could not use the flash to navigate the site. (eg movie1.swf, movie2,swf) I have incorporated a play, stop, pause which are fine bu...more >>

Issue with LoadVars, XML, HTTPS, IE, JSP
Posted by mmeansdad at 7/22/2005 10:36:45 PM
Hi - I am experiencing a weird issue that I wanted to post and see if anybody has any insight. Using Flash MX, I have created a small SWF with this code: var XMLDoc:XML = new XML(); XMLDoc.onLoad = function(success) { trace(XMLDoc.toString()); } var my_lv:LoadVars = ...more >>

Media Playback Component Custom Error Message
Posted by Daniel.Serrano at 7/22/2005 6:46:33 PM
Hi guys, Does anyone know how to trigger an event after the Media Playback component fails to find the specified FLV file to load? I am trying to create a custom error message for the user, that shows only if the video file doesn't exist. Any help is appreciated!!! :D ...more >>

Can a flash application access it's own URL?
Posted by MichaelBlum at 7/22/2005 6:42:58 PM
During runtime, is there any way my application can see that it is http://www.myserver.com/flash/testengine.swf ?? ...more >>

Problem with GetURL and JavaScript
Posted by MikeD. at 7/22/2005 6:41:00 PM
I'm trying to use getURL with JavaScript, as indicated on this page: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14192 However, I keep getting errors when I try to test the move. I'll attach the code I'm using right now, although I've tried a BUNCH of different vari...more >>

gotoAndPlay on rollOut?
Posted by BG_design at 7/22/2005 6:31:32 PM
I have a button that when your mouse rolls over it, a picture fades in to the right of the button. There are several buttons, each with their own picture. When your mouse rolls over each, it's respective pic fades in. However, I want the pics to fade out as well and not just "jump" out wh...more >>

XMLConnector
Posted by stanleyra at 7/22/2005 10:49:39 AM
I am trying to instantiate the following "my_xc" of type " mx.data.components.XMLConnector" using: private var my_xc:mx.data.components.XMLConnector; when I check the code I get the error message "The class 'mx.data.components.XMLConnector' could not be loaded." sure enough when I loo...more >>

how to refer object of differnt layer in action script
Posted by sidhu_onfire at 7/22/2005 9:46:59 AM
I am having an action script for one deal(button) layer and in its action script i want to call object of different layer how to do so?????? I tried working this way...... deal.onPress = a; function a(){ trace("siddharth"); card._visible = false; } here card is object of the othe...more >>



hiding one object and showing other on pressing a button
Posted by sidhu_onfire at 7/22/2005 9:09:36 AM
I have two images of cards one showing face down and one showing face up, also I am having a deal button. Now on pressing the deal button the face up card should appear, default is face down card. My effort:------ I created three layers one for deal button, second for face up card and th...more >>

PLEASE help!!
Posted by batgirl_Sa at 7/22/2005 8:45:09 AM
Hello, i am working on a project where there is a blank face and the user drags and drops eyes,nose,ears .... to make a face and then that complete face is saved as a symbol to be used in other areas of the application.. now in theory this is what i am trying to do but can anyone help me o...more >>

Need to check the amount of times a button is pressed and react accordingly
Posted by a little ant at 7/22/2005 8:26:30 AM
Hi, Just a simple button. But I'd like to check when it is pressed and how often. So the first time it gives one message, the next time it gives another - or if the user quickly clicks it 5 times - then something else happens. Thanks for any pointers or functions to get me started. C...more >>

Action Script
Posted by sidhu_onfire at 7/22/2005 6:36:18 AM
Hi, I am very much new to flash. On pressing am button I want to print hello how can I do that??????????...more >>

how to handle button events
Posted by sidhu_onfire at 7/22/2005 6:15:18 AM
Problemis that on pressing a button I want to print something. For that button in properties I have wriitten this code deal.onClick = show; function show(){ trace("siddharth"); } now on pressing the button desired output isn't there.Please let me know whether the code is write and how...more >>

Picking a record from a group
Posted by coconuthead at 7/22/2005 6:03:22 AM
DISCLAIMER - I have borrowed most of this code and really don't know what I am doing, but I am trying hard;) I am trying to build a flash file that allows a user to choose what criteria they want to use in selecting a record. The data is coming from a mySql db. The php file returns: ...more >>

opposite of _xscale growing as movie loads
Posted by GhettoFabFlah at 7/22/2005 1:01:42 AM
ok, todays been a hard day of flash-ing but i have a different idea for my preloader (if you don't know what im talkingabout, then too bad) anyho i have got all the actionscript ready exept for 1 mathmatical problem. how do you make the percent of a movie loaded show decrease in alpha, like i...more >>

mapping movieclip
Posted by jwize at 7/22/2005 12:15:38 AM
In my game I have a paddle that is at the bottom of the play area. It moves from left to right. At some point there is a falling object that is launched. This falling object is loaded dynamically. the code for the loaded movieclip is like this onEnterFrame = function { myclip._y += 5 ...more >>

Animation when rolling out
Posted by jimmy_milk at 7/22/2005 12:11:34 AM
I have a animation of a ball hittin a wall when you roll over a button. How would you get it so when the user rolls out of the button area, the ball explodes? Thanks for your time Jimmy ...more >>

Movie clip play on mouse over/out
Posted by mattyshack at 7/22/2005 12:00:00 AM
I have a button with a movie playing on the over state. But how do I add a different movie to play on a mouse out? I thought about making an invisable button and adding action script that plays a movie on mouse over and a different one on mouse out. But my actionscript skills are limited so an...more >>

Referencing an instance within a dynamically attached mc
Posted by phillyj at 7/22/2005 12:00:00 AM
Hi, I'm just delving into attachMovie for the first time, and pulling my hair out trying to get it working right. I'm attaching a movie using the following code (this is within a loop): _root.nav5_mc.sets_mc.attachMovie([this.thisMC], "collection_mc", this.getNextHighestDepth()); ...more >>

Local Connection between two separate SWF
Posted by Lumiere Studios at 7/22/2005 12:00:00 AM
Hello, I have created two swf buttons. They are equals, same number of frames "21", same script, they are only opposite (two arrows in other words) I want to make a local connection between the files (that are in the same html page) I want that the first swf send the current frame position...more >>

Trying to pass parameters to movie via the movie's URL
Posted by MichaelBlum at 7/22/2005 12:00:00 AM
I'm making a test engine that needs the testee's name and id. I need to launch the test in a browser and the application needs the testee's id and name. I want to pass the application this information via the URL as follows: http://www.myserver.com/flash/testengine.swf?name=billy&id=1234 ...more >>

Simple problem with _framesloaded
Posted by bwm_razel at 7/22/2005 12:00:00 AM
Seems sort of ridiculous to be posting such a simple problem here, but I just don't know what I'm doing wrong. I made this movie clip, fade_mc, which is 96 frames long, and forgot to include some text in it. So, I want the text to appear when the movie clip is done loading. I converted it in...more >>

Using an array index as part of an object name
Posted by ray_rambo at 7/22/2005 12:00:00 AM
Hi everyone, My first post, and have so far been able to get all the answers I need by trawling through this great forum. Here is my question. I have 5 'sets' of input fields; Name, phone number and email address. Named as follows name_1 .. name_5 phone_1 .. phone_5 email_1 .. ...more >>

Putting sound on an object
Posted by onesikgypo at 7/22/2005 12:00:00 AM
Ok heres the scenario, there is a car in a page banner, i want it so when you click the car the sound begins and increases in volume, then when you let go it starts decreasing in volume till its quiet again (or just completely stop but id rather it decrease) thats it ...more >>

I woke up and ActionScript was different
Posted by JaySprout at 7/22/2005 12:00:00 AM
The last time I worked in Flash was just as MX2k4 was released and we were still working with ActionScript 1. After well over a year of doing nothing but technical writing, I'm brushing up on my programming skills. Where can I go to learn the differences, what to look out for, and what I ne...more >>

Check out my transition effect
Posted by nickadocker at 7/22/2005 12:00:00 AM
Okay, I created a transition effect and now I really want to know what people think about it. Click this link to download the transition.zip file (includes .SWF, .HTML, and the .FLA): http://www.yourfilehost.com/media.php?cat=other&file=transition.zip I'm curious if you who are reading...more >>

How to call a button even in code?
Posted by ray_rambo at 7/22/2005 12:00:00 AM
Okay before I pack up for the weekend I would love to get this sorted. I have some validation code that is called from the on(release) event of button. Thanks to LuigiL I know also cqall this code on an KeyDown <ENTER> key event. Can someone tell me how to call the on(relese) button cod...more >>

Simple Math... Not Working
Posted by WebIslands at 7/22/2005 12:00:00 AM
Hello All Ok heres the problem, I am trying a very basic script Addition. Ok say (c.text = 5) and (b.text = 2). So heres the script (I know these wont work all together, but I have tried all 4 of them, they all work except adding.) The //Commented out area is the resu...more >>

Newbie question about "rollOut"
Posted by BG_design at 7/22/2005 12:00:00 AM
I've had flash for about 3 months and lovin' it, and have made some great sites so far. However, I have a slighty complicated issue I can't figure out how to work. I have a button on the left of the screen that on the over command has a movie symbol in it that has two layers in it. The o...more >>

printing dynamically created movies
Posted by Evan Cowan at 7/22/2005 12:00:00 AM
I create clips dynamically by stepping through an array, each clip containts text, and some contain a background image. When i print my movie clip containing all these duplicated mc's they dont print at all. If i dont dynamically generate them, and just duplicate lots of mcs manually, it p...more >>

createObject in loop, loading dynamic data in a Loader
Posted by DHRStudios at 7/22/2005 12:00:00 AM
I almost have a working verson, so here is my problem, The creating the new objects, it will only create the last one. the data comming from the php file looks like &n=24&Name0=1909&Filename0=1909.jpg where &n is the number on records. I basicly want to create a Loader instance for each p...more >>

Image in combobox?
Posted by ActionScripter1 at 7/22/2005 12:00:00 AM
Hi all, I am wondering if it is possible to load a image into a combobox aling with the text. Similar to dhtml menus. I am currently using external text to populate the box and i have tried <img scr="myimage.jpg"> Thanks in advance. ...more >>


DevelopmentNow Blog