all groups > flash actionscript > march 2005 > threads for saturday march 5
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
GDI+ in a Web Page
Posted by dev-jared NO[at]SPAM shaw.ca at 3/5/2005 11:46:18 PM
Hello to all.
I am in need of expert advice regarding a programming project I am
facing. I need to build a web based drawing tool that gives me the
ability to draw shapes, images, text, etc. based on (server side) data
driven co-ordinates.
The following technologies seem appealing:
Java: Jav... more >>
Minimize Projector
Posted by IwannaFlashU at 3/5/2005 11:29:36 PM
I am creating a projector application, utilizing full screen. I have an exit
button in the app that will close it out. Now I need to figure a way to
provide a minimize button so users can minimize the app without having to close
it. I know I could just turn off full screen and automatically... more >>
Programming a button of a loaded movie
Posted by FeInchausti at 3/5/2005 10:14:09 PM
Hi, I need to program a button so that it jumps from a loaded movie into the
main swf. I know this must be possible but can't figure out how to do it. The
button is called get_print_bt and I want it to go to a Frame Label called form
in the main swf and not its own swf. Can someone explain ... more >>
onMotionFinished Trouble
Posted by fourthdimension at 3/5/2005 9:43:10 PM
I am having trouble loading a movieclip and making it use one of the easing
transitions. The order I?d like things to go in is 1. Use licks on
?Gardener_btn? 2. This then makes the various tweens occur: tweenGardener2
tweenGardener tweenHunter ...etc This all works fine. 3.What I then wa... more >>
problem with increment
Posted by klanfa at 3/5/2005 9:38:11 PM
hi there,
i am trying to make a photo gallery in flash mx. i have for frames.
on my third frame i have this:
i applogise for this, but for some reason function to attach code is not
working with me so i will paste the script here !
code:
----------------
picAmount = 10;
picNum =... more >>
REMOTE_ADDR
Posted by noob123 at 3/5/2005 9:02:11 PM
I know i can do a <!--#echo var='REMOTE_ADDR' --> in a SHTML file to display a
user ip address but what is the equivalent command in flash. I looked through
all the commands i could find in flash MX and could not find anything. I then
tried to use a TXT file and use the IP=ip give a text fiels... more >>
how to start animation on rollover fro a movie?
Posted by beatricethecat at 3/5/2005 8:34:44 PM
Hi! I'm pretty new to flash and thought i new how to use a little action
scripting to make the first frame of this movie to stay stopped until i
rollover it, but i can't seem to make it work. www.jaggery.org/new2.html it
has many many of layers which i could make into groups i guess if that... more >>
"Exporting" variables?
Posted by Simon Jakobsson at 3/5/2005 8:12:26 PM
is it possible?
I have a stage (_root) and a movieclip(movie_mc).
if I create a variable(var someThing:Boolean = false) on framenumber 1 in
_root, is there a way to in for example refer to the variable in frame 10 of
"movie_mc".
For short I want to create a _global variable.
I know... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do you get Node Content
Posted by Rothrock at 3/5/2005 5:42:08 PM
I'm bringing in a catalog of clips and images using xml. The info is coming in
just fine, except one problem. I can't get the text in the <description>. If
there are html tags in the description text ? something I want ? they are
interpreted as additional nodes. I first thought I could just ... more >>
Preloading progress bar with external .jpg file?
Posted by juan gringo at 3/5/2005 5:16:53 PM
Can anybody tell me if is posible to use casual preloading progress bar
(_xscale property managed) while reading an external .jpg file? Or better said
if there is a way how to read the size of external .jpg (getBytesTotal
function)? ... I checked flashkit.com and stuff but I have not found any... more >>
Play again?
Posted by confusedAgain at 3/5/2005 5:14:58 PM
Hi. Im working on a 'game' with drag and drop mc's. When they are are dragged
to MC2, their properties are set to invisible. When all eight objects are
dragged to MC2, the movie jumps to keyframe2 where there is a play again
button. This all works fine. But when this button is pressed, I... more >>
Intro Pre-loader
Posted by Alliancepaintball at 3/5/2005 4:58:37 PM
OK. So I have gotten several different loading bars from flashkit, but I don't
understand how to get them to work. Where to I put my movie that I want
pre-loaded, and what code do I need to put along with it, and where do I put
that code?
I couldn't find any that really talked about this. ... more >>
Javascript to Flash listener
Posted by Macromedia at 3/5/2005 4:03:26 PM
Hello World
Is it possible to use a Flash Listener that will react to Javascript
changing the value of a variable in the Flash timeline.
If not what would be the recommended way of reacting to a change in a
timeline variable from Javascript (call to Javascript being made from an
unspecif... more >>
Wraping text to multiple textboxes
Posted by dstiner at 3/5/2005 4:03:12 PM
Does anyone here know how wrap the extra text that is not displayed in one
textbox to another? Like, the text you would normaly have to scroll down to see.
I'm try to get dynamic text to wrap to multiple pags in
http://www.quasimondo.com/archives/000352.php.
... more >>
Could not load WSDL
Posted by Dave Mennenoh at 3/5/2005 3:22:06 PM
I have an SWF that when run within the authoring environ, or from my local
drive works perfect. It connects to a web service and grabs a list of song
files, in XML format. Also, when viewed within Firefox locally it works
fine. When I upload it to my server and view it online it does not work,... more >>
Objects in MX 2004 Forms
Posted by SmileyBlue at 3/5/2005 1:33:55 PM
i have a form that has many fields ( TextInput and ComboBoxs)
the question is, how can i loop among the instances and gather the information
entered ( after hitting the submit button) and store them in array other than
calling each instance with its name?
what is the script (AS2.0) that can ... more >>
How to parse a string in actionscripts?
Posted by manish2 at 3/5/2005 1:29:58 PM
hi all,
I am new to actionscripts.
There's one textfile like following..
///////////
employee1name = "A";
employee1add = "NY";
employee1age = 25;
employee2name = "B";
employee2add = "NY";
employee2age = 30;
customer1Age = 21;
customer1name= "C"
//////////
Now i want to ... more >>
array prototype adds childnode to xml
Posted by Rothrock at 3/5/2005 1:17:59 PM
I needed something that would return the position of a value in an array. So I
wrote my own indexOf prototype. (attached below). But this changed how I was
able to work through my XML file. I was using a for(i in myXML.childNodes) to
work through the nodes in my xml, but adding the prototype ... more >>
Making layers visible/invisible
Posted by Z81 at 3/5/2005 1:12:34 PM
How can I make a layer invisible until mouse cursor's on it? I got a background
picture, so I just need to get the layer behind the background or something
like that.. I don't care what it takes. I believe someone could answer this
rather easy question.
... more >>
Help I am lost in navigation hell!
Posted by qualitycreator at 3/5/2005 9:36:39 AM
Can anyone help me? I found a template for a menu at an exchange site. It
was originally written in German. I was able to change the font and text, so
that the menu looks and works the way I want it to. The problem is setting the
code to the button to on (release) {getURL("http://www.blabla... more >>
stopping an "onEnterFrame" function?
Posted by sevnthsin at 3/5/2005 9:30:12 AM
what i have is a button that sets a variable and calls a function. The function
looks something like this:
this.clip_mc.onEnterFrame = function {
if(button) {
this.nextFrame();
}
so what happens is the button sets the variable of "button" to be true and
then that functi... more >>
please help me with mp3 player
Posted by klanfa at 3/5/2005 8:39:31 AM
hi all,
i am trying to make an mp3 player. so far done it all. but got stuck at very
important part of mp3 player.
i was wondering if you can please show me how to access mp3 file with slider !
What i want is to have one mp3 file ( once loaded, and stars playing ) with
this slider move b... more >>
<img> tag not working correctly
Posted by Leon Sooi at 3/5/2005 5:28:56 AM
I am using Flash 7.2. According to the Help, jpg images can be embeded in the
text field using the <img> tag. It also says that text automatically flows
around images you embed in text fields or components. However, when I use the
<img> tag, the image just 'sits' on top of the text. The text ... more >>
Music only plays if files are in parent library?
Posted by Rusherific at 3/5/2005 5:06:05 AM
I have several mp3's to play as soon as a master (parent) swf finishes loading
the main (child) swf. I obviously don't want to put the mp3s in the parent
movie or else that would defeat the purpose of the load sequence. But, for
some reason, even though all the script to load and play the mp... more >>
Setting Width of a MovieClip created using createMovieClipControl
Posted by echoboi at 3/5/2005 4:06:25 AM
Okay, I need to set the width and height of a MovieClip I create using createMovieClipControl. _width is a read-only property, so what do I do?... more >>
managing intervals created with setInterval
Posted by sneakyimp at 3/5/2005 1:57:14 AM
i have a lottery type game i'm working on. when someone enters their number, i
want to display one of about 6 scenes for 5 seconds, and then return to the
game.
the way i've accomplished this is pretty simple:
function myfunction() {
clearInterval(myInterval);
resetSwipeStatus()... more >>
Preloader
Posted by Frylock8586 at 3/5/2005 1:29:14 AM
I'm trying to get a pre-loader to work with a music player I made to play
sample music for a friends band. I have the music in the library and I can't
get the pre-loader to work without not exporting them in the first frame, and
even then the preloader doesn't even load until 85% of what's lef... more >>
Preloader for Screen-Based Document
Posted by jane-m at 3/5/2005 12:38:54 AM
Racking my brain trying to come up with just the right action scripting for
this procedure. I have a rather large screen-based slide presentation (the .fla
file is 50+mb) and am trying to figure out how to attach a preloader to it. The
only instruction I get from the user manual (FlashMX2004Pr... more >>
|