all groups > flash actionscript > june 2004 > threads for saturday june 26
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
Player in 100% quality on Full screen mode
Posted by naia007 at 6/26/2004 11:38:18 PM
I have developed a executable presentation on full screen mode, and I used fill
..jpg files, after I run the application, full screen works fine, but the player
scales up my photos making look horrible. Does some know how I keep full screen
mode and have the player show my work in 100% quality... more >>
apartamento casa =?ISO-8859-1?Q?vit=F3ria-es?= , guarapari-es , enseada azul
Posted by Imovel apartamento casa =?ISO-8859-1?Q?vit=F3ria-es?= guarapari-es enseada azul at 6/26/2004 11:24:49 PM
Temos vários imóveis a venda em Vitória-es (Espírito Santo) e Guarapari , na
Enseada Azul , Casas , apartamentos , imóveis na planta....
www.imoveisvitoria.com.br
Vitória-es , Guarapari-es , Enseada Azul.
... more >>
javascript
Posted by Kemo Sabe at 6/26/2004 11:03:05 PM
what i want to do is make a javascript tell my flash movie to go to a specific
frame and stop. the catch is i'm not real swift with javascript. to further
complicate things, i want it be an auto-executing script that is in a different
frame than my flash movie is in.
to help simplify things,... more >>
SharedOject help
Posted by reyco1 at 6/26/2004 10:40:11 PM
Hi guys,
I have a small desktop application in which users add items (both label and
data) to a ListBox component. How do I save the contents of a ListBox to a
shared object(s) so that it may be populated when the user comes back to the
application?
Regards,
Rey
... more >>
Key.isDown(0)
Posted by freez at 6/26/2004 9:58:19 PM
Hi,
I have a Button which should play the current scene backward, while the
mouse Button is pushed. I red, that "Key.isDown(0)" returns true if the
mouse Button is pushed. But I tried it and it doesn´t work. If I type
"trace(Key.getCode)" it displays "0". Why doesn´t work it? I work on an ... more >>
button action
Posted by The Trainer at 6/26/2004 9:21:06 PM
Using fireworks I created buttons that when moused over or clicked swap images
or text, works great but creates a fairly large file. My understanding is that
if the same thing is created in flash the file is much smaller....Question: How
can I create Lets say three buttons that when clicked sw... more >>
Dynamic JPG
Posted by only_loooser at 6/26/2004 8:33:55 PM
Hi all here is my problem
i have a dirctory contains some JPG files which represent Sponsors images
that are loaded using action script as an advertiesment for those sponsors
the sponsors number may change and so we may add or remove some pics
how can i make flash detect all the JPG files ... more >>
Help with a bit of action scripting
Posted by cpeachok at 6/26/2004 6:04:13 PM
ok so i used the scripting to make a car move the script is below
onClipEvent (enterFrame) {
// make the car go forward
if (Key.isDown(Key.UP)) {
speed += 1;
}
// make the car go backwards
if (Key.isDown(Key.DOWN)) {
speed -= 1;
}
// tells the car to slow down after th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unable to target Loaded SWFs into movieclip
Posted by snurg at 6/26/2004 5:05:33 PM
Hi, I am unable to load a SWF movie in the correct target
The scenario is:
1) I have a master movie clip with 2 empty movieclips for loading swfs
2) I am able to load a SWF (filmtext.swf) into my 1st empty movie clip
(text_mc) which contains a button
for loading another SWF (film.swf) i... more >>
Can't Copy and Paste Action Script?
Posted by TC5 at 6/26/2004 5:03:31 PM
It seem the Action Script window doesn't allow copy and paste of script? When I
try to copy code from one movie or document to the action script window of
another it just won't work. (or copying within the same movie for that matter)
Copy is available in the first document but when it comes to... more >>
Hittest against multiple movieclips
Posted by Some Random Name at 6/26/2004 4:44:38 PM
I have created a movieclip to represent a no go area and have duplicated it
throughout the scene. You move this other clip around with the keyboard and i
am using hittest to determine whether it goes over one of the nogo clips. The
problem is it only appears to ever work with 1 of the nogo mo... more >>
Adding eventlisteners to multiple combo boxes
Posted by Tmac at 6/26/2004 12:51:01 PM
I have three combo boxes in my application and I want when the user makes a
selection in each combo box, the selected value is displayed in each
corresponding textarea. (I hope this makes sense) Now what I believe I must
do is attach an eventListener to each combo box and either create an event
... more >>
Can someone help me with this?
Posted by Branching at 6/26/2004 8:11:20 AM
I am using the code below to trace 3 mc, so that when one goes to frame 2 the
others go to frame 1, the script works when the file is opened on its own, but
not when called into another swf. Must be something with the path. The swf has
a scrollPan where the MCs are in, and I am loading the swf... more >>
Dynamically load image in a MCs centre
Posted by Dallas at 6/26/2004 5:01:50 AM
I am dynamically loading images into a movie clip (MC), but as they load the
images load from the MCs registration point which is fine if you want the image
to load in the top left side of the MC.
What I would like to be able to dynamically change the registration point of
the image to the... more >>
Screens - Navigation Problems
Posted by jmattx at 6/26/2004 2:46:16 AM
Hi,
I am having a problem navigating between Screens in a presenation I am trying
to create. The problem is that I have created a movieclip that can allow a user
to jump to a different screen regardless of which screen they are currently on.
Now it works fine if you jump to a Slide that ha... more >>
variable substitution
Posted by sroberts1 at 6/26/2004 2:03:55 AM
I believe I need to simple type mcName[n]; to have Flash interpret this as mcName1. But I am not sure does anyone know where the best documentation on this is? (where n == 1)... more >>
Adding automatic backslash for Input Text & Enter
Posted by SDALW at 6/26/2004 1:45:01 AM
I am stuck on how to add a backslash. I want the uses to input 02172005, but I
want it to appear as 02/17/2005. I've tried to add a graphic below with "/ /
" in it, but the spacing won't match up. I know that I can disable the
backslash, but I don't know how to count the number of characte... more >>
How do I embed a font in a dynamic text field?
Posted by danoliv at 6/26/2004 12:54:34 AM
I want to create the word "Chevrolet" dynamically, but the result is a
screen-font (not an embedded smooth font). However, if I try to add the line
"myText.embedFonts = true;", the text disappears. Is it possible to display the
text dynamically using arial (or any other font) as an embedded fo... more >>
Context Menu - displaying text - HOW???
Posted by March4Revenge at 6/26/2004 12:14:34 AM
How does one get a custom context menu to just display new text so when you
right click it says like:
Settings
About Macromedia Flash
and
"Copyright 2004 My webpage"
What would be the code for this?
... more >>
|