all groups > flash actionscript > october 2005 > threads for sunday october 23
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
hit test and attach movie clip problems
Posted by blah1771 at 10/23/2005 11:41:32 PM
first, im trying to make a movie where when you press a space it creates a
movie clip at a place but all of my previous attempts with attach movie clip
have failed, im using flash 5. also a frequent problem i have is that when i
use hittests it detects the hittest by the bounding box and not t... more >>
iframes IN a flash movie
Posted by Reggie Bliss at 10/23/2005 8:44:41 PM
is there a way to use iframes WITHIN a flash movie that calls an
external web page?... more >>
If no jpg set _visible to false
Posted by Fel_911 at 10/23/2005 6:43:24 PM
Hi !
I load a jpg in a mc using loadmovie.
I was wondering... If there is a way to tell flash something like "If file not
found... set this._visible to false" ??
If there is no way to acheive this, tell me too !
Thx !!
... more >>
Colors in List componentt?
Posted by Richard Ragon at 10/23/2005 1:42:00 PM
Is there a way to color different items placed in the list component?
Thanks
-Richard... more >>
update global variable from text input
Posted by PTstudy at 10/23/2005 11:44:07 AM
I want a variable to be available globally, so tried to declare a global
variable (with ?? value) and use a text input box to update the variable. That
isn?t working. How do I make a user?s response available across all timelines
and scope?:frown;
... more >>
BUG: passing float type Numbers to the function by value
Posted by Derils at 10/23/2005 10:48:27 AM
Hello,
my freand sent me his fla complaining that his program fail to work.
by analyzing the sourse ifound bug in flash.
if you try to pass real type number to the function after some time flash
makes little error.
this error is little enough now show itself.. but error ruins all lo... more >>
page generated by an ASP page inside a Flash movie???
Posted by John Doe at 10/23/2005 12:46:47 AM
hi:
is it possible to include in a Flash movie, i.e., to view inside it, the
result page generated by an ASP page. that generated page has a form (a
kind of calendar) that when you submit opens a new window with the results
the client doesn't want pop-up windows but i see it rather difficu... more >>
Changing Alpha
Posted by TruLine at 10/23/2005 12:00:00 AM
I need to programmatically change one pixel's alpha to 0 on a movie clip mouse
event.
How do I target said MC, and how do I change that one pixel's alpha to 0??
And, if possible, if you then zoom in on said MC, will that one pixel stay one
or will in widen with the over all increase in M... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
LoadMovie
Posted by joaomello.net at 10/23/2005 12:00:00 AM
When I do a loadMovie I have a problem.... see:
mc.loadMovie("image.jpg");
mc._width = 90;
but, when I do this, can't see the mc!
Can you help me?... more >>
Sound file
Posted by TruLine at 10/23/2005 12:00:00 AM
Hello again...
This time, I'm wondering how you go about cutting a sound file length in half??... more >>
_xscale and _width differences
Posted by anonymusflasher at 10/23/2005 12:00:00 AM
I've been using _xscale and _width for a while now, and it seems like these two properties do exactly the same thing to the movieclips! What's the difference? Which one should I use?... more >>
Format a Column in DataGrid
Posted by I3 at 10/23/2005 12:00:00 AM
Ok,
I'll simplify this.
A remoting call executes. The results are fed raw into a DataHolder component
in the result function.
----
this.myDataHolder.dataProvider = re.result
The DataGrid is populated via the same type of logic.
---
this.myDataGrid.dataProvider = this.myDataHold... more >>
ActionScript 1 to 2
Posted by Sapient at 10/23/2005 12:00:00 AM
This is probably a very simple question, none-the-less I am having difficulty
going from ActionScript 1 to 2 with the below statement.
This works great in 1 but fails in 2.
/movie1/movie2:runtext = eval("line" add i);
delay2 = int(delay);
... more >>
|