Groups | Blog | Home


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 > june 2004 > threads for monday june 21

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

Passing a variable to another fla then to php
Posted by Dlanson at 6/21/2004 10:36:43 PM
Basically what I am trying to do is I have member buttons and for what ever button is pressed an id# will be sent to the flash movie that loads on the same page than that flash movie than calls a php script to access the DB and recieves it back to flash I have the last part work by calling the...more >>

Referencing
Posted by krl at 6/21/2004 9:56:21 PM
If I create a clip or text field like this: max_amt = 10 for(i=0; i<=max_amt; i++){ createEmptyMovieClip("clip"+i,i); clipi.createTextField("text"+i,i+max_amt, i, i*2,100,20); } how do I access clip0._x or clip5's value with i's? a cheesy example how do I assign the first clip's ...more >>

Problem with :: on (release) action
Posted by Netwave at 6/21/2004 9:38:10 PM
I want to link my buttons in my swf file to a page within the that same page as in a navigation bar in a website. I use the on (release) { getURL("http://www.nt-wave.com/index.php", "_self"); } but when i go to test the movie, i get these errors. **Error** Scene=Scene 1, layer=Services...more >>

XML and Flash integration
Posted by Draculacr8s at 6/21/2004 9:19:46 PM
Hi, I am working on this flash movie that pulls pictures, music and text from an xml file and loops it to go on and on. This works perfectly fine until its running from my desktop. The moment I upload it on a server, it starts acting wierd. As soon as you go the page it loops the pictures a...more >>

