all groups > flash actionscript > june 2004 > threads for saturday june 12
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
Scroll Bar Component Conflicts
Posted by longsdigital at 6/12/2004 11:21:37 PM
Hello i'm trying to edit a flash template with comlex actionscripting. The
movie i'm editing already has the scrollpane component in it...however each
time I try to create a new scrolling text box where I have scroll bars to
scroll the text with, I add the scroll bars and then, they just diss... more >>
Help please!!! Stuck with a problem Actionscript
Posted by hackysack at 6/12/2004 10:21:23 PM
Hey im trying to get my html link to open a .swf file on its own, not in the internet explorer window, i want it to the the swf movie seperately but cant. ... more >>
Synchronizing music beats to Actionscript
Posted by noSpamPlease at 6/12/2004 6:49:38 PM
Hello World
I'm building a Flash web site using MX2004 (PC XP Pro).
I'm controlling my sound (music) loop using Actionscript. I would like to
ask if anyone knows of any techniques that I can use to trigger a function
from the downbeat of the drum (or in effect the rhythm of the music) I am
... more >>
Using onSoundComplete
Posted by jansson_17 at 6/12/2004 6:48:48 PM
If anyone can tell me what I'm doing wrong I would be grateful for you help.
I'm trying to use the onSoundComplete stament to redirect the page to a
certain URL. Here's how I am using to do this
mysound.onSoundComplete = getURL ("http://www.webite.com", "_self");
The problem is once t... more >>
onClipEvent()
Posted by evsmith at 6/12/2004 4:43:38 PM
i have created two object vr movies each using onClipEvent (enterFrame) and
conditional statements regarding x coordinates. i would like to have the first
of the two enabled and then when the button reaches a specific coordinate be
disabled and enable the button for the secondd movie.
my ... more >>
rollover, rollout and telltarget functions
Posted by Tim Perrett at 6/12/2004 3:42:56 PM
can any one help me with the codeing for this particular problem. im trying to
make a menu (not disimilar than the one at the top of the page) ive been told
that rollover, rollout and telltarget functions are the answer but im not sure
how to go about exatly implementig them, im running Flash ... more >>
XML <img> tag works, but not on some machines
Posted by S.Harris at 6/12/2004 3:25:49 PM
I have a Flash site running with tons of XML content. The XML contains several
<img> tags that works on virtually every computer I have looked at with the
exception of two Sony Viao laptops (in Internet Explorer). On those machines,
the xml text loads but the images are ignored as well as th... more >>
Progress Bar Component Problem
Posted by CSEd2 at 6/12/2004 2:34:40 PM
I am loading a series of audios using a time line that loops back to frame 2.
I set up a progress bar (on its own layer) in frame 1 (as per MM instructions)
and use myProgress.setVisible(false); to hide it. In frame 2 I use
myProgress.setVisible(true); to reveal it. The progress bar is set ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Incrementing Duplicated Dynamic Text Field
Posted by James E. Talmage at 6/12/2004 2:19:55 PM
I have a Dynamic Text Field inside a movie clip. I am using a for()
statement to duplicate and rotate the movie clip a few times, and to
increment the Variable which the Dynamic Text Field displays.
This works fine inso far as the movie clip duplicating and rotating,
including the Dynamic Text... more >>
XML and &
Posted by Ashish123 at 6/12/2004 1:05:05 PM
Hi,
Does anybody knows how do I get the & sign in XML. Since XML contains
the data which is coming from Database and some of the records contains
& sign.
That XML is not parsed by Browser.(IE 5.5) and displays error to that Symbol.
Has anyone of u faced this problem? If yes, the... more >>
trace (_currentframe)
Posted by Branching at 6/12/2004 9:44:34 AM
I created a radio button mc with two frames, what action can I use so that when one is clicked, the other two gotoAndStop(1)?
Thanks.
... more >>
Fla file in flash 2004
Posted by Manoj vn at 6/12/2004 8:22:02 AM
why .fla file created in flashMx is not opening in flashMx2004?... more >>
setTextForamt is not working ??
Posted by Ashish123 at 6/12/2004 6:46:00 AM
otherdataFormat=new TextFormat();
otherdataFormat.font="verdana";
otherdataFormat.align="left";
otherdataFormat.size=10;
otherdataFormat.multiline=true;
otherdataFormat.autoSize=true;
otherdataFormat.wordWrap=true;
this.createTextField("a", 1, 100, 100, 20, 20);
this["a"].t... more >>
How can I use getTime()
Posted by Habitmaster at 6/12/2004 5:04:53 AM
I want to assign the getTime() value to a variable so I can make a graphic
analog clock.
The following format doesn't work.
var hour=getHour();
What would work?
The help sections shows instanceName.getHour(). I don't know why an instance
name would be required. Instance name of a text ... more >>
Rounding a number
Posted by Leon Sooi at 6/12/2004 4:20:59 AM
The Math.round(x) function seems to be only able to round a number to an
integer. May I know how do I round a number the 2 decimals places, or to the
nearest hundred?
example: Round 15.2365 to 15.24
... more >>
Rounding and number
Posted by Leon Sooi at 6/12/2004 4:20:46 AM
The Math.round(x) function seems to be only able to round a number to an
integer. May I know how do I round a number the 2 decimals places, or to the
nearest hundred?
example: Round 15.2365 to 15.24
... more >>
Solo
Posted by Robin Nicholl at 6/12/2004 2:46:13 AM
Does anyone know if SharedObject data (.sol files) is stored in more than
one location?
I have an application ('active' wallpaper created from a swf using
ScreenTime's SWFdesktop) that will not 'forget' the information first
written to its SO. I use the SO to store information about the user, ... more >>
|