?
is there still a problem or not?
i don't understand your last 2 postings...
Regards,
A.
Type: Posts; User: The_A
?
is there still a problem or not?
i don't understand your last 2 postings...
Regards,
A.
hey
take a look at the MovieClip - Class (start Flash, press F1, search vor MovieClip)
there you will find some intressting examples
take a close look at _rotate and addEventListener
there...
hey
check you path to the files...
usually that is the problem...
Regards,
A.
take a look at the setIntervall()-function within the adobe help files
there is all you need to achive this
Regards,
A.
Hey
create a counting - variable in the parent container, and add this lines at the movieclip you want to loop
var loopNum:Number = 3;
var counter:Number = _parent.counter;
if(counter <...
Adobe added a lot of power to the new CS3 Version. If you take a look what is implemented with the flash player 10....
The only disadvantage is, that the flashplayer is still singlethread.
The...
Hey,
this sounds strange....
what are the actions you do after the preloader is done? and what are you preloading?
Give us some more input about the structure of your site...
Regards,
A.
or, if you want the nerd-way:
Write your own components :twisted::twisted::twisted:
Regards,
A.
i didn't read the whole thread, just the last question,
you set this in the html when you embed the swf file
Regards,
A.
no, that won't make any big difference
maybe you should think about loading the images via XML, so you can change the xml and have new images, without editing the flash source
Regards,
A.
hey
take a look at this page
there are some tutorials, that will help you out
Hey,
just manipulate the _alpha - property to make a MC invisible
or you can use the visible - property too
type the word "MovieClip" into your script window, and press F1
this will show...
hey,
you have to manipulate the "_alpha" propperty of the movieclip which is holding your image(s).
That is all
Regards,
A.
yes, paul pointed you in the right direction
you just need to take a closer look at the Tween-Class within the Flash Help Files. There is some example code, that will help you to create this...
hey,
on a pretty quick view, your code seems to be ok so far...
besides one point
my_xml.onLoad = function(success) {
/* ADD A TRACE HERE TO SEE IF THE STUFF IS LOADED*/
trace("XML Data...
Hey Nick,
please try the search here in the forum, we habe already a few topics about sending an Email with Flash. I bet you will find the answer in one of those topics
Regards,
A.
Hey
remeber that the flashplayer is still a single thread programm.
If your animation is slowing down, take the framerate down (on which level do you have it?)
what about the stage size?
...
Give us some lines from your code, i would like to see what it's about with your script.
usually you don't have this kind of trouble....
Regards,
A.
hey
the easiest and maybe fastes way to get this done, is to create an swf, which is importing the video (using the Flash - Video - Components)
so you just need to tell your server wich swf file...
Hey,
when you use AS 3, you need to attach an EventListener to your MCs.
then you just need to define one function for your effect.
Keywords to look for in the AS 3 API (press F1 when Flash...