all groups > flash actionscript > july 2007 > threads for sunday july 15
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
Web service in Actionscript 3.0
Posted by m_aminkarimi at 7/15/2007 9:31:13 PM
Hi,
Why Actionscript 3.0 didn't have built in classes for supporting Web services?
I'm very angry & confused about this matter.
Please help me for working efficiently with Web Services such as AS 2.0 in AS
3.0
Regards
... more >>
Setting focus to input text box
Posted by _Jombo_ at 7/15/2007 9:28:56 PM
I'm using MX 2004 and building a simple game where users input numbers into a
dynamic text box. To limit the number of mouse clicks, I am wanting to set the
focus to the input box when that screen/page loads. Right now, one has to
click the input text box field, then enter their choice, then... more >>
progressie download stopp
Posted by nik c at 7/15/2007 5:46:37 PM
Is it possible to stop progressive download once it has gone underway? I need
to display 9 screens with video on it and am looking for a way of getting a
first frame of each on the page as soon as possible. Is there a way of stopping
the download until the user clicks on the video to play it ... more >>
Flash Form - Number Range between problem
Posted by kingmonkey at 7/15/2007 4:54:58 PM
Hi
I've got this form in Flash using compentents. All is working fine at the
moment with gathering the info and sending to a database via php. But I need to
add in a bit of security on 2 of the input fields (theReelreg.text and
theRodreg.text). They are 2 fields to enter in a registration ... more >>
creatEmptyMovieClip
Posted by tanktery at 7/15/2007 1:01:19 PM
:clock;
Using the creatEmptyMovieClip methed I am trying to load an external swf I
named the movie clip "fotoA" and I am trying to load a SWF called "home.swf "
when I play the move. I have not made a button to play the movie because I am
trying to get this to work first.
_root.create... more >>
importing external images into Flash using ActionScript 3.0
Posted by Chris Burchhardt at 7/15/2007 8:02:56 AM
Hey Guys!
What i'm trying to do it import a few (say four) images from an external
folder at random and display them in a row. The folder would contain up to a
hundred pictures, sequentially named (ie. 1.jpg, 2.jpg, 3.jpg, 4.jpg,
etc...)
any suggestions on how I could do this??
thanks,
... more >>
Need Image Path
Posted by 1219 at 7/15/2007 12:00:00 AM
I need to know where the image path for the SWFs are in this ActionScript.
Stage.showMenu = false;
var i = 1;
while (i <= 3)
{
var t = attachMovie("photo", "photo" + i, i, {_x: Stage.width / 2 - 200 +
Math.random() * 400, _y: Stage.height / 2 - 200 + Math.random() * 400,
_rotatio... more >>
|