all groups > flash actionscript > january 2007 > threads for saturday january 20
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
interactive slideshow with JPGs
Posted by me at 1/20/2007 11:56:56 PM
Hi Flash experts,
I have to build a Flash project. The challenges are:
1. Preload 5 JPG images onto a movieclip container
2. Produce a slideshow which loads the 5 external JPGs
3. Autoplay and transition between pictures
4. Have 5 buttons to go straight to the relevant image on the slideshow ... more >>
Fullscreen button
Posted by tibor29 at 1/20/2007 8:57:58 PM
Please help me,
Does anyone know how to make a button on which you click on will make the window fullscreen? Like the windows maximize button.
Thanks... more >>
Scroll Bar actionScript
Posted by BigdaddyVELTRI at 1/20/2007 6:00:51 PM
For some reason the following scroll bar actionScript does not work when
published as actionScript 2.0. I really need it as 2.0 player 8.
Can someone take a look at the link below? Thanks.
http://www.ctvdesigns.com/scrollbar.zip
... more >>
Looping problem!!
Posted by Newbie1234 at 1/20/2007 6:00:37 PM
Within a movieclip, I have code that says something like this:
this.onEnterFrame = function(){
if (this is true and this is true{
gotoAndPlay ("play")
delete this.onEnterFrame;
}
}
This works fine. BUT when I add an else if statement within this function, t... more >>
duplicateMovieClip()
Posted by dbento at 1/20/2007 5:39:37 PM
I'm a newbie in flash.
I want to duplicate a movie clip that is in the library and not in the stage.
The movieclip has already an export to actionscript,
But what i want is when i duplicate the movieclip, instead of duplicate
appears immediatly in the stage, it stays in the library, waitin... more >>
How to create a blinking starfield with one mc
Posted by highlander_1 at 1/20/2007 5:16:30 PM
I have create one blinking star in a mc.
It?s moving in a circle and blinking and changing colors.
Now I want to create a starfield with blinking stars where every individual
star is moving in a different way.
The problem is, if I copy and past 100 of this mc with my blinking star in t... more >>
manipulate triangle
Posted by SuperKungFu at 1/20/2007 4:26:00 PM
For the past two days I have been searching google looking for a tutorial to do
the follow, but have not been able to find the right combination of search
words to get what I need. I was hoping someone here could point me to the right
direction.
What I want to do is have a triangle on the ... more >>
telltarget and movieclip
Posted by johk at 1/20/2007 12:14:32 PM
Hi,
I have used a TellTarget on a button to start playing a movieclip. Please see
code below.
Every time I move the mouse outside the "hit" area it stops playing the
movieclip. Are there a way to make the MC to continue playing independent of
where the mouse is?
Thanks
Jonas
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
quirky annoying
Posted by jagguy99 at 1/20/2007 11:11:59 AM
Hi,
I run this simple pogram in a c:\flash\image dir
where the mc and text is designed at authoring time.
You simple press the mc and text appear in the input textbox.
It works fine.
mc1.onPress = function () {
txt1.text="asas";
}
I create the same file and copy/paste the code in... more >>
Playing MMS Stream through Flash
Posted by Wesamsoftware at 1/20/2007 9:55:18 AM
Hello
i want to Playing MMS Stream through Flash , i have my own server and
streaming video / audio from it in the protcol MMS
as www.mysite.com:8080 and mms://www.mysite.com
how i playing the stream in the Flash ?? is this by action script ?
thanks
... more >>
Content Height Problem
Posted by Devendran at 1/20/2007 8:53:51 AM
Hi all,
Just now i faced a Crazy problem....
When The flash content height is Over than 4000 My content is not displayed
correctly ... Say for example, i am having a Strip with a Dynamic Text not more
than that... I am displaying something in the Strip dynamic text.... Well, i am
duplic... more >>
Prevent SWF from being decompiled back into FLA
Posted by Ng Jackie at 1/20/2007 8:26:42 AM
Some programs such as Sothink SWF Decompiler may be used to decompile the SWF
files back into FLA format. Even the ActionScirpt inside the SWF file can be
decompiled as well! No one can even tell the difference between the original
FLA file and the compiled FLA file! How can we do to prevent t... more >>
|