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 > january 2007 > threads for thursday january 18

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

Setting a clip as background problem
Posted by JimmySlam at 1/18/2007 11:28:40 PM
Hi, I am creating movieclips with : __contenedor_mc.createEmptyMovieClip("image", _image_prof); and then, inside in imagen i load loadClip(); (the code is not exactly like that, but that is the idea) well the problem is that I want to load it and leave it on the background, is a ...more >>


time based quirk
Posted by jagguy99 at 1/18/2007 11:22:56 PM
Hi, In a time base function if load a MC it fails to be clickable (but the MC appears). If I load it outside the time base function it works fine and is clickable. I don't get this ? I spent ages trying to find out why it fails and it comes down to a time based quirk it seems. is there a...more >>

Revealing Movieclip on focus
Posted by alexwhite06 at 1/18/2007 11:10:23 PM
I have a movie clip info box with a mask that I want to fully reveal everytime the user mouses over the partially shown clip, and hides away leaving the title bar when they mouse off. I can't seem to be able to do it without disabling the buttons on the movieclip. Some images for a better ...more >>

Dynamic Text Field
Posted by MIchalUtko at 1/18/2007 9:08:17 PM
Hi Guys Probably a simple question but I am trying to load external text into a dynaimc field. The ammount of text will change and I would like to have the text box resize to fit the text. I searched and googled with no real results. You are my last hope before I attempt a hack job (...more >>

Timer Counter for video duration
Posted by Flashm NO[at]SPAM n at 1/18/2007 8:34:15 PM
Hi, I'm in the process of creating a video control for a swf video. I'm trying to work out a way to display the total duration of the video and the current play time. So far I have worked out the total time by using _root._totalframes / framerate (12fps) /60 to give me the duration in m...more >>

How to call method in another swf file
Posted by trigger2160 at 1/18/2007 6:42:07 PM
Hi. I am at the moment making a website in Flash 8. The website consists of a main file with the buttons and then additional files for each page. Each of the buttons uses code similar to this: content.loadMovie("home page.swf"); where content is the movieclip I am using to load the sw...more >>

architecture question...where to put the code
Posted by SPGAnne at 1/18/2007 6:36:10 PM
Newbie here, so please be gentle and explicit (no detail is too much to give or insulting to me). I'm hoping one of you architecture/design gurus can help me with this. I am trying to use good principals of design and not have code scattered all over the place and also use OO as much as p...more >>

Removing the come
Posted by Duckyofdoom.com at 1/18/2007 6:20:56 PM
Okay, one problem I've hit the wall with is opening a new window, without all the juck that IE and other browsers put up in the top. It seems like AS offers no way to control the window outside of its environment. I tried Java, but I know nothing about coffee, and therefore am useless in ...more >>



Action script 3
Posted by geegrafix at 1/18/2007 5:46:39 PM
Could somebody answer this for me? I started learning actionscript 2. Now, there is actionscript 3.0 with flash 9. In actionscript 2 I could code things right there in flash and control movie clips etc... In trying to learn actionscript 3, everything talks about coding in flexbuilder 2. I...more >>

Deperate help with AS
Posted by Newbie1234 at 1/18/2007 5:23:45 PM
Basically I have lots of global variables assigned to my movieclip. When the movie loads, it plays fine, BUT still within this movie, when the movieclip plays again from the start, it just totally ignored all my if statements! So it goes all wrong! Why is this? Any help. Really desperate. ...more >>

make FLV loop
Posted by marknestor at 1/18/2007 4:01:15 PM
Is there a way to make an flv file loop?...more >>

Controlling a movieclip Based on Instance name
Posted by timbronze at 1/18/2007 3:53:34 PM
Hello Everyone, I have got a simple movie clip which runs a short animation when clicked upon. The movie clip contains a series flags and each has an name. The movie has been replicated a number of times on the main stage, and each has been given its own instance name. When i curren...more >>

Flash presentation
Posted by Graphic Graeme at 1/18/2007 3:20:39 PM
I was hoping someone can help me with this issue I'm having. I want to create a PDf button in flash that links to a PDf file. I want for the user to click the button and the PDF will open in a separate window! Is this possible?:confused; any help with this will be greatly appreciated. ...more >>

Sound end
Posted by domconlon at 1/18/2007 2:25:32 PM
I'm playing an internal sound using the behaviour code and then trying to find out when the track has come to the end. I've tried putting .duration and ..position in the following code but nothing seems to work. Can anyone help? _global.Behaviours.Sound.themeSound1.onSoundComplete = _root....more >>

summons movieclip
Posted by sasky at 1/18/2007 2:09:02 PM
Hi! i have a problem for too long and i cant solve her.... :( I made a circle(MC) with some simple actions(up,down,left,right,jump and fire) and all i wanna do is when i press SPACE i will summon another circle(MC), it does'nt metter how many i will summone they all have the same actions.. ...more >>

Button and JavaScript link (help)
Posted by michael- at 1/18/2007 1:09:07 PM
I would like to know how to make a link to open in to a new window and..., I have been using javascript links to open images in small windows; <a href="images/samples/SampleSC.gif" onclick="return popitup('images/samples/SampleSC.gif')"> These links work in the html, and I would like t...more >>

keyboard
Posted by Newbie1234 at 1/18/2007 12:35:43 PM
Basically i just want a key to be pressed on the keyboard, and movieclip1 is played. But for some bizarre reason, it only works if insert, up, down, right, left arrow keys are pressed For example, if I assigned 'DELETE' key, the movieclip doesnt play. I want 'HOME' or 'END' key to work too! ...more >>

Pause everything
Posted by akasama at 1/18/2007 12:08:37 PM
I am working on a game and everything i made for this game(movieclips, background etc..) are in one frame... How can i do a Pause button that will pause everything in the frame and a Play button that will continue from where the Pause button paused? please help me if u could... ...more >>

movieclip that Pause everything
Posted by akasama at 1/18/2007 12:08:29 PM
I am working on a game and everything i made for this game(movieclips, background etc..) are in one frame... How can i do a Pause button that will pause everything in the frame and a Play button that will continue from where the Pause button paused? please help me if u could... ...more >>

passing data from combo box to varible
Posted by scottie1ny at 1/18/2007 12:00:07 PM
How do you capture a combo box component value and store it in a varible?...more >>

actionScript Packages
Posted by sben23 at 1/18/2007 10:39:58 AM
Hello, I was wondering if some how it is possible to get a list of actionScript packages with their descriptions. I'm having trouble to find a description of this particular object "mx.controls.DataGrid". ...more >>

setRGB(0x"Color from a node in xml")
Posted by oaj flash 777 at 1/18/2007 7:32:25 AM
Hello I have a map that is going to show a color for each Dep DID. I use setRGB(0x"Color") method but I am having a hard time figuring out how to populate each of the movieclips(different cities and places) with the color that matches the Dep DID. I have this xml: <?xml version="1.0" enc...more >>

Looping using variables
Posted by Movitz at 1/18/2007 6:45:40 AM
Hi. My problem is this: I want to use an array to loop through movieClip instances and get their positions on stage. Why doesn't this work? aMovieClips:Array = new Array("movie1","movie2"); for (i:Number=0; i<aMovieClips.length; i++) { trace(aMovieClips[i]._x); } Could anyon...more >>

Opening a URL after a movie
Posted by rodnyc29 at 1/18/2007 6:39:50 AM
Hi, Does anyone know how to have a URL open after a progressive video finishes? I can get it to open when the video starts but can't seem to get it to open after the video ends. Any help would be appreciated. ...more >>

time
Posted by gdmt at 1/18/2007 5:41:32 AM
hi there! i'd like to stop in a frame, then, 'til 10 seconds go to the next frame... i was playing with getSeconds(), but it doesn't work.. any idea to do this? it may be very easy, but i don't know how to do it... i hope soemone can help me thanx in advance! (sorry, my english isn't...more >>

mc transition
Posted by jagguy99 at 1/18/2007 3:52:22 AM
Hi, I want to load an image from a file into a MC to replace the current image. I want a smooth transition effect replacing of images , but the image swap isn't as it stil looks to quick. var olist2:Object=new Object; olist2.onLoadInit=function(mm:MovieClip):Void{ mm._width=130; ...more >>

variables inside movie clips
Posted by oscmejia at 1/18/2007 3:36:06 AM
How can get the value or modify variables that are inside movie clips from _root? I know this hould be very basic but i can't figure it out. Tks in advance,...more >>

continuing in timeline after FLV plays
Posted by jeffbugsy at 1/18/2007 2:47:22 AM
I want to play an .flv in the timeline, then continue to play the timeline after the video has finished. How is this done? I've tried to understand cue points (I get the basic idea), but how do I utilize them in ActionScript? ...more >>

How can I list all available variables inside a movieClip
Posted by oscmejia at 1/18/2007 2:42:03 AM
I have a lot of movieclips in my file and each movieclip has its own set of variables. There is any way to trace all available variables inside any movieclip? I mean, how can i know what variables and their values are inside a movie clip! Tks, ...more >>

Changing a clip path
Posted by Nixy at 1/18/2007 2:33:55 AM
I have a clip inside another and I would like to move it to another clip Is that possible??...more >>

Instance Name as a Variable
Posted by supshur at 1/18/2007 12:30:09 AM
This is probably an easy problem to solve for those with more than a months experience with flash. I have a movie clip that will have many instances of itself. Contained in this "Master" Movie clip there is a dynamic text box that needs to state it's <instance name>. So that each time I dr...more >>


DevelopmentNow Blog