all groups > flash actionscript > january 2006 > threads for sunday january 15
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
Looking for a program to automate this
Posted by sampurtill at 1/15/2006 11:47:47 PM
Hey,
I'm writing an application for a project. I'm looking for a program that will automatically make thumbnails for a bunch of images. Does anyone know any free ones? Thanks,
Sam... more >>
dragging a movieclip with scrollable text inside
Posted by dphegley at 1/15/2006 11:34:24 PM
Newbie here.
I have a movieClip that has a scrollable dynamic text block inside that I
attach via the attachMovieClip. I want to make the attached clip draggable and
still keep the scrollable text scrollable. Currently only able to drag with no
scroll or scroll with no drag.
Help please!
... more >>
Is this a correct way to load flash movies:
Posted by hollywoodbb at 1/15/2006 11:19:04 PM
I have a main flash movie called index.swf that loads several flash movie on
to the main timeline. On the 1st key frame of the actions layer, the script
that I have loading these flash movies is the following:
fscommand("showmenu", "false");
var myMCL:MovieClipLoader = new MovieClipLoader... more >>
Movie clip starts at certiain point along x-axis
Posted by MegaMultiMedai at 1/15/2006 10:41:24 PM
I have a movie clip that moves along the x-axis when you click a button ? it?s
instance name is CH. Different buttons move the clip further along the x-axis,
or return it back to 0. I?m using a little scripting to move the CH. I have
another movie clip attached to CH that I want to start when ... more >>
Stopping movie playback?
Posted by Sirrel Squirrel at 1/15/2006 9:12:29 PM
I've been working on this site http://www.mia-media.co.uk/mickjohnson and have
now got some of the client's footage so I've started adding it, most of the
videos are .swf files because I've only just realised you can use .flv files
and use the media components of flash :rolleyes: lol
Now t... more >>
pressing enter clears text field, not press button, why???
Posted by meierk at 1/15/2006 9:01:49 PM
My code is attatched to the button, which I realize isn't a best practise, but
it starts out:
on (release, keyPress "<Enter>"){
if (username.text == "[username]" && Password.text == "[password]") {
gotoAndPlay ("[scene]");
}else if (username.text == ...etc... } else {
pa... more >>
PLEASE HELP
Posted by Amber12 at 1/15/2006 8:28:47 PM
I have a static image that I want to appear when the mouse rolls over a button.
I just can't get it to work and I think it has to do with the action scripting.
Any advice is greatly appreciated!
Amber
... more >>
Linking Classes
Posted by rooster_asu at 1/15/2006 5:06:42 PM
I'm trying to build a class file, the file is named Laser.as, the class is
named Laser and it extends the movie clip class, and I have it linked to
LaserMC. The fields for linking the movie clip are as follows.
Identifier: LaserMC
AS 2.0 Class: Laser
Export for Action Script: Checked
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using buttons
Posted by mhay416 at 1/15/2006 5:00:21 PM
how do i make a button's function, when clicked... to transfer me into a specific scene. gotoAndplay doesnt work... any help would be greatly appreciated.... more >>
Simple detect internet connection script
Posted by joe meca at 1/15/2006 4:28:29 PM
I made a flash projector and i want to detect if the user running my projector
movie has an internet connection
is there anyway i can do a simple detection using geturl? if you havea better
method let me know :)
thanks in advance!
... more >>
Loading at url into flash
Posted by comprug at 1/15/2006 3:33:30 PM
I want to make a flash application that loads a URL without having to go to
another url. Is it possible to load a URL into a movieclip using the loadvars
or geturl commands, or can I use html code inside Flash to create an iframe?
thanks.
... more >>
Help with Events
Posted by K.Djenkov at 1/15/2006 12:48:58 PM
I'm trying to create class with its own events that would be used like common
events in MovieClips
Example:
var myc:myClass = new myClass ();
myc.onMyEvent = function() {
// do something
}
The problem is how to create the event "onMyEvent" - I found an
http://www.macromedia.... more >>
While loading another SWF file, action script associated with Fame1 does not get called
Posted by serveshp at 1/15/2006 12:12:06 PM
I have 2 player, x.swf and y.swf.
x.swf has a loader component whose contentPath is set to y.swf
After the completion of video in x.swf("complete" method)), y.swf is loaded by
loader component.
But Frame1 in y.swf has come action script which does not get called after
y.swf is loaded. I pu... more >>
help with button actionscript
Posted by fretfingers at 1/15/2006 9:54:43 AM
Hi everyone. Im new to flash and I am trying to learn how to make a button in
one scene access a frame from another scene down the chain. I hope that was
understandable. Thanks for your help, and heres the site I am currently working
on.
www.alterspective.net
Thanks,
Dustin
... more >>
call by value when call three dimention array
Posted by openMiand at 1/15/2006 9:33:43 AM
Hi
I have a three Dimension array I change it value in function but I need array
in same value without changing I use this code and work with one Dimension
array and work but not work in two and three Dimension
var x:Array =new Array (1,2,3)
var y:Array= new Array (x.length)
moveAr... more >>
flash activex controls...
Posted by mash9 at 1/15/2006 6:33:18 AM
:cool;
hello
I am the programmer to be living in Korea.
I try to use the flash at a vc++ inside.
I could not get but any information.
** flash activex control Reference & information **
These will use at a vc++ inside.
wait for the reply.
... more >>
How Can u make a song repeat itself every time it end during a movie?
Posted by rbr1234 at 1/15/2006 2:21:03 AM
i need to know how to make loop songs... more >>
Theres an action script that turns off sound but how do u turn on sound after u turn it off?
Posted by rbr1234 at 1/15/2006 1:50:35 AM
im making a button that turns off suond and a button that turns sound on?... more >>
|