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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|