all groups > flash actionscript > october 2006 > threads for sunday october 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
parsing??
Posted by Hengy at 10/29/2006 9:36:40 PM
ok. I have a variable - imgname = 1; i want to add 1 to it (so it equals 2). is
that variable a string, or an integer? and how do i convert it to an integer?
here is some code i have for an image viewer i am making:
frame 1:
imgpath = "Photos/";
imgname = 3;
extension = ".JPG";
alpha... more >>
rotating MC with as
Posted by rohai at 10/29/2006 8:45:27 PM
Hi,
I've created a preloader with a circle (made of cubics) and I want it to rotate continuesly. How can I do that with AS? THX for any help... more >>
Why is my ASP formmail not working?
Posted by shush1 at 10/29/2006 7:25:43 PM
Hi i have a form on my flash site, which when submitted using ASP i want it to
send me a email with the form details, but i am not recieving any email and it
sayts there is a error but dnt know why! Can someone please have a look? Really
Urgent, I just dnt know where its going wrong. I got it ... more >>
createClassObject not working on my component
Posted by Sunny at 10/29/2006 5:09:20 PM
I have created a component called Mediablock and I have initialized it
so that I can use the createClassObject method with it:
static var symbolName:String = "Mediablock";
static var symbolOwner:Object = Mediablock;
var className:String = "Mediablock";
This does not work - i... more >>
textArea.label.selectable = false;
Posted by Walloompoom at 10/29/2006 5:02:52 PM
It took me 42 years to find out how to disable text selecting in a text area
component. Nothing in help or in these forums about it.
textArea.label.selectable = false; it the key and it works great UNLESS you
load swf containing textarea into another swf. Then when you scroll the text it
wil... more >>
Problem w/ Component displaying Chinese characters from XML
Posted by HydrozChloride at 10/29/2006 4:28:11 PM
I suppose to use a datagrid to show xml data generated from a php file. But it
happened that the datagrid cannot show chinese characters,,, it's perfectly
okay with english alphabets, but it just cannot show chinese characters, what
can I do?><"
Thank you very much~
... more >>
Sequentially loading images into a holder
Posted by LLuis12 at 10/29/2006 3:50:36 PM
Hi
I am completely new to Flash and all help is greatly apreciated!!
I have a rectangle symbol (holder1) which I have made stretch and shrink as
though it is spining around an axis running from the top to bottom of the
screen. (IE in and out of the page)
I want to load up an image i... more >>
flash code from 6 to 8
Posted by deerowbear at 10/29/2006 3:27:14 PM
Hi there,
I have this code that works fine in flash 6 but does not work in 7 or 8. Is
there syntax that is missing?
Thanks Daniel
onClipEvent (load) {
function SetScale() {
_root.scale =
_root.schematic._xscale=_root.schematic._yscale=55*Math.pow(scaleFactor,
_x-scro... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
createEmptyMovieClip problem
Posted by ricky1980 at 10/29/2006 3:23:03 PM
Dear all,
I can not drag the movie clip when i write the following actionscript? What
is the problem?
Ricky
this.createEmptyMovieClip("pic",this.getNextHighestDepth());
pic.loadMovie("img/1.jpg");
pic.onPress=function() {
this.startDrag();
}
... more >>
Web Cam Live Video to Flash Video Recording - how - please help
Posted by enzo at 10/29/2006 1:19:12 PM
Hi,
I would like to use my web cam with flash video (flv) encoder to have
live video recorded as
a flash video file (flv).
Please let me know what application/script can do this job for me.
... more >>
Multiple Instance Names
Posted by DJ Sick Nick at 10/29/2006 2:37:41 AM
Can I make multiple MCs with the same instance name for the ground in my game
and make the player be able to stand on them without falling through because of
the same instance name? this is what it looks like now and it's not exactly
what I want, so I'm trying a new strategy. Thank you.
-Nic... more >>
geturl flash 9 error with frames
Posted by mginfo at 10/29/2006 12:44:29 AM
This code are working from 2 years:
on (release) {
getURL("menusinprod.htm","fleft" );
getURL("prodotti.htm","fcenter" );
}
From 3 month, with the update flash player 9 geturl open the page in the same
frame where is it called.
This is an error of flash 9?
... more >>
sharedObject only in Flash 6?
Posted by Wholeo at 10/29/2006 12:10:53 AM
I downloaded the example file local_so.fla from this page:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16194
Since I use Flash 8, it wanted me to save it as 8. I also updated the publish
settings to export as Flash 8 with Actionscript 2. In the browser the
local_so.swf in loca... more >>
attachMovieclip
Posted by Star Tail Pro at 10/29/2006 12:00:00 AM
I have a preloader that just works. Everything is imported into 2nd frame, so
the couple percent is just the preloader but i found away around that. The
problem is that when I use the attachMovieclip, which is done by pressing a
button, it doesn't load. This is because I don't have the export ... more >>
|