all groups > flash actionscript > november 2006 > threads for sunday november 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
Loadings filenames from a folder
Posted by fatti2 at 11/19/2006 10:31:12 PM
How would I go about loading filenames from a folder into a list box?
Thanks in advance.... more >>
Load Function
Posted by ^}{yPeR^ at 11/19/2006 7:20:13 PM
Hi,
How would I load this function from my Graphic Function.As file into the main
root
function displayDynamicGraphic (instanceName,xcoord,ycoord, path )
{
var nextDepth:Number=this.getNextHighestDepth();
_root.createEmptyMovieClip(instanceName,nextDepth)
target._x=xcoord;
t... more >>
Using variables in paths to objects
Posted by Cetrez at 11/19/2006 7:13:32 PM
Hi
I'm wondering how I can use a string in a declared variable for a path to an
object. Here's an example:
On the press of a button a variable is declared:
_root.nextsection = "news";
And later on I want to use the string "news" in a path, like this (on a frame
action):
i... more >>
Dynamic Images Won't Load
Posted by dpaultaylor at 11/19/2006 6:24:03 PM
Hi, I had my dynamic images loading fine locally and on the web but then I made
some changes to the graphics and reuploaded everything now my dynamic images do
not load but it still works locally! Any ideas please?
... more >>
How can I stop streaming of a sound?
Posted by milkrice at 11/19/2006 6:03:30 PM
Hello,
after asking in another Forum without getting an answer, I'm now posting here:
I have a Sound var and some buttons (mc's with eventhandlers) on the stage.
I have an array including URLs of some mp3 files.
For every mp3 there is one button.
When a button is pressed, a "loadSoun... more >>
Imagescroller controlled by x and y mouse
Posted by Cetrez at 11/19/2006 4:51:29 PM
Hi all
I've got a script for a typical imagescroller, controlled by the x and y
coordinates of the mouse, so when I move the mouse the image scrolls. I've
uploaded a simple fla for you to view at www.cetrez.com/scroll.fla
The thing is that when I test the movie in flash it works perfect... more >>
cast web service array to flash class
Posted by enantiomer at 11/19/2006 2:56:38 PM
When I receive an array of objects from my web service in flash, is it
possible to automatically cast this to a client-side flash class? I
would like to be able to have an array of flash classes strongly typed.
I was thinking that the evt that is passed in on the web service
results could be c... more >>
Wait function? or something
Posted by SmpleJohn at 11/19/2006 2:25:37 AM
Hello. I've developed a .mp3 player, and would like it to continue to the next
song as it plays through the music. Here is a link:
http://www.smple.com/eleveneleven/audioPlayer.
I need to figure out how to make the timeline wait on one frame a number of
seconds before it executes the nex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
loadPolicyFile - POST method?
Posted by javadlux at 11/19/2006 12:00:00 AM
Is it possible to have loadPolicyFile use an HTTP POST request like loadMovie
can? The policy file server may need authentication via POST before it lets
someone access files on its server.
Thanks in advance
... more >>
MovieClips and external code
Posted by zeek47 at 11/19/2006 12:00:00 AM
I have a movieClip in my library called mcButton with code attached like so:
this.onRelease = function():Void
{
trace("Released: "+ this);
this.button_txt.setTextFormat(mouseActive_fmt);
}
Now I want to use several instances of these buttons on my stage. But I
can;t get the cli... more >>
Help Please, I need preview
Posted by NickLeBlonde at 11/19/2006 12:00:00 AM
Is there a way to view the file preview (gif, jpg, mp3) before upload it to the server (using filereference class) width ActiuonScript 2 or 3?
Best Regardes.... more >>
|