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 > august 2007 > threads for saturday august 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

Screen Size in projector swf
Posted by Denise Hambrick at 8/18/2007 10:26:15 PM
I have a flash movie in a projector file that plays fullscreen most of the time, but I need to let the user access email at some points. Can I make the screen be some percentage of fullsize? Denise ...more >>

Screen position on monitor
Posted by Denise Hambrick at 8/18/2007 10:13:23 PM
I have a flash movie where it is fullscreen most of the time but not always to allow the user to access their email. When the movie goes to not full screen, it moves to the right and down and hides the buttons the user needs as well as the window close button on the top right. The same th...more >>

onenterframe in custom class
Posted by Steakboy at 8/18/2007 4:29:50 PM
I have set up a custom class that extends the MovieClip class (lets call it MovieClipExtender). I have a function that counts up when various things happen. Once the count reaches a certain value I want to invoke an onEnterFrame function that after 60 frames invokes another function. Probl...more >>

cannot access stage properties from AS3 class
Posted by dubya at 8/18/2007 4:15:41 PM
please take a look at the attached code. it's throwing this compiler error: 1120: Access of undefined property stage any ideas why? package ccg.Screens { import flash.display.*; public class ScreenHiding { public function ScreenHiding ( c:Sprite ) { ...more >>

preloader problem
Posted by Vertine at 8/18/2007 12:55:46 PM
hi....i have some math i think i have used before for making a simple preloader. The issue i am having (aside from it doesn't work) is that the setInterval is only working one time, and that is once the pc (percentage) is 100 (i tested with the trace in the code sample). ANy ideas on what i ha...more >>

Drag and Drop Interactive Game
Posted by awgiemay15 at 8/18/2007 2:29:46 AM
I am creating a drag and drop interactive game. I cannot post the file because it is for work and is business sensitive. Here is the problem I am having. I have multiple frames in the game. I have correctly entered the actionscript that allows for the drag and drop feature and to go to the...more >>

attachMovie with AS3 inside a class using a string
Posted by SPGAnne at 8/18/2007 2:03:31 AM
I am slowly migrating from AS2 (which I was a mere newbie at) to AS3 and my brain is starting to hurt a bit. I have a class which is loading an external ..swf (I managed to migrate my MovieClipLoader stuff to the new Loader (ta da), but once the .swf is loaded I want to in turn load a symbol ...more >>

AC_RunActiveContent.js error, STILL
Posted by DirtAndSandpaper at 8/18/2007 1:55:14 AM
Hello, Im getting the AC_RunActiveContent.js error, I have searched this forum and it seems usually people are missing some code, but I have this code in my html, but Im still getting the error, I have the .js file in the same folder as the test.html Please see here; http://h2htour.bri...more >>



Duplicate Movieclip for more than one image.
Posted by shahgillani at 8/18/2007 12:00:00 AM
Anyone can help me create a scrollable gallery, loading images from folder and text from file to make it clickable link? 1- Load images from folder. 2- Load text from text file. 3- Duplicate Movieclip for more than one image in the folder. Thanks in advance. ...more >>

Iteration - how to find out if an object is a button?
Posted by Hasenstein at 8/18/2007 12:00:00 AM
Using "for (var i in _parent) {}" I'd like to find out all button objects and call "i.disable()". However, I have the problem to be unable to tell if any "i" is a button, because instanceof does not work, and all other methods I tried, including simply adding "if (i.enabled != undefined)" only...more >>


DevelopmentNow Blog