all groups > flash actionscript > august 2006 > threads for friday august 25
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
Unwanted HTML in Input Text
Posted by JPKinstle at 8/25/2006 9:20:00 PM
I'm working on an existing Flash document that has a button that contains an
input text field who var is set to descriptionInput. The following ActionScript
is attached to the button:
on (keypress "<Enter>")
{
if (descriptionInput == "girl looking")
{
gotoAndPlay("002... more >>
broadcastMessage inside Class, from within' onLoad
Posted by parkavedavinci at 8/25/2006 7:56:25 PM
I have a custom class, and within' that class I'm doing an XML load- I'd like
to broadcast to a custom Event for my class from within the _xml.onLoad
statement, however... its not letting me do so. I remember, sometimes, when
using an event inside a class, you have to create a reference to you... more >>
Action script and the slider bar
Posted by ramachan_97 at 8/25/2006 6:07:57 PM
Greetings to all the Flash Gods who are kind enough to read this?
I have a flash movie and it has a slider bar which Horz. Scrolls through some
images..
The issue is on the last image it slides all the way to the left where as I
would like it to stop dead on the image (no white space) I ... more >>
Flash 6 SWF crashes browser running Flash 9 plug-in
Posted by McDLT at 8/25/2006 5:19:34 PM
Here is the web site in question:
http://www.accurateimage.com/essrocvm/interface.html
It runs ok at first but when you click on the buttons at the top it will crash after a few
clicks. These buttons are sending out a call to the server and then loading XML.
This was developed and published ... more >>
dynamically creating variables inside of a loop
Posted by Christopher Hayes at 8/25/2006 3:57:26 PM
Flash 8, AS 2
Let's say i'm looping through an array and want to create variables from
elements in that array, like this:
for (var i:Number = 0; i < data_array; i++) {
// create a variable in the format team1Score = 5
this["team" + i + "Score"] = data_array[i][0];
}
Obviously, ... more >>
AS Stops working correctly
Posted by Nickels55 at 8/25/2006 3:50:16 PM
I am helping someone edit a template that they purchased. The original file had
6 buttons, and when you move over a button the buttons below it shift downward.
I figured out the code enough to add more buttons. Each button had to be named
a number in sequencial order (ex: 1,2,3,4....). Everyth... more >>
timer and action
Posted by _gary_ at 8/25/2006 2:29:21 PM
Currently I have the first set of AS below that closes a window by clicking on
a button. I would like to close the window automatically after 5 seconds have
elapsed from the time the window is opened, the Last set of AS that is below is
used to open the window. The middle set of AS is from a t... more >>
Loading an external swf
Posted by crabshell2k at 8/25/2006 1:47:29 PM
I'm trying to edit a disappearing developer's FLA where the link to an external
SWF is somehow broken. The button that triggers the SWF has the following
action tied to it:
on (release)
{
gotoAndPlay("collection")
}
There is no scene named "collection", only an external swf calle... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Export Movieclip as bitmap file
Posted by Melvin_Draco at 8/25/2006 1:05:14 PM
I need to export a movieclip containing shapes and bitmaps (with various
alphas, rotations etc) as a bitmap file, f.ex. the jpg format. Or .gif. The
only near solution uses GD with PHP... is it possible do it with .NET GDI+?
Thanks.
... more >>
make two events simultaniously
Posted by fooflash at 8/25/2006 11:58:34 AM
how can we handle two events simultaniously in flash ie:
this.onRollOver=function()
{
gotoAndplay(2);
}
this event is rollover of mouse, but i want it also on key press .
then what to do.... more >>
Control a movie clip with buttons outside of the symbol
Posted by pntfx4 at 8/25/2006 2:31:26 AM
I am trying to figure out a way to have a movie clip be controlled by buttons
outside of the movie clip symbol.
That is, picture two buttons (Button A and Button B) and a movie clip (labeled
Content) on the main timeline. The movie clip is comprised of 2 frames labeled
A and B, respective... more >>
How to make flash content which resize according to the broswer window
Posted by Sullan_1981 at 8/25/2006 12:00:00 AM
Hi gus,
I am doing a presentation now...but the problem i am facing is
cos of the size of the content....what i need is when the users resizes the
brower window, the flash content should also resize to fit in the window
without using scrollbars....u can take a look at the URL... more >>
How is this done?
Posted by Walloompoom at 8/25/2006 12:00:00 AM
How is this navigation done? I dont even know what to call it.
http://www.palass.fr/main.html
... more >>
AS 2.0 publish setting = long publish time
Posted by roadcrew at 8/25/2006 12:00:00 AM
Has anyone experienced unusually long publishing times when selecting "action
script 2.0" vs. "action script 1.0" in the publish settings? Once published the
swf plays and functions just fine. This seems to occur even if I remove all
coding from the film.
greetings
gary
... more >>
Input text path probs
Posted by Sterockicy at 8/25/2006 12:00:00 AM
ok i have an input text box where you type your name. then i have a dynamic
text box. the input text box is inside a mc. the input text box variable is
named name1 and the dymanic text that will recieve the text typed in the input
text is name2. what will the button i have made to exicute this... more >>
right click menu
Posted by jaanakapradeep at 8/25/2006 12:00:00 AM
hi every1,
could you pls tell me how to add a link on a when you are right click on a
flash player there is menu call security and about player in that how can i add
another links help me to do that thanx
... more >>
|