all groups > flash actionscript > july 2004 > threads for sunday july 4
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
MX2004
Posted by marley boy at 7/4/2004 9:42:18 PM
I have a .fla which is bugging me because it *nearly* does what i want, but i'm
not certain that i'm even using the right method..
at the moment i've got an external .txt file which loads some content and
displays it as HTML, & i'm formatting it from an external .css file. OK so far,
but i... more >>
gotoAndPlay
Posted by cire548 at 7/4/2004 9:17:24 PM
I was just wondering what script I could use to make a frame gotoAndPlay the previous frame for only a certain amout of times...say 10 times. then go the next frame.... more >>
loadMovieNum not working
Posted by Claude Saccaro at 7/4/2004 8:37:43 PM
I'm having a problem with this code placed on a timeline keyframe:
stop();
loadMovieNum(mymovie.swf,1);
I'm trying to simply load a movie in level 1. (I want the main movie
timeline to stop at this keyframe).
I also tried:
stop();
_root.loadMovieNum(mymovie.swf,1);
Doesn't work ei... more >>
Dynamicly loading a domain?
Posted by sasocki at 7/4/2004 8:12:43 PM
Im sure this has been coverd before but i cannot find any thing that directly
covers this.
I am making a site in flash and in a specific area of the swf, i want it to
load my phpbb forum (located at a seperate domain) at a specific size. Also, i
will need to have scrollers, so that people ... more >>
How to detect end of .flv playing with netStream
Posted by chefgoot at 7/4/2004 6:39:03 PM
I'm playing an external .flv movie using netStream and I'd like to invoke a
loop or other script to detect when it ends. I'm probably way off base here
since I've never done this, but the following script (that doesn't work of
course) might give you an idea of what I'm trying to do. I basicall... more >>
how to use scroll bar in flash2004
Posted by Barathan at 7/4/2004 5:08:22 PM
hi friends..
how to use the scroll bar component in flash2004, for a dynamic text field, which shows a external html file.... more >>
javascript function more than one arg
Posted by DcGy at 7/4/2004 5:04:51 PM
Is there a way I can pass several args to my javascript function with fscommand?
I have thumbnails and when I click on them, I want a pop-up.
So, I'm trying to pass the name, the description and the size of my picture
my function:
mymovie.swf_DoFSCommand(imagename, description,height,width)
... more >>
*** load pic into center of movie?
Posted by nin9999 at 7/4/2004 4:02:43 PM
flash mx,
I have an empty movie clip (mPic) that i will be putting pictures in which are
both portrait, landscape and panoramic. When i mPic.loadMovie(pic), the pic is
always loaded with its upper left corner at 0,0 of mPic but i want the pic to
be centered instead. Is there any way to do th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
attachMovie is confusing me
Posted by AutomatikStudios at 7/4/2004 3:54:10 PM
I've got a movie that runs one time and then I want it to load another movie on
top of it when it gets to the last frame. Here is what I've got in that last
frame:
stop();
onEnterFrame = function(){
blue_bg_anim.attachMovie("print_web_exp", "pwe", 1);
pwe._x = 275;
pwe._y = 200;
};... more >>
Save as code
Posted by pazzoboy at 7/4/2004 1:56:40 PM
Hello all...back from break!
I would like to give visitors the option of saving images without having to
use getURL(imageURL,_self) and rightclicking, saving as...etc. I like using
php for this purpose, but the person who wants this doesn't get php support
with his host. Is there actions... more >>
Preloader Problem
Posted by Claude Saccaro at 7/4/2004 1:44:32 PM
I've created a preloader using the code below and would like to adjust
it so that I can preload a movie in sections, meaning something like
ifFrame(whatever) is loaded go to and start movie. I would like to set
this up so I can specify to preload a video file that is within a movie
clip and ... more >>
How can Add Url Link File .swf
Posted by yuus1 at 7/4/2004 1:26:25 PM
I make flash banner and I need my user click on to onther site
I have a flash banner (yuus.swf), that I want to add links to. Just need how
to add URLs.and then to onther site like mysite.com when persons click over
banner.
Can help you help Me THANKS SO MUCH
... more >>
Manipulating string
Posted by roland at 7/4/2004 1:14:41 PM
Hello all
I would like to extract each string element, seperated by # like
"string1#string2#string3#string4"
Is there way of walking through the string using a loop, and placing each
element in a variable?
Thanks very much for your feedback
roland
... more >>
ActionScript _beginner
Posted by SuginaMac at 7/4/2004 1:03:48 PM
Guys,
I need help. I don't know where to turn. I don't know what is wrong with my
Flash MX 2004. I can't go to beginners level on my actionscript box. I am
spent way too much money to deal with this now.
Please help me.
... more >>
Last frame viewed?
Posted by CStaats at 7/4/2004 12:51:09 PM
Is there an easy way to return a movie to the last scene and frame that it was
on? I am putting together a quiz, that has a different question on each frame
of Scene 1. There are three choices, selectable by buttons. A wrong answer
plays a brief animation done in a seperate scene, and a corre... more >>
variable manipulation
Posted by OniLink at 7/4/2004 8:51:24 AM
code:
----------------------------------------------------------------------------
ix = new String(xy1a);
ix = ix.slice(1, 2);
trace(ix);
----------------------------------------------------------------------------
I have three seperate strings that I want to slice:
- xy1a
- xy2a
... more >>
Path problem with MP3
Posted by Teji at 7/4/2004 7:58:39 AM
hi
i got a very little problem, i m trying to load MP3 file from my hard disk
into flash, it loads successfully. but when i publish this file for HTML then
the sound does not play. the path for the files are given
mysite/MAIN.swf
mysite/MAIN.html
mysite/sounds/main.mp3
in my MAIN.... more >>
Button actions
Posted by Ryan_BYN at 7/4/2004 7:27:10 AM
Hey,
Sorry about this newbie question but i am making a flash site. I think i have
found pretty good tutorials for everything else i need but i need to find out
how to make an action on a button so that when i click on one it will take me
to the next page.
Example...I click on "Photos" ... more >>
Loading in additional movie clips
Posted by meeesta at 7/4/2004 7:04:27 AM
Hello.
I have a series of tiny movie clips that are loaded in a sequence into
duplicated movie clips, the sequence is loaded from a text file.
My problem is how do I make sure the text file has loaded and then make sure
the clips load in order... clip one has loaded, now load clip two, c... more >>
heirachy of empty clips
Posted by cowboy71 at 7/4/2004 6:43:41 AM
Ok gang,
I'm having a problem understanding the heiarchy of empty mc's within
eachother. I have my main stage and an empty movie clip which loads the
galleries when called upon. Now the gallery pages have buttons which are MC's
and and they load the main images into the gallery swf. Now t... more >>
Monitor end of music to call a get URL.
Posted by tommyt at 7/4/2004 5:16:57 AM
I need to write script to call another flash external movie with getURL at the
instant the music stops. The initial flash program gives a show on stage with
curtains opening and some acts on the stage, and after the show, the curtans
close and the stage remains in tact with no futher action on... more >>
LoadMovie with internal symbol?
Posted by Designers' Hub at 7/4/2004 2:02:03 AM
How do you use a command like the LoadMovie command to load a internal symbol
into a target area? I tired using the AttachMovie command up that loads the
symbol on top of everything, covering up the menu. I need it to be loadied into
a specific target area.
Can anyone help? I really need t... more >>
|