all groups > flash actionscript > april 2005 > threads for saturday april 30
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
Flash/Javascript problem
Posted by Scott Filloon at 4/30/2005 5:42:26 PM
I'm having some browser problems with a Javascript issue communicating with
a Flash swf. It works with IE but not with Netscape. The embedded Flash
file does have the appropriate "ID tag" and "swLiveconnect=true" for
Netscape.
If there are any Flash users who are well versed with javascript,... more >>
Changing fps.
Posted by iameatingjam at 4/30/2005 12:00:00 AM
Hello, I was wondering if theres anyway to change the framerate during a movie? if there is pease tell me, I would be very gratfull ^^... more >>
Loading sounds in AS 2.0 and AS 1.0
Posted by pparto6 at 4/30/2005 12:00:00 AM
Hi all,
I use the code below to creat an inctance of sound object, load a mp3 file and
start to play it.
var mySound=new sound();
mySound.loadSound("somthing.mp3",true);
mySound.start();
The code above works good in AS 2.0 but in AS 1.0 does not respond or even
triggers an error.... more >>
Math
Posted by badmonkey91 at 4/30/2005 12:00:00 AM
Flash isn't giving me real values when using sine, cosine, ect. In basic you use # on variables, and I tired Math.abs( ), but didnt help. Any idea.why(?)... more >>
createEmptyMovieClip and instances
Posted by plasticonoband at 4/30/2005 12:00:00 AM
Is there a way to create and empty movie clip that loads a graphic symbol from
the library? I can only find instructions on how to load an external .swf file
or jpegs into and empty movie clip? Any information would help.
... more >>
My preloader does not work.. help!!!
Posted by Amcasperforu at 4/30/2005 12:00:00 AM
Greetings!
I have a question regarding preloading a swf file. It's quite different from
your tutorial though can't get what should I've done in this case. Here's what
I'm doing.
I have the main time line that controls all the preloding. In this main time
line, I have a window UI compon... more >>
Cursor help!!
Posted by evilvoid at 4/30/2005 12:00:00 AM
Hi I am trying to use a custom cusor on my site it all seems to work fine
except for when u right click the origonal cursor comes back and overlaps the
custom one is the any way to avoid this ?
The code im using is:
//
stop ();
Mouse.hide();
startDrag ("cursor_mc", true);
//
... more >>
TextField - avoid double line space
Posted by PEF at 4/30/2005 12:00:00 AM
Hey,
When inserting text to a TextField from a database the paragraphs are
interspaced with "double space":
This is a paragraph
This is another paragraph
... turns out like
This is a paragraph
This is another paragraph
How can I avoid this?
Thanks.
Peter
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Registration Point
Posted by xdeliriumx at 4/30/2005 12:00:00 AM
Okay, another question for everyone out there:
I am attempting to fake a registration point, but even with all the research
I've done, I can't quite make it work. Someone in this forum posted this code:
imageArray = ['i.jpg','j.jpg','k.jpg'];
createEmptyMovieClip('frame',1);
frame.cre... more >>
Buttons not working in the loaded movie
Posted by newbuggie at 4/30/2005 12:00:00 AM
Hi,
I am new to actionscript. I am now working on my first frash website. I have
created several separate .swf movie which will load to the main movie when
buttons are clicked. Although the moive was loaded properly, nothing happened
when I clicked the buttons inside it.
All the butto... more >>
Swift 3D
Posted by Colacola at 4/30/2005 12:00:00 AM
Hello Guys.
Can anybody tell me where can I get a free trial version of Swift 3D, from which websites, help me.... more >>
bug? glitch?
Posted by Coldwynn at 4/30/2005 12:00:00 AM
I don't know if this is a known bug, so I'm reporting it here for your comment.
The function pasted below is my (clumsy attempt) at filling in trailing zeroes
in converting a number (with an expected number of significant figures) to a
string. Notice that the number in the first trace - not ... more >>
Please help
Posted by deleriumspeck at 4/30/2005 12:00:00 AM
Hello guys!
I am a beginner in Flash and i need to know how can i play a swf movie from
another swf movie what is the command and the parameters.This is very important
to me,if you can help me i'd be very happy. deleriumspeck@yahoo.com if you
want to know more details
... more >>
Combo Box only accessible once
Posted by HGilbert/Teacher at 4/30/2005 12:00:00 AM
I have an action script that looks at year, month and day entries, some of
which may be chosen from Combo Boxes. The first time the script calls
month.getSelectedIndex() the correct index of a selected entry is returned.
Further calls return nothing (null string), whether the user has changed ... more >>
placement of scripts for scrolling
Posted by macron at 4/30/2005 12:00:00 AM
hi all,
i'm having trouble figuring out where to place a script for scrolling a movie
clip behind a mask. i know how to make a pair of buttons scroll a movie clip
up and down behind a mask if they're all on the main stage. but in this case,
both the buttons and the clip that i want to sc... more >>
myFunction.apply() issues... can anybody tell me what I'm doing wrong?
Posted by EricNY523 at 4/30/2005 12:00:00 AM
I'm using the Function.apply() method to send a dynamic number of arguments to
another function, and i'm running into much frustration.... it seems, whenever
I send an argument, it will trace the argument, but execute nothing else inside
the function, but... if the argument is Undefined, every... more >>
Odd loadMovie error
Posted by Robner at 4/30/2005 12:00:00 AM
Hello,
My main movie clip has a frame script in its _root timeline that loads an
external flash movie into an empty mc which is also on the _root timeline.
I have a button that is nested inside of a menu movie clip which is also on
the _root timeline, and has the following code:
... more >>
Button with geturl load automatically
Posted by Kryshya at 4/30/2005 12:00:00 AM
I edit a free web flash deploying menu to fit my web site. I have some problem
with action script.
On the first button, I try to put an action script geturl so when the user
click on it, it loads a webpage in a new window.
I select the button instance on the right keyframe and go to t... more >>
reading from different lines of the text file
Posted by soheil_07 at 4/30/2005 12:00:00 AM
Hi,
for some reason, I can only read variables which are on the first line of the
text file but I can't get the ones on the second line.
is there any way I can point out to the second line of text file?
I'd appreciate your help.
... more >>
Buttons problem
Posted by Tarvinder (IIL, Delhi) at 4/30/2005 12:00:00 AM
I have one flash movie which i have embeded inside a html pages. This flash
has four buttons in it and on clik on each button it takes to the
coressponding HTML page, but i want that when i click on button it should be
highlited in the coressponding HTML page page as every page has that flash
e... more >>
Effects on empty movies
Posted by borbolla at 4/30/2005 12:00:00 AM
Hi,
I'm trying to preload external swf files that contain only images (one image
per file), they are being inserted on a empty movie clip, but I need to make a
fade in and out to make them look nice, how could I make the effect since the
movie clip where they are being loaded is empty.
... more >>
How to make a flash animation
Posted by wildcatlax72 at 4/30/2005 12:00:00 AM
im totally fricken lost. i have no clue what to do. all i know how to do is
draw and move things around but how do i do the rest. can someone give me the
link to the tutorial for it or some how teach me.. please
... more >>
|