all groups > flash actionscript > july 2006 > threads for saturday july 1
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
Need some help with roll over buttons
Posted by SuperConfused at 7/1/2006 10:23:44 PM
I've imported a map from Illustrator and I want regions of it to light up when
rolled over. I spread the sections of the map to various layers, converted each
one to a button and now I've added this code to each one:
on (rollOver, rollOut) {
sangabriel.onRollOver = function() {
this._... more >>
How can i use the combobox to load a symbol from library
Posted by fanmap81 at 7/1/2006 6:50:01 PM
I want to use the combobox named myCombo to load different symbols onto the
stage according to whatever choice is selected. I got linkage ids on the
symbols in the library (symbol1,symbol2,symbol3), but im not sure where to go
from here. Can someone help me out?
... more >>
Flash PLayer
Posted by Smooth Skater at 7/1/2006 5:02:14 PM
I am building a Flash player. At this point I have created the graphic user
Interface, now I am looking for guidance with the actionScript. I have the
video titles in a list box on the left side of the video player. My question is
how do I tell flash to load this video when clicke upon.
ht... more >>
Working with FLVPlybk
Posted by flash_from_florida at 7/1/2006 2:55:38 PM
HI there,
I have a flash application, that play a FLV file(FLVPlybk component), it run
good but I need to get like bytesLoaded and bytesTotal the play position, the
reason is for customize in the fly for slow connections...
One more question, where can I see all properties and metods for... more >>
run a php script
Posted by jonnybennett at 7/1/2006 1:56:38 PM
Is there a way to run a script if the user closes the browser window, or hits
backspace?
I can do this with <body> tag supports an onUnload attribute, however I was
hoping flash may be able to do it, as I am trying to pass the username to the
script I want to run,therefore it be easier al... more >>
Loading Sound into Flash 8
Posted by Brides_Gothic at 7/1/2006 3:19:20 AM
i am a bit new to flash and i am having a bit of trouble here, i don't know if
this is the right spot of the forum to past it but there is no place just for
help :P.
well i am having a bit of difficulty loading a sound into flash, when i go to
import it to library, it comes up with an erro... more >>
Actionscript for movieclip onRollOver
Posted by wynterain at 7/1/2006 3:00:55 AM
I want to know how do I get the image that enlarges to cover the one that is
not enlarged onRollOver? The second movieclip doesn't cover the first on
rollover, how can I fix this issue? Please view example:
http://img187.imageshack.us/my.php?image=oralkisses6cn.swf
... more >>
load images without xml - possible?
Posted by GNOME at 7/1/2006 1:57:34 AM
Hi All,
I have an image gallery that pulls images from an external xml file.
That's great as long as the user knows that they have to save images in
a certain folder.
I was wondering if it's possible to have a load image button that will
open a Windows 'Open' window to allow the user to ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Array Name
Posted by NoNameNoPackDrill at 7/1/2006 12:00:00 AM
I'm struggling a bit again...
I want to derive the name of an existing array, by collecting together some
variables and concatinating them into a string which matches said name.
ie: the array is called _global.inl97 - as it is created when a movieClip is
loaded.
In my main line I hav... more >>
|