all groups > flash actionscript > july 2006 > threads for monday july 24
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
Huge lagging problem
Posted by gregmax17 at 7/24/2006 11:51:45 PM
I am loading an external .swf file onto my stage. This is the script I am using:
createEmptyMovieClip("village_holder", 1);
village_holder.loadMovie(url, 0);
onEnterFrame = function() {
var bytes_loaded = village_holder.getBytesLoaded();
var bytes_total = village_holder.getByte... more >>
Getting old versions of the Flash Player
Posted by sampurtill at 7/24/2006 9:22:29 PM
I need to get Flash Player 7 somehow to test out a website... Is there anyway I can switch from Flash 9 to Flash 7 somehow? It's a pain!... more >>
_level
Posted by bebef at 7/24/2006 9:01:09 PM
can anybody tell me please why is important this function ?
Can anybody give me a good exemple ? except all from flash help. Something much better. Thanks... more >>
Code for printing swf
Posted by ski_geek at 7/24/2006 7:46:06 PM
I am looking for code to print the several frames of an swf with one button
click. Does anyone have any code for this? If I have labels and use #p on a
label layer will it mess up calling my other labels?
Many thanks in advance!
... more >>
Dear Lord, Flash is stupid...please help me!
Posted by Thatnickname at 7/24/2006 7:20:54 PM
Ok originally, I have this:
1. on (release) {
2. _root.current = 104;
3. if(this==_level0.nav.contenus.nav.style.sub){
4. this.container2.contenant.output.text = eval("_root.smenu"+1+"texte");
5. }
6. }
which loads a text into "output". It works great. Now I hav... more >>
action script resources
Posted by ethemSelam at 7/24/2006 7:09:45 PM
action scripting... more >>
LoadVars??????? but how???
Posted by Magic Maker at 7/24/2006 7:02:14 PM
I am making a movie that allows the user to start a VoIP call from my website
and have the basic functions working. The user enters their number into a text
field and then this data gets passed to a PHP page on my VoIP provider's site
to initiate the call.
What I want however, is to have t... more >>
need attachMovie to load dynamic text based on comboBox status
Posted by xena.vando at 7/24/2006 6:34:55 PM
:beer;
I am evaluating Flash now, just had this for a couple weeks and deciding if
this is too complicated or not. After a couple days...I can't figure out how
to pass the status of the combo box to the dynamic text boxes using attachMovie
or pass variables. . I think I grabbed
this te... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FLV Preloader? (k)
Posted by W. Kirk Lutz at 7/24/2006 6:13:13 PM
I just started using FLV in flash. I have my FLVs linked successfully,
but the overall flash document loads very fast but when the button is
clicked to show one of the FLVs, the user is greeted with a white screen
while the FLV loads. I want to do a FLV loader. Have no idea how to go
about t... more >>
Function call from inside an onEnterFrame action
Posted by CogDev at 7/24/2006 5:42:21 PM
I have a class file called MonsterGame. Inside of it, one of the methods called
"queueAnim" creates an onEnterFrame function to wait till the current movie is
done playing before making the next one visible.
That works just fine, but I have certain conditions set up so that the
function Ma... more >>
embed movie controls
Posted by chriskeeler2 at 7/24/2006 4:48:50 PM
I have a Flash site that imports HTML copy from external text files. On one of
the pages, I would like to list some clickable links to show some video clips.
How do I get the swf to know that a certain link should start playing a movie
clip, and display said clip onto a spot on the stage?
... more >>
Re: Cross Fade Images
Posted by kypsul at 7/24/2006 3:50:22 PM
Hey Guys,
I want to accomplish the same cross fade that you have put together in this
topic. However, I want to be able to call the images dynamically into multiple
movie clips. In other words I have mc_Mov1, mc_Mov2, mc_Mov3, mc_Mov4, mc_Mov5,
mc_Mov6, mc_Mov7, mc_Mov8, mc_Mov9, and each ... more >>
To put symbol in Array
Posted by Mark?ta at 7/24/2006 3:01:36 PM
I try to put in Array this: "." symbol in Actionscript.
I have Number : 1222333, by after I have put him in Array.
For example: I have see 1.222.333 humans.
I need to see 1.222.333.
Can you help me, please?
... more >>
flash button
Posted by phyrron at 7/24/2006 2:31:14 PM
my question is about flash buttons, i have designed button so that when the
mouse is over it, button fades in, but when mouse is of it directly goes to
first stage.
what i want to know is how can i make the button so that it fades in when the
mouse over(i have made that part), and fades out ... more >>
want to devlop game
Posted by Gaurav Chhabra at 7/24/2006 2:04:03 PM
Hi !
I am a non-programmer & wants to make game like this
http://www.stickcricket.com/pepsi.php
could somebody guide me doing this.
some sites or refrels or personal mails refreing to how these types of games
are made & what i am expected to learn.
& most imp. how much time is going ... more >>
_root
Posted by bebef at 7/24/2006 1:53:58 PM
Have a problem which i do not anderstand. I have a movie called "bebe" and a
buton. In one of my .fla file, the buton makes the conection with the movie
clip, and send me to frame 2. In another .fla file, it is the same code, with
different movie, but is not working. Why that ? In one is worki... more >>
fla test movie does not work in flash 8 but does in flash 6
Posted by izm067 at 7/24/2006 1:42:37 PM
I have an swf movie for flash 6. I am using flash 8 to load movies. When I
load the flash 6 movie it will not play. When I publish the flash 6 fla with
action script 1.0 as flash 8 with either action script 1.0 or 2.0 and test the
movie I just get a background. I do not see any messages in... more >>
Animation slow in IE, FF normal
Posted by strife.dk at 7/24/2006 1:42:20 PM
On the following site I have a dynamic menu and mp3player, which animates in
and out.
In FF everthing is fine, but in IE the animation is very slow.
What is causing the problem, and how can I fix it?
http://mini2.mcbtest.dk
Nevermind the design or content, it's just a template test.
... more >>
getBytesLoaded() gets bigger than total size report
Posted by al13 at 7/24/2006 12:35:34 PM
I'm trying to program a preloader that uses fixed byte values for measuring how
far the loading has proceeded.
To determine the sizes of single frames, I sum up the values in the size
report.
My problem: when downloading (live as well as in the Flash environment
w/simulated download) the ... more >>
how to generate image from swf
Posted by srinivasarao at 7/24/2006 12:20:20 PM
hi,
how to generate swf to image, i just want to crete entire swf as image ... more >>
Basic question about Actionscript and symbols
Posted by eric76 at 7/24/2006 10:28:24 AM
I like the object oriented features of actionscript (2.0). One thing confuses
me tho, namely the combination of symbol classes and constructors. Since
symbols can't be instanciated by new(), but rather with attachMovie(), it seems
to me that there is no use of constructors for symbols. Instead... more >>
Why ? font webdings can't display in Text input ?
Posted by dinhcuong at 7/24/2006 7:08:56 AM
set font for Input Text is webdings, why when type character in Input Text . it is not same font webdings of microsoft word ?... more >>
accessing variables from one layer.
Posted by neha_1808 at 7/24/2006 6:31:43 AM
Hi all,
I am new to falsh so please help. I have defined some variable at one layer
say click origin and destination and i want to access that varibale on click
event of a button.
how to access that variable on another layer.
Thanks in advance.
... more >>
accessing variables from one layer.
Posted by neha_1808 at 7/24/2006 6:30:56 AM
Hi all,
I am new to falsh so please help. I have defined some variable at one layer
say click origin and destination and i want to access that varibale on click
event of a button.
how to access that variable on another layer.
Thanks in advance.
... more >>
Give me a list of reasons
Posted by gregmax17 at 7/24/2006 4:50:39 AM
Alright, here is my headache: Why does Flash run into an actionscript error
that causes Flash to run slowly? I am sure there are LOTS of reasons, but give
me the more common reason(s). Also to point out, it gives me this error about
half the time. In another words, it runs and works perfectly ... more >>
disable code
Posted by flashfloozie at 7/24/2006 4:38:52 AM
I've add the following code to pause a looping movie on a page with video,
after 2 minutes of no mouse movement it loops back to frame 1. but with still
no mouse movement by the time it gets back to the video frame it just skips it
the video frame and goes back to frame 1. I need it to wait ... more >>
Help Sending Input Text In Email Form
Posted by cj911 at 7/24/2006 1:22:46 AM
I have 3 fields of input text labeled (variable name):
Your name: (t1)
Email: (t2)
Comments: (t3)
I would like to send them using a cgi script on my host server. However, I do
not have a cgi script nor do I know which one would best fit this application.
Can anyone direct me to a rel... more >>
|