LoadVars in Classes doesnt work?
Posted by hagiflash at 6/21/2004 8:04:19 PM
Hello, i tried tu use the LoadVar in a class, something like this: THE CLASS class loadVarsClass { var test_str:String; var load_lv:LoadVars; public function loadVarsClass(){ trace("loadVarsClass construct"); load_lv = new LoadVars(); load_lv.onLoad = showText; loa...more >>

Clicking Buttons within a Movie Clip problems
Posted by mludwig at 6/21/2004 7:26:46 PM
I am having a problem with buttons that are placed inside a movie clip. I just read a few threads and discovered that most people believe having 1 scene and using multiple frame labels is the way to go for efficiency. One question I have is: does this increase, decrease, or keep the overall SW...more >>

send variable to movieclip
Posted by MaureenM at 6/21/2004 7:25:42 PM
How would I send a variable from the main timeline into a particular nested movie clip if the movie clip is targetted using a variable? I'm trying variations of: set(_root.alllogos.logoclip[_level0.randomnumber].CompanyID, _level0.companyid); I know that my _level0.randomnumber and _le...more >>

masking nested movie clips at runtime?
Posted by jbeltran_mx at 6/21/2004 6:55:34 PM
Hello, I want to mask at runtime a movieclip? any good ideas in AS2? Thanks!...more >>



Email Response
Posted by Vogz at 6/21/2004 6:50:42 PM
Hey, I want to send out an email to an already known address when i know a user has gotten to the end of my flash movie...Does anyone know how i would go about doing this?? Thanks Matt...more >>

Accordion and Window Components
Posted by CF_crazee at 6/21/2004 6:11:11 PM
I have a window component that has the content path set a swf file. The swf file is a very simple file with an accordion component and nothing more. The component instance is call toc_acc. The swf file is toc.swf Any idea? I create the window component in action script as follows ...more >>

Help! having problems with my drop downs
Posted by jealousdreams at 6/21/2004 6:02:27 PM
Ok, i built drop down menus in my movie for navigation, however the buttons inside my drop downs won't move the movie to another scene. I tried the same thing using the same code(nothin special, just on(press) { ) ...more >>

How to change the caption of a Flash Projector
Posted by Tharion at 6/21/2004 5:11:09 PM
Hello, I want to publish a Flash movie as an *.exe. How can I change the cation in the title bar from "Macromedia Flash Player" to another title? Ren? ...more >>

end of file
Posted by krl at 6/21/2004 4:59:49 PM
I need to learn how to setup up a list in a txt file and then import the contents of the variables until i hit the end of file. Does anyone know any syntax for eof's?...more >>

Help!, Timer - doesn't seem to be working
Posted by JimmyBob at 6/21/2004 4:39:13 PM
Hi all, I have created a timer designed to reset a program if there is no activity after " " seconds but it does not seem to be working. Below is the code. This is a project I have to have finished ASAP and it is the one thing holding me up. Any help is greatly appreciated. Thanks, ...more >>

can't find mx.utils.Collection
Posted by amoine at 6/21/2004 4:36:48 PM
I'm trying to work with collection and I followed the exemple given in the "Using Component" guide. i.e: [Collection(name="LinkButtons", variable="__linkButtons", collectionClass="mx.utils.CollectionImpl", collectionItem="ButtonC", identifier="ButtonLabel")] public var __linkButtons:mx...more >>

I need help with a flash effect
Posted by propatria at 6/21/2004 4:32:54 PM
can someone help me? (again) I saw this tutorial way back when, that would make the screen shake... It was awesome! but I havn't seen that in along time, and was wondering if anyone knows what im talking about, or knows where I can find the tute ...more >>

How to load image dynamically
Posted by iffi at 6/21/2004 4:32:17 PM
Hi! I want to load dynamic image in my swf and also while loading i want to show an animation of loading progress bar... Any help would be appricated. Thanks, Erphan B Rajput...more >>

Actionscript Movement
Posted by ystoorie at 6/21/2004 3:28:35 PM
When I try to use this code to spin objects; for (i=1; i<=10; i++) { iconleft._visible=0; duplicateMovieClip(iconleft,"iconleft"+i, i); b = this["iconleft"+i]; b.gotoAndPlay(i); eval(eval("iconleft"+i)+".d") = i*36; } I keep getting this error message; **Error** Scene=game, l...more >>

Custom Component Troubles
Posted by iowaGuy at 6/21/2004 3:26:30 PM
I have been working with the menu bar and can change every color and font except the main bar that is the default grey. I have looked on google for hours and have read forums and tutorials. I am looking for some actionscript examples. Here is the actionscript that I have used to change the fo...more >>

loadVariables problem
Posted by Michael Voeller at 6/21/2004 2:52:03 PM
I am trying to load some variables from an asp script and I don't think they are going. the asp script when run alone shows in the browser: itemID=item_1,item_2,item_3,item_4,item_5,item_6,item_7,item_8,item_9&stat=d one so there should only be two variables: "itemID" and "stat" correct. t...more >>

Select an object and not its bound box also
Posted by jonfludasel at 6/21/2004 2:49:32 PM
I have a movie clip that tries to check if the user clicks with the movie clip in a triangle that can be a movieclip, graph etc. it doesn?t matter what kind of object it is since there is no code on it. The problem is that the triangle has a box around it that I don?t want to be included in ...more >>

lock button in "over" frame
Posted by Mack879w at 6/21/2004 2:36:55 PM
I know this is painfully obvious but I can't figure it out. When a user clicks on a button, I want the button to stay on the 'over' frame as an indicator as to what page they are on. I tried mybutton.gotoAndStop("over") but that method is just for movieclips, correct? Anyway, any help is gr...more >>

Title of new Window
Posted by rjh at 6/21/2004 2:32:26 PM
When opening a .swf as a new window in IE, the blue title bar text defaults to the directory location of the .swf. I have seen examples where this title bar text immediately changes upon opening to a revised text message (title). How is this accomplished? ...more >>

Embed fonts through actionscript.
Posted by LOGAN at 6/21/2004 2:08:11 PM
I have a dynamically generated textfield I want to use. I have tried everything but somehow some special characters generate small squares. My text uses an e with two dots above it. Somehow -whatever I try- this symbol is 'blank'. Any suggestions? http://albartus.com/motas/ ...more >>

Loading external movie into child slide
Posted by maarlin at 6/21/2004 1:53:15 PM
I need to load an external movie into a child slide named "formular1". How can I do that when I already created an empty movie there? Thanks a lot... Marlin...more >>

MY Site
Posted by Sly1211 at 6/21/2004 1:22:49 PM
This only my second Flash site and and it's finished except for 2 things. #1, I used loadMovie for 3 of the pages which have scrolling thumbnails. They work fine in the original swf, but when they are loaded into the parent movie, the thumbnails don't work. The script I used is attached b...more >>

zoom in+drag : moves stage AND dragObject
Posted by xyz123 at 6/21/2004 12:58:55 PM
Hello, My current movie uses a lot of movable objects along certain areas simulating mechanical movements of components of a device. What now turns out is that the customer uses this application with the zoom function of the flashplayer. That's just fine as very much more detail becomes v...more >>

Can you make this text not show?
Posted by Branching at 6/21/2004 12:45:36 PM
I am loading text from an external text file in a dynamic textField, but every time the movie enters the frame that loads the text, a line of extra text appears first, like: _level0.mc01.chapMid, mc01 is the name of the mc where chapMid is the dynamic textField in it. Anyways this line of text...more >>

Problem with arrays
Posted by pijus at 6/21/2004 12:18:32 PM
Maybe a stupid question, I have 4 arrays I get from a txt by using a movieclip in timeline: onClipEvent(load) { this.loadVariables("data.txt"); } onClipEvent(data) { titulo = ttitulo.split(","); n = tn.split(","); fields = tfields.split(","); links = tli...more >>

Wierd swapDepths problem
Posted by DaRizat at 6/21/2004 11:22:16 AM
Ok, I will breifly explain the setup that I am trying to achieve. This is for a video game website, and the setup is that a dynamic image for the newest game review is loaded into the web layout, and there is a yellow overlay on top of the image on the right side of the image, over which the...more >>

getURL javascript go back Internet Explorer
Posted by sergiodm at 6/21/2004 10:35:37 AM
Hi everyone, i am trying to comunicate my embed flash movie with Internet explorer browser and it is very hard at the moment. The fact is that I want to press one button in my flash movie and then going back to the previus page in my internet explorer browser. For doing that, I am wri...more >>

Clearing the screen
Posted by Manoj vn at 6/21/2004 9:57:27 AM
Hi forum, I want to clear my screen before exicuting the code in a particular frame. Can it is possible through scripting?...more >>

Kearning issues
Posted by mrmille at 6/21/2004 8:51:04 AM
G'day! Ive tried to kreate some kearning effects in flash by keyframing them. I assume you know what i mean by kearning. Its the letterspacing and it can create a pretty neat "zoom" effect. My experiments with keyframing whernt succesful since Flash dosnt seem to be able to animate the...more >>

open a html page
Posted by aditya gaur at 6/21/2004 6:20:51 AM
hello everybody, i run a exe file at the fullscreen and i want at the end of this movie(means last frame of this movie) one html page will open.how will i do it.plz. help me.thanks.......more >>

can't hit server unless launched from file system
Posted by jbb1973 at 6/21/2004 4:38:03 AM
Hey everybody, Me and my team are stuck, so I thought I'd come here for troubleshooting advice. We have a swf file that goes and gets an xml file from the server. The swf file is referenced in an html file. That html file is sitting in the web server's main directory. When we open that...more >>

movie controler sound problem
Posted by tommui at 6/21/2004 2:59:01 AM
hi i got a player back controler built by my own, instead of using MX components, to control play, pause, rewine, forward, jump back to start, stop of my flash movie, the problem is when i clicked whatever those buttons when the movie is playing, the voice scripting become doesnt synchronize...more >>

Dynamic Text is hidden by layer mask.
Posted by suicidePills at 6/21/2004 1:22:55 AM
Is there a way around this? Using a dynamic text box with a layer mask, the dynamic text is hidden. If it is changed to a static text box, it suddenly becomes visable. This problem aslo occurs with input text boxes. Am I doing something wrong? Has anyone else had this problem? Is th...more >>

creating reusable function....
Posted by emailcraigs at 6/21/2004 12:47:42 AM
How do you create a function that can be reused and its variables reset? I am trying to open a webpage based on the results that flash gets from a database via ASP . Currently each time the timelime is put back to the start of the process the variable in it, set by asp, does not change from wh...more >>


DevelopmentNow Blog