all groups > flash actionscript > december 2005 > threads for saturday december 17
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
Movies that weren't meant to work together...
Posted by bnailWedge at 12/17/2005 11:19:35 PM
This one is a bit complicated to explain, but here it goes.
The setup:
I am building a portfolio site to house all of my Flash work from the last
seven years. Much of this work consists of Flash sites that load in their own
movies and files; thus resulting in a lot of work spanning a lot ... more >>
Help with if statement please
Posted by Chris Goodiel at 12/17/2005 11:15:27 PM
Here is the code I used :
this.mcAlphaPopUp.mcAlphaSelect.onRelease = function():Void {
if(OrbiterA == true){
gotoAndPlay("launchdate");
tRocket.removeTextField();
}
else if(OrbiterB == true){
addWindowPassFail("RocketFailOne");
}
else if(OrbiterC == true){
addW... more >>
Email Form
Posted by DarkAngel at 12/17/2005 10:59:48 PM
Can anyone help me out with a simple question. I have a regular website and one
of my pages I have a Email Form connected to a PHP Script. So If I press on the
Send Button nothing get to my email, but If I create a simple Email Form on a
Website and use the same PHP Script everything works.
... more >>
Movieclip : gotoAndStop depending on mouse position
Posted by addicted ta mx at 12/17/2005 10:49:07 PM
OK, i need help getting my MC's timeline to go to a certain frame when my
mousepointer is at a certain part( x Axis) on the stage(main timeline)...
The top-left corner of the stage is 0,0 and my stage set-up is at 400 high
and 600 wide....
When the mousepointer is inbetween 0 and... more >>
How do I change a variable on button click?
Posted by Chris Goodiel at 12/17/2005 7:51:05 PM
I need to change a variable or add to an array on the release of a button. But the button is nested and not on the main timeline. Any suggestions?... more >>
create a separate <param>
Posted by John Taylor-Johnston at 12/17/2005 7:50:04 PM
I can make this work in my first frame
<PARAM NAME=movie VALUE="mp3player4.swf?src=taxi.mp3">
But I would like to create a separate <param>
<PARAM NAME=movie VALUE="mp3player4.swf">
<PARAM NAME=src VALUE="taxi.mp3">
How do I do this?
John
//src= "/test/NotCanadian.mp3";
s = new... more >>
Random sounds
Posted by eminthepooh at 12/17/2005 7:08:21 PM
I have 4 sound bits in my library and im tryin to make it so that everytime the
flash loads, a random one of the sounds will play, end, and stop. Then if i
reload the flash, i get a different random sound bit. Anyone know how the code
for that would be?
... more >>
Is it possible to apply an alpha to dynamic text with actionscript?
Posted by Michael Gioffredi at 12/17/2005 6:28:49 PM
Is it possible to apply an alpha to dynamic text with actionscript? Saying my_txt._alpha = 50 or my_mc._alpha = 50, in which a dynamic text field resides, does not work.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Removing a MovieClip.onPress handler
Posted by Michael Gioffredi at 12/17/2005 5:25:26 PM
Is it possible to remove a MovieClip.onPress handler? For example, after I
attach the following code to a movie clip:
my_mc.onPress = function () {
trace ("onPress called");
}
How would I make it so it no longer traces when pressed, and no hand shows up
when rolled over?
... more >>
createEmptyMovieClip
Posted by stepsi at 12/17/2005 4:40:19 PM
Hi,
I use createEmptyMovieClip("square", 1) and I build a square inside with
actionScript.
and after I'd like to rotate the clip with square._rotation
But the center point is at the top-left corner of the square, how can I
re-assign with actionScript the center point of the movie ?
... more >>
smoothing external bitmaps in flash8 when resized
Posted by steve_kent at 12/17/2005 3:41:36 PM
How can i smooth external bitmap loaded with loadMovie() and then resized? this
is not work only in flash 8. with previous versions i am used _quality="best" ,
but in flash 8 this parameter doesn't help.
... more >>
How to open little browser window...
Posted by TonyJJ at 12/17/2005 3:26:46 PM
Hi there!
I have a little question.
How do I do to open a small browser window from flash. The browser window has
only the title and body. There's no scroll bars, not resizable, not
maximizable, only static size to show a msg like "well done your data has been
sent".
Can you help m... more >>
get rid of the "Settings" and "About" items
Posted by Macromedia santosh at 12/17/2005 2:53:48 PM
how i can get rid of the "Settings" and "About" items:heart.
with help of hideBuiltInItems() i can hide other right click menu items. but
still 2 default itms are there.
i can add customised customItems.push. but i want only my custom items on
right click. pls suggest for same.
pls h... more >>
Streaming MP3 playback progress
Posted by Aydee at 12/17/2005 9:28:51 AM
Guys and girls,
Im currently developing a streaming mp3 player. Everything is working fine
apart from the playback progress bar. I was using
progress_mc.onEnterFrame = function() {
var soundPosition:Number = eotwSong.position;
var soundDuration:Number = eotwSong.duration;
var prog... more >>
Hide Paly & Pause Buttona
Posted by jtjohnst at 12/17/2005 8:56:16 AM
Newbie time :) I'm learning how to play a mp3 in a self-made swf console.
On a 100 x 100 px scene at Frame 1, I have overlapped my play and pause
buttons.
I want to to hide the PlayButton as soon as it plays, until someone clicks on
the pause button,
in which case the pause button pl... more >>
Line Segments
Posted by FlashIsTheCoolest123 at 12/17/2005 2:28:32 AM
Is there any way in Action Script to tell a certain object to follow a line segment?... more >>
|