all groups > flash actionscript > july 2007 > threads for sunday july 29
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
Accessing swf parameters in flash 9 AS 3.0
Posted by SamDonaldson at 7/29/2007 11:48:00 PM
Hello,
I'm having difficulty understanding how swf URL params are accessed? For
example, say I redirect to: test.swf?blah=blah1&blah2=blah3....
How does my swf get access to blah, blah2 etc..? What actionscript 3.0 is
required to get access to these variables? Note, that I want acces... more >>
I need some actions for text area
Posted by faiz2000 at 7/29/2007 9:51:11 PM
Dear Sir?
I have to do some actions in text area field by using bush button:
1- Backspace button (delete last character in text area)
2- Enter button (new line in text area)
3- Forward button.
4- Backward button
I hope my required it is clear.
Please your reply ASAP.
... more >>
How to start a flash movie with arguments?
Posted by lichtjiang at 7/29/2007 8:03:21 PM
Want to assign some initial values for some variables in a movie but those
values are only available and varies when the movie is launched. So, how to
pass arguments to a movie (like run a program or a CGI script?)
... more >>
Timeline Problem
Posted by Armen Zen at 7/29/2007 6:43:11 PM
It's basically a scene with 20 frames and in every 10 frame there is a picture.
There are 3 buttons on one of the layers that continues up to frame 20.
Now i want to press the buttons and the timeline to go to frame 10 to display
the picture there.
On the first frame i have:
Stop();
a... more >>
Making Button links within a movie clip
Posted by lifelonglearner at 7/29/2007 4:43:52 AM
I am attempting to learn more Flash in general and actionscript in particular.
I have created a flash piece that consists of 4 buttons within a movie clip
that is being masked by another movie clip. One movie is the set of 4 buttons.
The other movie is a "spotlight" that moves with the curs... more >>
xml
Posted by _name at 7/29/2007 4:19:32 AM
am new to xml.
i have an xml file that looks like this:
<FloorPics>
<FloorPic name="0 pic">PICS/0.jpg</FloorPic>
<FloorPic name="1 pic">PICS/1.jpg</FloorPic>
<FloorPic name="2 pic">PICS/2.jpg</FloorPic>
<FloorPic name="3 pic">PICS/3.jpg</FloorPic>
<FloorPic name="4 pic">PICS/4.j... more >>
fading a SWF
Posted by phil1943 at 7/29/2007 4:00:58 AM
hello, I am loading in an external SWF (second page) in to my existing SWF.
I am gradually fading it into full visibility during the loading process
(using onEnterFrame and alpha manipulation)
The problem is that the components and text within that SWF do not fade. Only
the bitmap elements a... more >>
David Stiller: as2 vs as3
Posted by _name at 7/29/2007 1:41:38 AM
david,
was looking at summerLongSince's post, basic as3, and it occurred to me that
the as3 version of what had been previously done using as2 was more complicated
and involved (see script below). i am still relatively new to actionscripting
and am currently using/learning as2, so i am ig... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
checkbox embed fonts ?
Posted by phil1943 at 7/29/2007 12:00:00 AM
Hello, are there any inherent problems or issues with embedding fonts used within checkbox components ?
I have tried many times, but cant get it to work.
thanks for any tips.... more >>
lineTO close automatically
Posted by flairman at 7/29/2007 12:00:00 AM
i want to use the lineTo method to write triangle
the triangle should be close at sentence 5
but it automatically close implicitly even at sentnce 4
and i don't want so
this behaviour is for all shapes
what can i do to prevent it
1.this.createEmptyMovieClip("triangle_mc", 1);
2.tria... more >>
|