393 Topics

Member Avatar for
Member Avatar for Member #46692

Just like java applets seem to have had their day... is flash going the same way (no support on the ipad?) Is this a concern for designers who use flash. I use flash actionscript 3.0 occasionally. What are your thoughts?

Member Avatar for Member #120589
0
158
Member Avatar for dragon@dragon64
Member Avatar for riahc3

(I know this is the C++ section but since Im not sure where to put this...) I have a movie clip that with ActionScript I would like to do a gotoandStop on (for example) frame 3 of Layer 1 but I would like to keep playing Layer 2. How do …

Member Avatar for JasonHippy
0
118
Member Avatar for Member #114696

In this tutorial you will learn how to create a simple menu using Flash, while the menu items themselves will be imported from an XML file called menu.xml. 1. Start by creating a new flash document which can be called anything you like as long as the size is set …

Member Avatar for gogreen1
0
1K
Member Avatar for mentos16

[CODE] var ctr:Number=0; for (var i:Number = 1; i<=48; i++) { this["puzzle"+i]._alpha = 30; this["puzzle"+i+"c"]._x = Math.random()*100; this["puzzle"+i+"c"]._y = Math.random()*300; this["puzzle"+i+"c"].onPress = function(){ this.startDrag(false); //for (var i:Number = 1; i<=48; i++) { name = this._name; j = name.substring(6); asd.text = parseInt(j); this["puzzle"+j+"c"].onRelease = function() { this.stopDrag(); this["puzzle"+j+"c"].stopDrag(); if (eval(this["puzzle"+j+"c"]._droptarget)== this["puzzle"+j]) …

Member Avatar for KazenoZ
-1
98
Member Avatar for SoftwareGuy

Hello. I've seen some tutorials, but I can't find one that particularly suits my needs. What I'm trying to do is this: I have a form that contains an object. I want this object to be able to modify its parent form when an event for it is thrown. The …

Member Avatar for SoftwareGuy
0
250
Member Avatar for princekool

Hey everyone; Am having problem linking pages in flash, i tried action script linking but when publishing and i click on the buttons its showing error message "the specified path cannot be found" and i specified de exact file wich the pages are located, hav tried evrythng else i thot …

Member Avatar for adarsha_saraff
0
209
Member Avatar for programmer12

Hi, I'm not quite sure which Forum I should be writing about ActionScript in but can someone help me with this: I have a client that created a banner for our company and the ActionScript always receives a error message once live on the web... The Error code was Error#1009 …

Member Avatar for adarsha_saraff
0
67
Member Avatar for DaveTran

I would like to allow only certain keys to be valid for my TextBox control. I have set it up as follows and it works fine. [CODE] private void TextBox_MapInputMin_KeyDown(object sender, KeyEventArgs e) { if (!IsFloatingPointTextBoxValid(e, textBox_MapInputMin)) { // 'Handled' property stops key from being entered into the control e.Handled …

Member Avatar for abelLazm
0
172
Member Avatar for Reliable

Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside?

Member Avatar for mouseupevent
0
119
Member Avatar for MeandJava

Hello everybody, My team and I have an idea of a product to develop. It's a kind of game we want to run in Actionscript. Unfortunately our hardware (buttons, lights, maybe sounds) works with Java can we combine those two or do we have too choose one of the languages? …

Member Avatar for peter_budo
0
157
Member Avatar for Jalwes

If I posted this is the wrong place, I apologize. I couldn't find an area for ActionScript. I am completely new at this and our assignment was to make a Madlibs game. I think I am very close, but for some reason I can't access my text inputs. So when …

Member Avatar for Jalwes
0
124
Member Avatar for ujjval dave

Hey Friends, I have problem with flash preloader file. I am designing this flash file in flash cs3.i have used action script3. problem is for repeating loding banner in my flash file. i m new in flash designing. I have attached my flash file. pls tell what's the problem. [B]action …

Member Avatar for Member #334542
0
110
Member Avatar for abelLazm

hello to all In my code I have to check currently running processes from task manager and perform some actions on them but the problem I am facing in doing so is that I am not able to get a processes location from where it is running (i.e. path of …

Member Avatar for abelLazm
0
955
Member Avatar for Flynox

First of all, I would like to say this is a wonderful forum. I saw the website on an ad above a Xatech chat box while helping a buddy code and design a flash game on VB. I'm pretty sure this will be the right forum for me, my first, …

Member Avatar for Elvin3
0
136
Member Avatar for madval88

I have a Mysql database and I am trying to import multiple records with multiple columns into Flash AS3 using PHP. My problem is I am able to make it work with a single column and multiple records but for multiple columns I am not being able to format it …

0
112
Member Avatar for theighost

Hello, Is there a way to make a swf that is loading on a page, to make that swf create a screenshot of the page he is running on? Thnx

Member Avatar for theighost
0
188
Member Avatar for EricIskhakov

Hello. i made an swf (With ActionScript 3.0) that exchanges data with php file. The swf works perfectly fine when on my local host but when i embed the swf in a the page the swf doesn't work. The swf runs a php file ( [url]www.mywebsite.com/mypage.php[/url] ) and recives data …

Member Avatar for EricIskhakov
0
124
Member Avatar for harry.jhone

Is there any software/tools available, through which once I design my environment for game, it automatically suggest action script to the game in each & every part of flash game designing.

Member Avatar for chrjs
0
96
Member Avatar for jdogg4000

I've built these website menu buttons and used some ActionScript 2.0 code i ran through in a tutorial on MovieClip Buttons. Trouble is, I need to adjust the AS to link the buttons (on click) to load external movieclips which contain galleries and another menu. With the AS code i've …

Member Avatar for jdogg4000
0
110
Member Avatar for EricIskhakov

Hey im kinda new to Flash. I have a FLVPlayback Component and i want to disable the option to scrubb through the video. does anyone know how to do that? (googling didn't do much of an help)

Member Avatar for EricIskhakov
0
214
Member Avatar for JannuBl22t

Hey! I have a problem with my code: [CODE=C] public void UpdateColumn(object stateInformation, int cid = 0, int status = 0) { if (InvokeRequired) { Invoke(new Action(() => UpdateColumn(stateInformation, cid, status))); } else { if (status == 0) { var res = "Failed"; listView1.Items[cid].SubItems.Add(res); } else if (status == 1) …

Member Avatar for lolafuertes
0
141
Member Avatar for CodeBoy101

Hi is there a way to export mp3 using AS3? As in layering them one on top the other? (Just like you would in an Audacoty project using lame). Thanks in advance for any help given.

Member Avatar for JasonHippy
0
200
Member Avatar for Reliable

I've instantiated my movie clips and set visible to false. I even set up the linkage properties, assigned variables, and set alpha to 0, but I can still see them. they are on the stage in frame 1 but I want them invisible until told otherwise. Overall, instead of using …

Member Avatar for Reliable
0
112
Member Avatar for VichuTheWizard

Hi, I am currently doing a project on remote object communication between Flex 4.1 SDK and Java using Flerry API.I need a Java program that can capture the user keystrokes while the user enter's text in the action-script text-area. i.e I need Java program that captures the keystrokes as user …

Member Avatar for VichuTheWizard
0
214
Member Avatar for zlloyd1

I need to create an invisible button for a web page to cover the majority of the page and in order to complete the task I need to include actions to the button. I have gotten the button to be where it is needed and it hold throughout the timeline. …

Member Avatar for JasonHippy
0
148
Member Avatar for Nicole Maxx

Hi. I am new to flash and have checked out a lot of tutorials. I thought I had the right code, but it will not work correctly and after trying many different things I cannot get my button to work correctly. I have created a movie in flash and added …

Member Avatar for JasonHippy
0
114
Member Avatar for rajesanthu

These are the Steps to Follow : Press (Ctrl+F8) to create a new symbol. "Create New symbol" window will appear Name your symbol cursorNew. Click on movieclip behavior and then press "OK" Now you would have entered your movieclip symbol Draw anything you like to replace the existing cursor. For …

0
104
Member Avatar for rajesanthu

THESE ARE THE STEPS TO FOLLOW STEP 1. Insert 3 layers in your timeline window and name them, "background", "text"and "actions". Similar to the one shown below STEP 2. Select Frame1 of background layer, Design the framework for your digital clock. Select frame2 and press F5 STEP 3. Now go …

0
119
Member Avatar for sidhe3141

Need help with Flash (using AS3): I have a MovieClip as part of a Button. I'm trying to use code inside the Button to control the MovieClip. Is there a way to do this?

Member Avatar for charls.adam
0
128
Member Avatar for Varnius

Hello. Me and some of my friends at college were assigned a practical task of developing a net application for optimization of cutting rectangular parts from some kind of material. Something like apps in [URL="http://www.freedownloadmanager.org/downloads/cut_optimization_software/"]this[/URL] list, but more simplistic. Basically, I`m interested if there is any source code for this …

0
99
Member Avatar for MooGeek

I am into VB.Net to VB6 since vb6 is already phasing out. but I grew up with this language and now they're killing it!! and Actionscript 2 also to AS3. c'mon!! T_______T

0
49
Member Avatar for dnmoore

Can anyone help me I cant seem to get my play/stop button to stop and play my background music. i imported my sound to my library and created the button to play and stop the sound but it doesnt work what is the easiest way to do this in action …

Member Avatar for dnmoore
0
134
Member Avatar for ctaylo21

Hey guys, I am currently looking into making my own flash game. I'll have my bachelor's degree in computer science next year so I am pretty familiar with programming. I am pretty bogged down with school work, but I still want to be able to create a few simple games …

Member Avatar for janiquebroune
0
145
Member Avatar for JOSheaIV

Okay so I am learning to write with with ActionScript for a flash project. First of all I hate this language and can't figure out how to solve my problem. I am trying to play the frames so that they appear 1 second apart but stop at a certain frame. …

Member Avatar for JOSheaIV
0
265
Member Avatar for AMANDAInJS

Microsoft is changing the way ActiveX controls work in Internet Explorer. :eek: it affects any Flash movie (SWF) content in a web page. i found one solution its working fine with some .swf file , if .swf file contain some actions scripts then code makes problems , pls any one …

Member Avatar for ko ko
0
155
Member Avatar for tbridge

I am new to AS3 and i need to make a game that can juggle several balls on a platform (controlled by a user). So far i've got one ball that can juggle, but i dont know how to import more balls. I want the user to be able to …

Member Avatar for Member #334542
0
110
Member Avatar for robertmacedonia

Hello to all, I am building an application in AS3 that loads swf files using UILoader. Each swf file has its own sounds included and the problem is that when I load the files - I load them all at once, and I need to show one at a time, …

0
102
Member Avatar for Reliable

OK...I made a motion tween in CS4 with a keyframe in the middle of the tween. I want to move the middle keyfame over one frame but it doesn't seem to want to let me. How do I do this in CS4?

Member Avatar for Reliable
0
108
Member Avatar for FlashDave

[ICODE]I keep getting, this error"Error package cannot be nested", when I compile my code: package { import flash.display.Sprite; import flash.text.TextField; public class MessageBox extends Sprite { function MessageBox():void { var msgbox:Sprite = new Sprite(); // drawing a white rectangle msgbox.graphics.beginFill(0xFFFFFF); // white msgbox.graphics.drawRect(0,0,300,20); // x, y, width, height msgbox.graphics.endFill(); // …

Member Avatar for Member #334542
0
95
Member Avatar for danime

I have some ideas for startups and I have a graphic design background. Can anyone suggest some good online colleges and or courses to look into for web dev? I literally know nothing about code. Can someone point be in the right direction? I would like to learn Adobe AIR …

Member Avatar for Ancient Dragon
0
25
Member Avatar for fullmetalboy

What's up guys! I gonna need some help! Inside of this code "return ControllTheDog(D, _____)); The part "_____" needed to be added with a specfic code in C sharp. What is the solution to make a selection between method "NeedInjection" or/and "Dehydration" instead of "____"? Have worked hard to find …

0
60
Member Avatar for FlashDave

I hope meet some Likeable Geeks here, and gain some knowledge about Web design, and development. Using Adobe Web Premium CS4, and doing a study in AS3, anyone here use AS3 Dave

Member Avatar for jayparmer
0
63
Member Avatar for Brandlax

ok, i am relly messed up...im currently developing a flash game..and there in frame 1, i have many instances (movieClip), event listeners, etc. But the problem is, when i tell it to go to the next frame, it shows an error saying this cannot be found or other things... how …

Member Avatar for keshavgarawal89
0
210
Member Avatar for keshavgarawal89

i got a buttons layer n dere are 5 buttons on dis layer.. inside every button i hav got a image file converted to graphic and settings as described below : UP frame : graphical image alpha set to 0 Over Frame : graphical image alpha set to 100 dat …

Member Avatar for keshavgarawal89
0
120
Member Avatar for DanHu

ok so i have 3 separate classes: Product, Action, and Invoice. Action would be my interface that allows me to add and remove items in my hashmap that is in my Invoice class. my Product class would have the instance variables name, info, id and quantity (correct me if I'm …

Member Avatar for NormR1
0
525
Member Avatar for syd919

Hello I am new to actionscript and i didnt know which forum to post in and may someone plz guide me to the right on. I want to play a simple animation in actionscript 2 and I keep getting an error Here is my code: [code=php] import flash.events*; stop(); dude.stop(); …

0
55
Member Avatar for Kieran Y5

Hi, I am working on a way to draw a graph with AS3. I have just put my code into different classes. I have a function that draws the graph axis but it doesn't seem to work properly. You will see what I mean in a min. [CODE] public function …

0
117
Member Avatar for G_S

Hi, I need your help with a php issue here: I have a flash form where the user enters some strings. Action Script is supposed to get these strings and place them into variables, then send the to php. Now php gets these variables and places them inside other variables …

Member Avatar for farhan386
0
144
Member Avatar for Kieran Y5

Hi, I need to get the UNIX timestamp from when the day started in AS3. How can I do this??? Thanks in advance :)

Member Avatar for JasonHippy
0
556

The End.