all groups > flash actionscript > july 2007 > threads for saturday july 21
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
Flash and PHP actionscript
Posted by 3tBSI at 7/21/2007 11:37:34 PM
I have a login form (i have a mysql database and everything set up) and the
login button simply has the AS:
on (release) {
loadVariablesNum("login.php", 0, "POST");
}
but i don't know what else to add to make it so if you're a registered user
(which i already have a form of) then it ... more >>
Importing Text File data
Posted by kal1000 at 7/21/2007 11:00:00 PM
At the moment I know how to enter data from a text file into a flash file, for
example this is my 'monday.txt' file (a cut down version)
"AK2~Hairdressing Level 2 Year 2 Of 2","HDRN2AK2-2B1FA","12:30","14:30"," 10/
9/2007","M316"
"AK2~Hairdressing NVQ L2 (Grp A)","HDRN2AK2-1B1FA","12:30","... more >>
Saving flash pages with pictures that you zoom in
Posted by HeyJay at 7/21/2007 9:46:04 PM
Sorry I was gonna give the site for people to see (saks.com) but
they're under construction right now. It has those pictures which you
zoom in and then you can move it around. I'd save it with snapshot but
you can't see the whole zoomed in picture at once. I'd like to save
some pictures, or the ... more >>
Image Sequence Bug?
Posted by caitblahblah at 7/21/2007 9:43:54 PM
I've never had a problem in the past importing image sequences. However, in
CS3, Flash no longer keyframes my sequence. Instead, I noticed it put all the
images ontop of each other in 1 keyframe. What's going on!?
... more >>
Search array with actionscript
Posted by Ciaran at 7/21/2007 7:22:24 PM
Hi Can someone please give me a hand tweaking this array search function to
return a sub array of all the elements that almost match the query? I'm
trying to make it so that when you type in something like "ca" it will spit
out "cat", "carbon", "carrots", etc
Thanks!
Ciarán
function conta... more >>
calling function from inside the MovieClip
Posted by thy2004 at 7/21/2007 4:31:38 AM
Here's the code I wrote in the first frame of the timeline
function test(){
trace("function Called!!!!!");
}
then I creat a movieclip on the stage, and the problem is how to call the
function from inside the MovieClip somewhere?
I tried these in the movieclip
_root.test();
... more >>
Trying creating a progress bar As3.0
Posted by scriptEater at 7/21/2007 1:11:45 AM
yea i am trying to .. make a preloader progress bar ... for a swf ... things are a bite diffrent in .. As2.0 .. need help to code it ... more >>
onRelease function not working
Posted by Seraya at 7/21/2007 12:00:00 AM
Hi everyone,
I have the following code on frame 1 of the main timeline:
this.categoryIndex_mc.indexBack_mc.backToIndex_btn.onRelease = function
():Void {
trace("button pressed");
oIntervalIDs[garmentSlides_mc._name] = setInterval(fadeMovieClip, 0,
garmentSlides_mc, 5);
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SWF is blank?
Posted by jeff spires at 7/21/2007 12:00:00 AM
Hi Guys and girls.
I'm having a problem getting my swf file to show my action script.
I have nothing on the stage, everything is being displayed using actionscript.
When I test the movie everything works fine. However, when I open the swf file
its blank?
here is the website:
[ur... more >>
|