all groups > flash actionscript > december 2005 > threads for sunday december 4
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
Combobox inside a scrollpane
Posted by MrMattster at 12/4/2005 10:57:57 PM
I have a combobox inside a scrollpane towards the bottom of a longer movie
clip. I can scroll all the way down just fine, but because the combobox
started in the scrollpane outside the document borders it opens up instead of
down and screws up my z-order... anyone have any workarounds? Perha... more >>
Time and updates
Posted by jimmy_milk at 12/4/2005 8:51:14 PM
Hi there,
I want some code that contanly updates by the second to show tweens and other
items.
I have the code up to minutes but does anyone know what extra I have to put in
to count the seconds?
this is what I have so far:
onClipEvent (enterFrame) {
daynight = new Date();
... more >>
interactive map
Posted by Esha_K at 12/4/2005 7:15:22 PM
Hello everyone...
I am trying to create this interactive map application for one of my projects
and facing BIG problems.
I will be honest and let you guys know that I am NO expert at either
actionscript or XML, but doing this project so as to learn both of these.
Now my requirements ... more >>
creating post-it notes in flash
Posted by day13 at 12/4/2005 5:17:38 PM
hi -
i'm trying to build something to look like post-it notes in flash, where you
can type text into a text field that generates a draggable "post-it" on the
stage (containing that text). i'm fine with loading external text into MCs but
would appreciate help on how to pass on input text to... more >>
XML jpeg slideshow
Posted by amyinbrooklyn at 12/4/2005 3:48:53 PM
Ok, so I've tried for two weeks to figure this one out and I feel like the
answer is right on the tip of my tongue but I can't quite get there. Can anyone
tell me why my forward and back buttons are not progressing through the XML
document?
My XML is set up as such:
<wedding_pics>
<it... more >>
[FLMX04] PrintJob.orientation = "landscape";
Posted by Gallo_Teo at 12/4/2005 3:06:58 PM
Hi to all, does any one know why PrintJob.orientation = "landscape";
doesn't work?
how have i to use it??
thanks
Teo
... more >>
Swap Image Action Script Needed
Posted by astro_girl at 12/4/2005 2:35:05 PM
I am quite familiar with Flash MX and I cannot stand using swap images in
Fireworks or Dreamweaver, because each slice and hotspot is treated on
different layers than the actual jpg/gif layer itself. I am attempting to
create an online avatar program, Not the simple type, such as in yahoo!
... more >>
eval() - what does it return?
Posted by aa at 12/4/2005 1:58:31 PM
eval("name"+ i)._x returns a reference
eval(_root.x) returns a value (of variable x if it has been defined)
What is the theory behind this?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
passing parameter by reference
Posted by aa at 12/4/2005 1:45:18 PM
How can I pass a variable (type number) as a parameter to a function by
reference so that it can be modified from inside the function?
... more >>
load .asp file via .ass file
Posted by hanif_74 at 12/4/2005 1:09:26 PM
hi, I want to load a .asp file via external action script ( .ass file), but i
can't do it. when i load the .asp file via internal action script
(that means when i write actions for a movieclip in the main .fla scene), i
can do it. please tell me how I can load the.asp file when i want to use... more >>
Loading Help - please
Posted by melmedia at 12/4/2005 12:58:36 PM
I have a main interface movie that calls an external movie (intro_anim).
intro_anim has a scrubber and play/pause movieclip and a movie clip that
contains the actual animation. The problem is that the movie is quite large and
I want it to start playing after xframes or x% has downloaded. Inste... more >>
How to set a layer hidden or visible in flash 6.0
Posted by R.H.Bisschop at 12/4/2005 11:57:42 AM
Hi,
How can I set a layer hidden or visible with a button in flash (onClick)
Is this done with a fscommand, and if so do I need to adjust my HTML also?
on (release) {
fscommand("MM_showHideLayers('Layer1','','hide')");
}
An example would be more then welcome.
Regards,
Rick
... more >>
Problem with onClipEvent(keyDown)
Posted by behzad at 12/4/2005 8:21:47 AM
hello. ( sorry my english is not good)
i have an problem with onClipEvent(keyDown).
i have two swf file ( main file (main.swf) and external file (external.swf))
and load external swf in one MC in Main file. this worked fine.
the external swf fine contain one MC. I put this action for the MC... more >>
levels and buttons
Posted by boomtownUSA at 12/4/2005 7:20:21 AM
hello,
ive been using this great script i found on flashkit.com to add some smooth
transitions to my buttons,
i would like to apply it to other aspects of my flash sites.
as its currently set up.... i have a external swf loaded into _level3 of my
main .fla
ive added this script to... more >>
I'm making a PacMan game.
Posted by Barnak at 12/4/2005 7:00:30 AM
Okay guys I need your help. I'm doing this PacMan game in flash and I don't
know how to make the dots.
In every dot, there is this code:
onClipEvent(enterFrame){
....if(this.hitTest(_root.pacman)){
..........delete
....}
}
The problem is, there is A LOT of dots on the board. So... more >>
How to import classes
Posted by sampurtill at 12/4/2005 5:40:21 AM
Hi, I have all my class files in a com.sdpurtill.ClassName format. I am trying
to import a class in the same folder to one of my classes, but it gives me an
error every time. How am I supposed to import a class and let it work???
Sam
... more >>
how to make a form work like Microsoft Office outlook?
Posted by JohnnyRiver at 12/4/2005 1:41:34 AM
Hi ,everyone.
Forgive me for asking this tough question without providing any
specific details . In fact I am just a fresh learning actionscript and I still
don't know how to use the UI component to creat a form( ignore this question, I
will learn it myself )
For exampl... more >>
setInterval is crashed in circled movie
Posted by Bluekylin at 12/4/2005 1:25:32 AM
i found the setInterval is avaible for only one time.
could someone tell me why?
i'll send the file later.
... more >>
simple Tween help
Posted by pickle jar at 12/4/2005 12:49:57 AM
Hi all,
I have this code which draws a circle and then on press tweens its height and
width. It seems to tween from registration point 0,0 though so goes off to the
top left corner.
Is there any way I can make it tween in size from the CENTRE out or CENTRE
inwards?
Cheers all....SIm... more >>
Swf inside an swf
Posted by psykopath at 12/4/2005 12:09:16 AM
Im trying to insert an mp3player into the main part of a site.
I've done this using an empty movieclip and then using loadMovie to load the
external swf into it.
Theres two problems:
1. This being published for flash player 6, because thats what the main part
of the site has been done in. ... more >>
How to add a 'Store Locator' script, serach by zip code
Posted by ccesca at 12/4/2005 12:02:00 AM
Hi,
I have a flash movie, within which i want to add a script/form that the user
enters their zip code, and the flas movie returns the four nearest store
locatiosn to their zip code. i have no idea wher to begin with this, what types
of programs i will need to work with, whether there are ... more >>
|