all groups > flash actionscript > june 2006 > threads for monday june 19
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
random without 0
Posted by hcinderela at 6/19/2006 11:39:37 PM
I am constructing a simple guess the number game. I need the computer to pick a number between 1 and 10. Currently I am using random (11) but that still includes 0. How can I exclude it?... more >>
onLeaveFrame
Posted by Jim Esteban at 6/19/2006 11:10:23 PM
There is an event for onEnterFrame. Is there an event for onExitFrame or onLeaveFrame or event on gotoanotherFrame?... more >>
comboBox with dataProvider
Posted by yarkehsiow at 6/19/2006 11:09:47 PM
hello,
i have a comboBox which is filled with info provided by dataProvider, eg:
ccbOne.dataProvider=["Penny","Nickel", "Dime"];
the problem is that "Penny" , when clicked does not produce the desired
effect... it only works after clicking one of the other items on the list.
is there a... more >>
Newb question about symbols
Posted by cosmicShame at 6/19/2006 10:49:57 PM
Hi, I am a programmer learning actionscript.. BTW sum1 pls shoot me.
Please answer this question and it will help me understand a lot more.
If I make text with the text tool and put it on the stage.
Then I convert the text area to a symbol and call it bob, eport it for
actionscript 2.0 a... more >>
loading a picture with a button
Posted by vonblonderbelt at 6/19/2006 10:42:03 PM
what's wrong with this code?
It is loading the correct picture, but it's not changing the color of the
button to grey, and it doesn't resize or reposition the picture the first time
i click on it. but it does resize and reposition if i click it twice.
on(release) {
loader_mc.loadMovi... more >>
Target frames w/in Graphics
Posted by clue<0 at 6/19/2006 9:22:37 PM
For the header of my video site, I want to institute a ratings guide that will
change depending on what video is being played.
I have used graphics before and swapped single frame #s within different
frames of my main timeline, but I have never attempted to dynamically do this.
Is it possi... more >>
Using the + symbol in XML
Posted by misterpatrick67 at 6/19/2006 8:49:29 PM
Hello all,
I am having a small problem with an external XML file. I can't seem to get the
+ symbol to work in XML files or in text files. OK, let me back up a second, I
know how to use the + symbol in the text file by encoding it with %2B, but I'd
like to find a way to make it easier for t... more >>
Dynamic Text With A Mask
Posted by sbryner at 6/19/2006 8:46:44 PM
Hey everyone,
I've created a dynamic scrolling text field so I can update the banner in
notepad.
I don't want it to scroll across the whole page so I created a layer mask
graphic box and attached the text to it.
The problem lies in that I can't view the text if it's dynamic and in a ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Screen center screwed up.
Posted by Combine C at 6/19/2006 7:32:38 PM
Hi, I'm trying to use full screen flash, and place my movieclips with
actionscript.
It's screwing up the screen center for some reason though, and I can't seem to
figure out why...
Here's the screwed up site:
http://www.combinecreative.com/test/mover.html
Here's the code that's on a... more >>
getBytesLoaded not a number
Posted by DrFrankenscript at 6/19/2006 7:27:32 PM
Dear flash guru's...is this a problem for a flash guru?
I have a multi load onEnterFrame that first loads 6 external SWFs, tracks
their
progress, executes the corresponding external SWF function then loads the
first page (external SWF home page), runs it's load sequence then waits for
... more >>
Function scope problem
Posted by I tried at 6/19/2006 6:37:55 PM
Hi all,
I am using a class-based system for all my actionscript, but am having
trouble getting the following code to work properly, and I am pretty certain it
is a scope issue.
public function
setNavButtons(prevStart:Number,prevEnd:Number,nextStart:Number,nextEnd:Number){
... more >>
exemple diaporam
Posted by Dave at 6/19/2006 6:16:58 PM
Hello,
I am looking for a simple diaporame in fla
thank you
... more >>
Drag variety of movie clips with one script
Posted by D. J. Faber at 6/19/2006 3:15:34 PM
Hello,
I am sure that this has been asked or answered before, but could not locate
the correct response.
Problem:
There are 20 movie clips loaded onto the stage through actionscript. I have 20
different onPress scripts to start the drag for each (which also contain custom
variable)... more >>
URGENT! problem loading .exe flash files from another flash file
Posted by marceloben at 6/19/2006 1:14:43 PM
I'm creating a presentation with a standalone .exe to be autorun on cd. I need
to open different files such as .exe flash files and powerpoint file from the
main file exe file, I'm using getURL command to open both kind of files and in
both cases there appears an alert box from windows asking ... more >>
setup online class room
Posted by jibysk at 6/19/2006 1:06:15 PM
Hi all,
Can I setup a swf file in browser which can setup online class
room, in that swf , we can chact and draw pictures and draw diagram so that the
person who is using anothet computer at some place can also intract with us in
the same way.
It would be great for me... more >>
displaying html pages in flash player
Posted by jibysk at 6/19/2006 12:53:42 PM
Hi all,
Can I display html pages in flash player, i mean swf. Plz help me if it can be done. Can I call html pages in flash (i mean in flash player no new window)
Thanks... more >>
Easing motion before it stops
Posted by TorIRislaa at 6/19/2006 11:32:45 AM
Hi, the code below acting when I move my cursor over a button
on (rollOver) {
this.onEnterFrame = function () {
this.filmstripe_mc._x += 5;
}
}
..and the code below acting when the cursor leaves the button.
on (rollOut) {
delete this.onEnterFrame;
}
Is there a way to redu... more >>
getURL from projector with FireFox
Posted by wallerdm at 6/19/2006 11:24:24 AM
Hi There,
I'm just having a few (simple) problems when trying to launch pages and files
from my Flash projector.
I'm wanting to launch local files (not online) from buttons in my projector
using code similar to the following:
on(release){
getURL("document.rtf","blank");
}
T... more >>
Hover caption help!
Posted by Brian at 6/19/2006 9:32:32 AM
I have hover captions in my movie and they have the following bug. They
work good most of the time. If I trigger them though, before all my
content is fully loaded(everything gets attached dynamically), then they
end up underneath other things. You can see what I am talking about
here: http:... more >>
Non streaming audio recorder
Posted by Mike1002 at 6/19/2006 4:23:08 AM
Hi there,
I'm a pretty new in a flash programming. All I need is to capture the
microphone and to record a voice on the local file.
I know how can I do that using a stream to the Flash Media Server, but the
storing local file seems to me a hard job.
Can you give me a hint?
Regards,
... more >>
CreateEmptyMovieclip
Posted by k-doggie at 6/19/2006 2:40:04 AM
Hi,
I'm trying to learn how to control where external images are displayed on my
timeline. I really want to use the createemptymovielcip method. It's easy to
load external images right on the root. But what if I wanted to load them into
a parent movieclip or behind that one, etc...so that... more >>
easy challenge
Posted by ekora at 6/19/2006 2:27:54 AM
Anyone know how to load an external swf into a new window AND have it skip to a specific frame?
Thanks in advance,
Mookymook
... more >>
beyond myself
Posted by _gary_ at 6/19/2006 2:00:13 AM
the following (at bottom), works great
BUT...
ideally I need the files which are currently jpgs, and will be swfs, to
fade in from 0 alpha to 100 alpha, the movie runs at 30 fps and I would like
the fade to be about 2/3 second (20 frames visually), I can do this with the
swf, but i would ... more >>
Array driven object constructor
Posted by rbf1787 at 6/19/2006 12:00:00 AM
Someone please help me, this IS my first post on this forum, but i've done
quite a bit of programming with other languages.
values used:
var xPos:Number=0;
var yPos:Number=0;
var boxMax:Number=20;
var boxSize:Number=60;
These are the objectives i'm hoping to complete:
- create ... more >>
Minimum player to watch video Component
Posted by dopppppio at 6/19/2006 12:00:00 AM
hi,
i have to give the minimun requirements to a customer to watch a video
contribute created using FLASH MX 2004, exported for player 7 in AS2.
To be sure which minimum version of Flash player 7 to use, i disinstalled my
plug in( 8), downloaded the old version of plug in (flashplayer7r63)..... more >>
on (rollOver)
Posted by TorIRislaa at 6/19/2006 12:00:00 AM
Hi I have the code below acting when I move my cursor over a button. It starts
the movement of a movie clip.
How can I stop the movement when the cursor leaves the button?
on (rollOver) {
this.onEnterFrame = function () {
this.filmstripe_mc._x += 5;
}
}
TIRislaa
... more >>
Charset
Posted by byenary at 6/19/2006 12:00:00 AM
Hello, im parsing xml's into flash, but sometimes these xmls contain characters like ? and are then displayed like a square or some other bizar character, anyway to prevent this.. ?... more >>
Flash speed not identical between IE & FlashPlayer ?
Posted by Mathieu MARCIACQ at 6/19/2006 12:00:00 AM
Hi!
I've a curious thing.
I've build a little test fla, timed to 30fps
I've put inside a small component to display the real fps.
When testing my fla under FlashPlayer or Flash editor, I get the 30fps.
But when testing under IE (or Firefox), It's go down to 23fps !!!!
Somebody has an idea ??... more >>
countdown
Posted by Dz(00) at 6/19/2006 12:00:00 AM
found countdowns which count days, hours, seconds - but are the
any which countdown to a specific date in just seconds?
cheers... more >>
|