all groups > flash actionscript > june 2004 > threads for sunday june 27
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 drop down component
Posted by mistainfa at 6/27/2004 10:26:52 PM
I have a drop-down menu component in a movie that has names in it. I want the
names when clicked
to spawn a pop-up box the the bio of persons name being selected. Can someone
put together
a very simple fla showing me how the actionscripting would look.
Here is the site I'm working on, ro... more >>
xml menu with dynamic mc's not working properly
Posted by Valkyrie at 6/27/2004 9:42:24 PM
I hope someone here can help me figure this out, 'cause I've been working on it
for a solid week and can't find the issue. I have a menu that's populated by
XML that will need to go to three levels. When it's populated up to the
secondary level, it's mostly fine, but populating the tertiary ... more >>
combo box component help
Posted by simonfroude at 6/27/2004 8:24:23 PM
how do i tell which option of a combo box the user has selected, then perform
an action if it is a certain option?
at the moment i am using the code...
if (_root.timezoneapp.timezone.getSelectedIndex.data==option3) {
_root.feedback4 = "Correct";
_root.score++; }
else { _root.feedbac... more >>
html tags not showing the adresses
Posted by Pluda at 6/27/2004 7:14:09 PM
Hello,
I'm a litle confused whith this, why don't my html tags work as they should?
In spite of the email or web site, flash displays
"+nomes[0][18]++nomes[0][18]++nomes[0][18]+"... but the link is working...
Some help please,
_root.Detalhes.EmailEmpresa.htmlText += "<u><a
href='... more >>
Desperate for help with UI components
Posted by keith brickey at 6/27/2004 6:46:58 PM
I am able to make UI components work "as advertised" in a new Flash MX 2004
file, but for some reason they do not work at all in an existing flash
tutorial where I am attempting to add them. When I insert a UI component,
all I see is a blank rectangle where the component is supposed to be. Does
... more >>
Help with action when 3 movie clips have loaded
Posted by Dereenb at 6/27/2004 5:00:12 PM
In plain English I'd like to do the following:
When movie clip with instance name X and movie clip with instance name Y and
movie clip with instance name Z are loaded (I have buttons that when clicked
trigger movie clips to load), then go and play next scene.
For the life of me, I don't know... more >>
How to change BG color half way through.
Posted by a little ant at 6/27/2004 3:26:23 PM
Quick question please for anyone...
How can i change the background color half way through a movie please after
button press. It must be halfway into the movie because other content (with
alpha transparency) will already be loaded and playing and that can't be
interrupted.
For example ... more >>
Advanced programming problems
Posted by TheBimmer at 6/27/2004 12:23:07 PM
Hi...
1-) how can i rotate a text field which is dynamically created during run time ?!
2-) How do I add images to a combo box ?! I mean like icon images to each row .
Thanx for any help...... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
sharing data w/ windows app
Posted by Rooster60602 at 6/27/2004 12:17:46 PM
I'm using a Flash Projector as the UI for a windows app (FSCommands & Flash
Studio Pro as the wrapper), but need some way to share data between the Flash
part and a Windows component that operates independently. I can kick off an
..exe that creates forms, but need someway to tell flash when t... more >>
Possible to get size(h & w) of target swf?
Posted by msum1park at 6/27/2004 10:47:24 AM
I've no problem getting the bytesLoaded and bytesTotal of an external movie
clip or jpeg.
But I can't get the width and height of the external file. I used the
bandwidth profiler to test my movie and noticed that when my target loads, the
height and width display are 0.
How do I read t... more >>
Classes in same package
Posted by coreydalejohnson NO[at]SPAM yahoo.com at 6/27/2004 10:10:58 AM
I have two classes
A.as...
class com.test.A
{
var b:com.test.B;
}
and B.as...
class com.test.B
{
}
When I try and compile A I get this error though...
**Error** C:\Corey - Flash\Console\source\com\test\A.as: Line 3: The
class 'com.test.B' could not be loaded.
var b:com... more >>
removeMovieClip problem
Posted by Mniss at 6/27/2004 8:43:53 AM
If anyone can solve this Flash 2004 problem I'd be very grateful.... I am up
against a deadline with this, and I am really stuck!
I am defining a component that makes a movie clip from the library appear
when you roll over it. This works. I use attachMovie and give it a unique
name made ... more >>
Can you have a look at this? (attachment)
Posted by Branching at 6/27/2004 5:52:02 AM
path problem at line9
... more >>
change mouse position?
Posted by andros at 6/27/2004 4:29:06 AM
Is it possible to change the position of the mouse with actionscript?... more >>
Actionscript in new scenes
Posted by ewalter at 6/27/2004 2:13:19 AM
I'm a beginning user and am having difficulty with actionscripting in a scene.
It's a pretty basic site so far: I have a home 'scene' with buttons that
navigate to other scenes, or pages, in the file - "Products" and "Services" -
that kind of thing. I can successfully navigate to another sc... more >>
|