all groups > flash actionscript > august 2007 > threads for sunday august 5
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
Dinamical Movie Clips
Posted by Juan2416 at 8/5/2007 10:19:39 PM
Hello I am trying to creat and application which will have and array containing
all the photo files. The program should read that array and create a movie
clip for each photo. Of course each clip should contain the photo and we ever
the user click on it and action should be done. Here is the ... more >>
xml.send() works but not sendAndLoad()
Posted by romain_shift at 8/5/2007 9:50:18 PM
Hi guys, i'm trying to send data to a servlet ( which is hosted on a different
server and managed by a 3rd party so i can't change it)
When I use the following code:
[i]requestXML.send ("http://www.mydomain.com/xmlpost", "_blank","POST");[/i]
it opens a new browser window which display... more >>
Modulo?
Posted by thejokerman05 at 8/5/2007 8:52:06 PM
I want my thumbs to be layouted in rows by 9 using modulo. Any ideas on how to
do this?
var count:Number = 0;
function initHandler(event:Event):void {
if (count < thumbs.length-1) {
count ++;
startLoad(count);
}
}
function startLoad(thumbsNum:Number) {
var thum... more >>
Scrollable Movie Clip
Posted by kitster79 at 8/5/2007 5:52:07 PM
Hello everyone,
I am trying to figure out why my scrollable movie clip will not stop when it
gets to the last thumbnail. Also, when I scroll back up, it only goes a little
ways up (not all the way back to the top).
If I sent you the .FLA file by email, could any one take a look at my cod... more >>
Problems with FileUpload
Posted by ticktak at 8/5/2007 3:09:23 AM
HI,
I am uploading files to a server using the FileReference Class. I works well
on my localhost. When I go online it fails with Opera, Safari and Firefox on
mac. On a Windows PC it only works with Internet Explorer.
Has anyone else experienced this? I read several posts online with simi... more >>
fileReference.download
Posted by Shan-Dysigns at 8/5/2007 12:00:00 AM
After the window opens (where you can choose a location on your computer to
download a file), if you change the default file name of the file, it saves it
as a "file" extension instead of the extension you coded for it. For example,
if you don't change the default name (image1), it will save a... more >>
1120 Access of undefined Property
Posted by 123lloyd321 at 8/5/2007 12:00:00 AM
Hi,
I'm following a basic tutorial which includes actionscript to detect how much
of my root timeline has been loaded in terms of bytes. The actionscript keeps
returning two error messages:
1120: Access of undefined property percent
and
1120: Access of undefined property _root
... more >>
i need to "read" a string....
Posted by costasefimeros at 8/5/2007 12:00:00 AM
Please, excuse my poor engilsh...
I have one txt file with some variables. I want to choose dynamic what
variable from them i want to use. Lets say that the txt file has the following:
[b]&t1=0&
&t2=1&[/b]
If I want to place the t2 into a textbox (calld textbox1) i can simply do:
[... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|