Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008


all groups > flash actionscript > june 2005 > threads for saturday june 25

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

loading sounds??
Posted by Ineedsleep at 6/25/2005 11:58:26 PM
I have a movie that gets pre loaded this works fine no probs at all but when I have sounds in I dont want them to be loaded in the begginning as this greatly increases the amount of time needed to preload the movie but have them loaded on demand I kow it is def possible Ive seen it all ove...more >>

Display jpeg from harddrive
Posted by zeltacom at 6/25/2005 11:11:26 PM
Newbie. I would like to read a jpeg from disk and display it on screen. Thanks....more >>

Detect mouse up/down movement
Posted by JoeBazz at 6/25/2005 9:16:50 PM
Guess this will solve my problem from a post that didn?t receive answers becouse of its complexity... I just want to detect if the mouse is going UP or DOWN in the Y axis... I tried checking the value of _ymouse with an temp variable that holded the last _ymouse and seeing if it was greater bu...more >>

Why this code isn't working?
Posted by mballom3 at 6/25/2005 9:14:01 PM
Hi all, Would be nice if anyone can explain me why i can't get this setInterval code working: stop(); function myFunction {play(); } ID = setInterval (myFunction, 3*1000) clearInterval(ID); This goes on frame 50 on main timeline. I want thi...more >>

Slide Presentation auto slide changes...[urgent]
Posted by ba-doyn at 6/25/2005 9:11:37 PM
Sorry for the urgent tag, but this one is... I am building my first Flash slide presentation and I would like a set of slides to automatically switch to the next slide when that one is finished. I have the following layout: Presentation title contentHeader 1_slide 2_slid...more >>

printing
Posted by andreizamfir at 6/25/2005 8:11:48 PM
hi! I am trying to make a program in which the user can print only a portion of what is on the screen. I tried: print("myMovie","bmovie"); but so all the screen is printed. how can I print only portions of the screen? thank you, Andrei ...more >>

Game Programming Bug
Posted by eXcessive at 6/25/2005 7:52:00 PM
I have a problem. It seems that in all my games i have made where there is Physics and Bounce involved, my player always seems to slide left very slowly. this is very annoying when it comes to percise slope colision. I have checked my code and there werent any _x mis-coordinations or mistake...more >>

flash site news slideshow with links
Posted by hyderabad77 at 6/25/2005 7:33:11 PM
Hello, I am developing a site news slide show. Each slide is a movie clip with links within it. The slide show should loop automatically and each movie clip will come up on the screen waits for 10 seconds and loops again. In addition my movie clip has bulletted links at the bottom to other...more >>



Local Classpath for AS files?
Posted by MrMiles at 6/25/2005 1:34:53 PM
When working on AS2.0 classes, orgainsed into packages, is it possible to set a local classpath for the compiler to use when checking syntax within an AS file? The classes cannot be located in a fixed global location (as the entire project and all files will be moved around during its lifeti...more >>

file got included into fla without #include directive
Posted by aa at 6/25/2005 12:44:44 PM
I tried to experiment with #include directive In a fla file I have a function my_function(). I copied it into Notepad and saved as my_function.as in the same folder as the original fla file. Before replacing my_function definition with #include "my_function.as in the original fla file I run it...more >>

creating a new istance of a symbol (with actionscript)
Posted by CTrobia at 6/25/2005 12:44:12 PM
Hi all, apologies for my newbiety (the property of being such a "newbie")! I'm trying to build a web-based hotel map" manager with a flash interface. Basically, clicking on a specific point of a city map, a small empty form should "pop" out, allowing the user to fill basic hotel information, ...more >>

Simple preloader Unexpected behavior
Posted by jesus102984783093987 at 6/25/2005 11:57:04 AM
I can't how wierd this action script works. Either my system is hosed or Acitonscript works like no other language. Sample movie, code and details: http://arraymedia.com/FF/WTF.html...more >>

HELP> Dynamic animation > Ball thrown in the air
Posted by Adil B at 6/25/2005 11:28:56 AM
hi , i have 3 elements placed on the screen. 1) movieclip named "ball" 2) input variable named "angle" 3) a play button to execute the parabolic motion Lets say the speed of the motion is 5 (constant) and its pre-set. After we enter an angle for the ball to follow, and click on the play butt...more >>

SCROLLING TEXT
Posted by skaucher at 6/25/2005 10:52:56 AM
hi, i have some scrolling text in my project. i'd like it to scroll up and down continuously when you click and hold on the up or down scrollers, but at the moment you have to click click click to scroll. is there a command that will force the text to scroll while the mouse is held down? ...more >>

Date class?
Posted by Richard Ragon at 6/25/2005 10:02:19 AM
I'm trying to get a format like this: 2005-06-25 8:42:10 or YYYY-MM-DD H:M:S So I guessing I need to do a search for the Date() Class? Thanks -Richard...more >>

on press () & droptarget
Posted by manpreet_j at 6/25/2005 8:33:36 AM
I have two movieClip. in first movieClip I wrote the below actionscript and another movie clip with name "look". i want to do when mouse pressed on first movie clip, it will start to Drag and when it come over "look" movie clip on that time look movie clip gotoAndStop(2). code of first cli...more >>

Help please!
Posted by DGcoder at 6/25/2005 4:41:57 AM
Can someone help me with this.For example I want to create right click menu with Menuitems "Start" and "Stop" . How can I do that ? Please help me! Thanks for help!...more >>

Help with classes
Posted by DGcoder at 6/25/2005 3:48:24 AM
Hi, Can someone help me with flash classes.I couldn't figure out syntax.Is it like C/C++ ? In C/C++ class are making like this` //Creating class name SomeClass class SomeClass{ public: char someName; SomeClass(char someName){ cout<<<"This is the class nam...more >>

Actionscripts
Posted by Newbie05 at 6/25/2005 12:00:00 AM
First, thanks to everyone who reads my post and offers any helpful comments... So far in my Flash MX experience I've only used the timeline and motion tweening to create interactivity with my users. But I've come to realize that if I want to create more advanced interaction I'm going to hav...more >>

for loops don't refresh the screen?
Posted by jesus102984783093987 at 6/25/2005 12:00:00 AM
This can't show each step in the animation or I'm doing something wrong: for(i=0; i<10; i++) { myMC._x++; } The sreen isn't refreshed until the loop is exited. Is that just how it is?...more >>

Problem with movie on different domains?
Posted by JPigford at 6/25/2005 12:00:00 AM
I've got a media player that pulls in info from an external XML file In the FLA, the location of the XML file is done like this: _global.serverPath = "http://www.website.com/audio/"; mySounds.sound_xml.load(serverPath+"playlist.xml?cacheKiller="+my_date.getTime() ); But if I try t...more >>

Custom Text Scroller
Posted by AndyMills at 6/25/2005 12:00:00 AM
Hey All I'm working on a website at the moment and there's a lot of text to display in a small window. Originally, I was going to use a scrollpane component to display the information in a kind of Flash equivalent iframe, but it didn't look or feel right. Now, I've got the text in a mask...more >>


DevelopmentNow Blog