all groups > flash actionscript > august 2006 > threads for monday august 7
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
Loadvars and the "&" Delimiter
Posted by bubba_puck at 8/7/2006 11:47:24 PM
I have a picture gallery that gets its data from a text file using the loadvars
object. Currently, I have a text file with 2 different variables, one is the
picture location URL and the other is a description of the picture. These
variables, as per flash standards, are separated in the text fi... more >>
AS 3 - Referencing and unloading child MC's
Posted by Ignitrix at 8/7/2006 10:30:03 PM
I'm using AS 3 in Adobe Flash 9 Public Alpha.
I have a MovieClip named "RandImg" in my Library with an associated
"RandImg.as" class file. I'm placing this MC on the stage during design time.
This MC contains an instance of another MC with with the instance name of
"mcDefault". In the cons... more >>
AS 3 - Referencing and unloading child MC's
Posted by Ignitrix at 8/7/2006 10:30:02 PM
I'm using AS 3 in Adobe Flash 9 Public Alpha.
I have a MovieClip named "RandImg" in my Library with an associated
"RandImg.as" class file. I'm placing this MC on the stage during design time.
This MC contains an instance of another MC with with the instance name of
"mcDefault". In the cons... more >>
scroller help
Posted by erikcute at 8/7/2006 7:21:52 PM
I could not figure out how to make the scrolling text go back to the original
position after rolling out on the controls.
anyway, i attached the code i used but its doesn't work. please help me.
thanks.
on (rollOver) {
tellTarget ("/scrollingtext") {
prevFrame();
}
got... more >>
time out
Posted by Karen Mathis at 8/7/2006 6:22:59 PM
I'm trying to have an interactive program time out. For instance if no one uses
it for 2 minutes it automatically resets back to the begining. What
actionscript would I use and where would I place it. I want it to reset from
anywhere in the program.
... more >>
css apply to dynamic textfield
Posted by Captain Pill at 8/7/2006 5:55:50 PM
i try to apply a .css stylesheet to my textField and it work but i dont see the
change. there the code
// load css and load variable
var cssStyles:TextField.StyleSheet = new TextField.StyleSheet();
cssStyles.load("styles.css");
cssStyles.onLoad = function(success:Boolean){
if (su... more >>
opening a flash game
Posted by kenshamrock at 8/7/2006 5:34:13 PM
i just want to open the flash game on its own rather than in a browser, is this possible?... more >>
moveto movie clip
Posted by BryanThomas at 8/7/2006 4:45:51 PM
I want to move a movieclip using actionscript. I know you use moveTo(x,y), but
i can't seem to get it working. I have a movieclip that i want to mouseover,
and when i mouseover, i want it to move the specified position. What would be
the correct syntax? Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem with datagrid font
Posted by dave at 8/7/2006 4:22:22 PM
I have written an app that uses the datagrid, which displays the grid text
using the Arial font (I think it's arial. I haven't done anything to change
the font)
Now, when I load this movie into anopther clip, using
loadMovie("/content/test.swf",mCONTENT);
The font in the grid has change... more >>
Swap Images
Posted by kelly NO[at]SPAM herco at 8/7/2006 4:19:52 PM
Is there a code I can use to swap images on my home page.
Example: I have 6 images I want to rotate on my home page and each with a fade
in-out transisition.
In stead of laying out; fade in, 50 frames, fade out, next image...is there a
script I can use?
Using so many frames makes fo... more >>
freeze button in down state?
Posted by Grmfl at 8/7/2006 4:01:05 PM
I want to have several graphic elements that change with a mouse click, then
stay there. I imagine this as buttons that get to the down state and freeze,
but I can't imagine how to make it work.
Thank you
--Neal
... more >>
Progress Bar before page loads......
Posted by Vision Designs at 8/7/2006 2:59:40 PM
Hello -
I'm able to make progress bars for loading images on the screen,
but I'm having a hard time figuring out how to make one appear before the
entire page loads. Do use the Loader component as the entire page and have my
flash file load into it? I'm pretty sure there is... more >>
Stop the movie
Posted by Star Tail Pro at 8/7/2006 2:54:30 PM
I making a preloader as i started to plan ahead and realised my .swf might get
alot bigger. I created the loader and now working on the actionscript. Now my
preload bar is a symbol. Inside it is a outlined rectangle and on another layer
a the fill of the recatangle. I used shape tween so it wo... more >>
Download button
Posted by kenshamrock at 8/7/2006 2:50:48 PM
I have a download button on my site that when its pressed i want a pop up box to appear, where u can choose where to save the file to.
anyone have any ideas on the coding for such a button.... more >>
dynamic txet under mask
Posted by sam_fiarOne at 8/7/2006 2:49:50 PM
Hi
i have problem with new project I attach move to the move stand on stage it appear
But if the move is under mask it not appear
Help me I try a lot but nothing work
... more >>
combo box
Posted by thil at 8/7/2006 1:59:00 PM
Dear all,
If any one you developed the custom combo box by using flash action script,pls share it to me for a reference....Not like a componet.
Thanks n advance.
Thanks
thil
... more >>
Object class
Posted by DigitalJohnny at 8/7/2006 12:12:10 PM
I have a question about the use of the Object class in regards to some
actionscript used in a template from Dan Carr. A new variabel called
"videoEvents" is declared as an Object (var videoEvents:Object = new
Object();"). The object "videoEvents" is used with the methods/properties
"target" ... more >>
Flash plays on local, but will not function on server...
Posted by ChuckRWD at 8/7/2006 2:57:51 AM
I created a magic 8 ball type-game for a website, and when I test it inside the
flash environment and outside on my computer, it works like a champ (except for
the text field where people upload questions flashing quickly each time the
button is depressed to ask), however when I upload it via ... more >>
_framesloaded=4, but _currentframe=5 ??
Posted by abeall at 8/7/2006 12:56:32 AM
I'm noticing that _framesloaded seems to return a seemingly wrong
number that is one less than the actual number of frames loaded. If I
create a SWF that contains a frame-by-frame animation of large
bitmaps(to keep download speed slow even on broadband) 8 frames long,
and attach to different... more >>
loadMovieNum doesn't work in Projectors?!
Posted by l_andrew_l at 8/7/2006 12:00:00 AM
I have a major project that runs off a CD, and loads other SWFs in from a
projector. The projector is a small file that loads the main movie in using
loadMovieNum.... the problem is that it doesn't work on some machines!
It works fine on mine and 2 others, but at least 3 other people have t... more >>
Return to last scene viewed
Posted by stevie mcg at 8/7/2006 12:00:00 AM
:confused;
I have a scene that can be accessed from every scene in the movie. This scene
has 2 options - 1 launches another movie the other is a cancel button.
When the cancel button is clicked I want to return to the scene you were in
last. I have tried the PrevScene function but that j... more >>
Playing one movie after the other
Posted by 3fx at 8/7/2006 12:00:00 AM
Hi guys, have a simple problem, but got no books or any good resources to help
me out. There 2 movies (x and y) and both have a stop(); at the start and end.
I want to play one movie after the other (eg. x after y). It plays and stops at
the moment. Please note the movies are not on the same t... more >>
Combo box not Working
Posted by mani3d at 8/7/2006 12:00:00 AM
i have loaded the datas for the combo box thru XML File and it is loading when
the file in local but when i load this file into and another file in the server
the datas are not loading at the same time the combox comps seem ot be hanged .
please somebody help me
Thx in advance
... more >>
Pls Its argent (call ASP Using loadMOvie)
Posted by tay shk at 8/7/2006 12:00:00 AM
pls help me ifyou know this, its very argent.
Is it possible to send variables to asp page using 'loadMovie'
Thanks & Regards
S T... more >>
Generating random numbers
Posted by Pagy at 8/7/2006 12:00:00 AM
Hi,
I want to generate random numbers between 1 to 10. I have successfully written
script for that. Now, the problem is bcuz it is random it might generate the
same number again. I want to eliminate that. I have a vague idea that I will
have to store each generated number in an array (usin... more >>
|