all groups > flash actionscript > november 2006 > threads for saturday november 11
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
action script problem
Posted by calmchess333 at 11/11/2006 9:16:11 PM
I have a list box with user names recorded in it..what i'd like to know is how
to write a function so that if a user name dissapears from the list box then
flash takes a specific action, such as printing "a user has left the room" in a
seperate dynamic text box .
will you please tell me ho... more >>
Editing a library symbol from ActionScript
Posted by Bob Pierce at 11/11/2006 8:33:27 PM
In the authoring environment I can edit a library symbol and all on-stage
instances based upon it reflect the changes. How can I do the same thing in
ActionScript? There seems to be no way to address a library symbol.
... more >>
tweening more than one property at a time
Posted by stephan.k at 11/11/2006 6:55:14 PM
Dear Forum
I'm trying to find out how to efficiently scale both xscale and yscale with
one tween instance. Is that possible?
I'm picturing something like this:
scTween:Tween = new Tween(targetClip, {"_xscale","_yscale"}, Regular.easeOut,
0, _targetScale, 0.5, true);
Any insight ... more >>
chosing browser window size
Posted by Tilly3434 at 11/11/2006 4:29:08 PM
hey i set up a site in flash and i have a button loading a .swf file to open in
a new window. but i want to resize that window when it opens so it isnt a full
browser window. it only has a few links on it you can click to download and i
dont want it take up the whole screen.
any suggestion... more >>
loading external swf
Posted by lou_games at 11/11/2006 4:12:55 PM
Hi,
I'm working on a project which loads external swf's from the same directory as
the projector. In most cases the file is loaded, but it appears to not load on
random occasions, especially when run on a slow machine.
this is one example i am using for loading. I load several movies throu... more >>
Mouse fellow
Posted by sehproduct at 11/11/2006 3:56:38 PM
Hello,
i'm begining to work with Flash Professional 8 and i have a problem. Pershaps
somebody can help.
I want that when anybody comes to my site the mouse pointer change to another
form and it follow the mouse while the background (there ist two same picture
but one in color, the other in... more >>
Passing parameters to an event handler
Posted by landar at 11/11/2006 3:30:02 PM
I am successfully using event handlers to respond to user inputs(mouse click,
enter key, etc.)
The handler can also use the event objects parameters to perform operations
based on who called the function. An example of this is the target._name, which
is apparently passed when the event occ... more >>
list.removeItemAt() problem
Posted by martijn dot oldenburg at gmail dot com at 11/11/2006 3:23:43 PM
Also posted this in macromedia.flash that was by accident:
Hi, I am having problems with the code below.
I have a list (fileListBox) with selected files. I want to delete an
arbitrary number of files selected in the list. When the delete button
is clicked the eventhandler below gets activate... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
fade with the encoder?
Posted by lammspillning at 11/11/2006 2:25:53 AM
Hi!
I can't seem to understand if its possible to create an fade in/out
when I create a .flv movie using the media encoder.
Does anyone know if its possible or how to do it?
is it possible to do it with the sound aswell?
... more >>
Show a name from a input text in a dynamic text field
Posted by IndioDoido at 11/11/2006 12:00:00 AM
Hi,
I'm creating a interactive cd in flash for a college project.
I want to have a input text field at the begining of the cd, for the user to
insert its name, so that it can be showen in some sections of the cd.
Can anyone help me?
... more >>
How to open a specific file in projector.
Posted by opopppppopop at 11/11/2006 12:00:00 AM
Hi to all
can any body tells me that how to open a specific file in projector with an
application not in browser????
and also want to add a button in my swf to mute the sound just like in intros
with fade in and out effect.
its urgent....
Thanks in advance :smile;
... more >>
Sound but no video with Netstream from button
Posted by Brenton07 at 11/11/2006 12:00:00 AM
I've searched around, and can't seem to find what's wrong here. I'm working a
project that has an interface that will have a scroll pane that is dynamically
updated. User can click on any of the thumbnails (buttons) in the pane to load
a video in a video component.
Right now, I have thumb... more >>
Flash and Frameset navigation
Posted by Dsotm at 11/11/2006 12:00:00 AM
I have read the other threads in this regard, implemented the recommended
changes but cannot get a flash button to open a new page in a named frame.
I am publishing for FP 8 and have FP 9 installed
The Script folder is loaded to the server
My frames are Upper, Nav and Area with the button ... more >>
Flash with frames
Posted by BryanThomas at 11/11/2006 12:00:00 AM
I read a Flash with Frames tutorial and got what i wanted to do, but soon
realized there was a problem. The code used only works with Actionscript 1.0.
The code is: getURL("page.html","kirupa"); where kirupa is the frame name. In
actionscript 2.0, this page opens in a new window. I'm guessing ... more >>
|