393 Topics
dear all, How to create input text field dynamically in flash action script 2.0.
Hi...i have a button and a checkbox... i want the user to be able to click the button to enable the checkbox. How can i do this? [code]Checkbox instance = check1 on (release) { check1.checkbox = true; }[/code] ???? Thanks in advance for your help
is it possible tpo have a movie clip use the gotoAndPlay function without converting it to a button.
Hey Guys Am developing an application with ActionScript but am finding it difficult to writing to XML file using ActionScript 2.0 Can any one help me?
Hey Guys... Am developing flash stand alone application with ActionScript 2.0 but i can't see any functionality for writing to XML file without using any server side script like PHP. Can any one help me with writing to xml file direct from Flash application. I can read from but don't …
Although my question pertains to Action script it could apply to any scripting/programming language. (I hope you coding purists don't beat me up for putting a slash between scripting and programming :) ). Anyhoo, as I am taking on the Actionscript 3.0 challenge I was wondering if anyone thought it …
Hi everyone, I'm trying to write a server application, but I'm having a bit of trouble. I keep getting this error [CODE]The name 'srvr' does not exist in the current context[/CODE] I'm pretty sure I know what the problem is, but I don't know how to fix it. I have …
Hello one of the computers on our corporate network is infected with Antivirus 2009. I scanned is with Spybot 1.4 as I couldn't get the update do to it. I was finally able to install it and everything seemed fine. This was about 30 min to an hr ago. But …
Flash Error: [code] Source: imageArea.addChild(imageLoader); Description: 1120: Access of undefined property imageArea. [/code] I was following this simple tutorial: [url]http://www.kirupa.com/developer/flashcs3/loading_image_as3_pg1.htm[/url] Any help will be much appericated. Thankyou, Regards X
Could someone describe the elements of my class especially items associated with [code] //private var contentMC:SomeClass=null; [/code] I would like to stop the animation when the player opens and I think I have the concepts confused. How would I set the .fla up to do so. Thanks -Steve
Registration for Flex Camp London 08 is now open! [url]www.flexcamp.co.uk[/url] Flex Camp London 08 is a FREE, community-run event for everyone interested in Adobe Flex! Whether you're just getting started with Flex or you're an expert, Flex Camp aims to provide something for you. We've lined up some of the …
I'm trying to learn this difficult Javascript type language. In the meantime, in the event that I need some code right away before I've learned it, is there a place on the web where people share AS3 code that I couldjust copy and paste in my SWF or attach as …
Can someone assist me in coding a class method that will loop two movie clips in two separate layers? One move clip will increment a counter to control the loop. Thanks. Steve
Every time I reference _root.XXXXXXX it gives me an error of: "1120: Access of undefined property _root." Anyone can send me in the right direction for a solution? Thankyou, Regards X
Is this a forum to submit a question on actionscript3.0? if not. my apologies. if so: I made two move clips. one in sepereate layers and an action layer. I have symblos changing position on these movie clips via keyframes. What would code look like to write a method to …
i like flex... new to flexing... i have a ok programing background n i liked flex so looking for some person who have flex projects and can guide me like explain me one sort of work in project n tel me how to do it..n i complete all the similar …
My name is Michael, I'm 15 and I'm from New Zealand. I'm currently at High School where they unfortunately don't offer any courses in programming (the closest I get to a computer course is word, excel, internet explorer (:'(), and other microsoft products) so any threads I post won't be …
Hi, i'm having a problem with my flash file but i'm not sure what it is that i'm doing wrong. The site starts with a preloader and loads up a simple shell, then once thats loaded i want it to dynamically load the home.swf into an empty movieclip, only it …
Hello I have a quick question. I will have to learn syntax for action script. Before I research my objective. Can someone enlighten me with a yes or no (example code would be awesome). Question: Can I create a Array of symbols and then manipulate them by making them apear …
is it possible to get this function in flash to load a page without using a on release function. I want to make the flash file i have created to load a html page once the end of the timeline is reached. if i use it wil out the on …
Hi! Could anybody help me with AxWebBrowser? I am interesting in controlling outside swf file inside my AxWebBrowser. How scale swf files inside AxWebBrowser like IExplorer do?
hello does anyone know how to put codes on the treeview nodes itself.. I want every nodes in the treeview to do different things like opening a new window form if i click one of the nodes and the other nodes to do something else when clicked..
HI Friends, I want action in actionscript 2.0 in Flash 8 please any body help to me for XML_slide show in gallery Template
Hi, I want the tutorials for learing action script please reply me Advanced Thanks....
please send me action script code below task how to stop movieclip animation when mouseover i created one animation using motion tweening but i want stop on mouse over this motion tweening please help me thanx
Hi, i want action script when click an a link it's goes to another page please help me Thanx, Sree
hello. I am developing a project in flex. It is to create a line with 3 points and the user should be able to manipulate the line into various shapes with those points on it. I am having some problems devloping the handles on the line. I couldnt get any …
Hello everyone As you can see, this is my first post. We're trying to write a cards game and it uses 12 cards. Someone taught me to put the buttons in an array, which i think is a really good idea. I'm encountering one problem, how do i create an …
<HTML> <BODY> <APPLET CODE= MyHangman.class WIDTH=1000 HEIGHT=1000> </APPLET> </HTML> I need to know what to do next below is my java file and I am confused with how to check the words i have in the array and the letters guessed in the word....anything would be useful thanks......and do you …
I'm lost on this and am going to lose the account if I can't find a solution!!! I started a Flash website for a band. They have several samples of music from their CD which they want to play on the website. I've got them to play as button events …
Hello all, I am currently attempting to learn how to program and I am unable to take a class because of my work schedule. I was just wondering if anyone could recommend any books that will help just with learning the basics of programming and not necessarily any one particular …
Hello, After having a list created from objects of a certain Class. I wish to sort the contents. How do I do this? This is my case: _bkgList = new ArrayList(); for(int i = 0; i<10; i++){ BookingResponse bkngRes = new BookingResponse(); bkngRes.setAwbNum(awbNum); bkngRes.setOrigin(origin); _bkgList.add(bkngRes); } As you can see, …
hello, i have created a flash menu to go on to a website that i am building but i have come to a point were i cannot find the actionscript i ned to get the buttons to go to the pages that i want. the problem is that i need …
Hi there, im pretty new to c# and i'm facing some starting problems naturally. Currently i'm working on a project where i need to store data from flash in a xml file. I've managed to write the code for generating the xml but i didn't manage to retrieve the data …
can anyone please give me script code with example for button? i want to control scene to scene. i.g when i click the contact button i will navigate to contact scene. and please ell me how is this site.. [url]www.arksylhet.com[/url].
hello i am using swishmax 2. how can i add sounds for buttons. i wanna add play sound when muse over a button. the actions script is same to flash.
Hi All, Can any one help me in dis. I want Flash AS3 bible (Full Tutorial) if any one have can u send it to me. Bcz i want to learn. Plzzzzzzz rgrds, Kavi...
hi Im sure this is an easy problem to resolve. Basicly for my log-in script, im retreiving the results from a database, storing them in variables but i would like the redirection to be in flash (better looking). Is there a way for me to load two variables called $username …
Ok Right Now I have a preloader that setup that loads the intro. and then a button in the intro loads another movie clip and everything seems fine until I add the actionscrip to load the text and buttons. here is the error I get TypeError: Error #1009: Cannot access …
I am designing a website with Flash CS3, using actionscript 2.0. I am reasonably comfortable with actionscript, but not an expert. I have a main timeline containing my basic page layout with buttons linking to my other pages. My other pages load as swf files when the appropriate button is …
[B][/B] Hi, Question to someone that can help me with this problem I am trying to add a email link inside a flash graphic. The links work for the http address to url addresses, The email link will not work, I have used the target as blank and also as …
Hi everybody, I would like to create a slideshow template through actionscript, loading images which are embedded in the same swf as the script. I've tried creating an array and populating it with the names of the images, but I can't find a way to create movieclips containing those images: …
Hey, I'm in the need for a way to change the timeout period of the Flex Builder Compiler. I'm using 3D engines and models and whatnot and this seems to be getting in my way 'cause the script needs to run (due to the size of the model) for more …
can i remove a function from actionscript contained in swf file, without having the fla? i know there are some applicatinos that can decompile swf to fla but it's messing the animation. i just need to remove one function and i lost the fla. is there a way? thanks.
i require help in finding a testing automation tool for flex 9.2
My name is Tom I just found your Forum via Google, read several posts and forgot what I was looking for. I really like the friendly and professional style. A little bit about myself: I'm 40, my first contact with computers must have been around '84. I did a CS …
Hey, sorry if I'm in the wrong forum, but I need some help with getting the left and top values for a tile from a tile set. A book I have gives these two formulae: [CODE]left = (current frame % number of columns) * sprite width top = (current frame …
Hello, I am making a game in Adobe Flash - Actionscript 3.0. It's not the first time I've made a game, so I do have a bit of experience - but that bit is all I have, being still at high-school level computer science. So, I apologize for any newbishness …
Hi guys. I have a website that is meant for showing pictures. Right now, it's set up so that I have to make a new webpage and manually configure every picture (size, location etc) exactly how I want it. Here's what I mean: ([URL="http://cosmocrazy.x10hosting.com/Gallery-75/art1/shapesinspace.html"]example[/URL]) There is a frame on the …
Take a look at my work - [url]http://crimeagame.com[/url] demo is available also. It is Fallout-like game. The client is coded in AS2.0, bitmaps made from 3D renders. Anyone interested in co-operation please email me - [email]rost@navy.dp.ua[/email] I'm professional artist (3D, 2D, web) and now need the help of talented programmers …
The End.