393 Topics
Hi, i would like to create a flash file which will have thumbnails of various images (about a 100) what i would like to do is make on image at a time (tandom sequence) glow or have an increase in alpha and then come back to normal and then another …
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'divisions.swf' file which i decompiled using …
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'proprietorytools.swf' file which i decompiled using …
Hey Everyone, I know that AS3 uses what is called "camel coding", but it seems to that sometimes the names given to variables and especially functions could be shortened even more. Is "camel coding" a mandate or can they just be one word or just the first half. TO better …
I have created my own buttons and imported them to the stage. I then tried to code them so that they linked to another page, however i get the same code message '1120 access of undefined property' for each of the coded buttons. The code is as follows: [code] stop(); …
Is there an "easy" way to learn the different AS3 classes, their properties (if applicable) , and their methods and syntax?
Im using actionscript 3 and i managed to create one link to another page, however when i try to copy the ame code on the same frame for another symbol it doesnt work. e.g. [code=actionscript] stop(); IntroductionSymbol.addEventListener (MouseEvent.CLICK, onClick); function onClick ( event:MouseEvent):void { gotoAndStop("9") } [/code] That code works …
Hi My problem is actually in an ActionScript3 system, but I think the concept is the same. I am creating instances of an object repeatedly, and I want to give each new instance a unique name. As the loop runs, it calls a function which creates a new instance. Currently, …
My original code enables me to play another frame once the user has clicked on the object-as seen in the code; [code=ActionScript]stop(); btn1.addEventListener (MouseEvent.CLICK, onClick); function onClick ( event:MouseEvent):void { gotoAndPlay("8") }[/code] However, when i replace gotoAndPlay with 'gotoAndStop' it doesnt work?
I'm writing a "Chicken and Eggs"-style game. I get an error in Main.as, line 160, that says "1119: Access of possibly undefined property ENTER_FRAME through a reference with static type Class." Line 160 is: [code] basket_mc.removeEventListener(KeyboardEvent.ENTER_FRAME,moveBasket); [/code] basket_mc is a MovieClip of the basket used to collect falling eggs. moveBasket …
Hi, guy I've created an animation (swf file) using AS3 and FlashDevelop. I'm able to compile and play it in FlashDevelop but when I open it in any browser (IE, Firefox, Chrome) I just see the background color and that's it. (I've flash player plugin installed on browsers). What my …
A Client of mine needs to have a web application built that has all the basic feartures of a simple movie editor... There would be no uploading of videos, just selection of avalable clips and audio etc. I'm most comfortable with actionscript 3, and have very basic knowledge of php …
Hi, I am using Flash 8 with Actionscript 2.0. I am unable to stop my Flash Videos from playing as soon as the page loads. Tried everything...please help, Thank You
Hi, I have created a flash file that requires variables from the HTML page it is embedded in. Now I'm not sure wether this is a Flash problem or a HTML problem but when I view the flash file through the web page with the following embed code [CODE=html]<!DOCTYPE html …
hi i have created a movie clip that should play external flv files i have placed the flv files in thier own key frames and have buttons that gottoand play frame number but when i click on the buttons it only play the 1st video in the 1st frame but …
I'm having a problem with a quite complex piece of code, basically i cannot use an onClick event on my <div></div> element because it contains a flash file that is capturing all the clicks on it. Let me guide you through my code: It uses an XML document to load …
I built a Flash project that originally could only be used in Flash Player 6.0. At that point I used 11 different scenes as you navigate from one Flash page to another. Now I am allowed to view the file in Flash Player 9 and would like to use actionScript …
Hi All, I downloaded Flex 3 software from [url]www.adobe.com/flex[/url]. Its downloaded sucessfully after that its expand also. The problem don't know what to do after that:'( ....... Plz can anyone tell me
Hi everyone, Say I have a MovieClip that has nested MovieClips for example [CODE]person_mc > body_mc > toe_mc > toe_nail_mc > leg_mc > hand_mc[/CODE] Then, I want to export this person_mc and use AS3 to move the body parts _mc around. How do I reference the body parts? Ideally, I …
Hi all, Need some advice here: I wrote some code to recieve KeyboardEvents but when I "Test Movie" inside the flash program, many keys are being captured by the flash program instead of my swf test movie. Most notably, all alphabets are trapped only numbers are detected within the swf. …
i wonder if someone can help me! i have created a .swf file that i am using in dreamweaver, but on my Action Scripting, it only references the email and not the subject nor body. this is my code on my button [code] button_mc.onPress = function() { getURL("mailto:me@company.com"+"?subject=Answer"+"&body=Yes"); }; button_mc.onRollOver …
Hi All! I am new to web-development. In my company i get a project i.e based on action script. I have no idea on this. But inthis down time i have no other choice left. Could anybody help me out from this critical situation? Don't hesitate to suggest me anything. …
Hi There :) I purchased and downloaded this flash gallery from Mmfiles.com <- Good site. Now, of course I'm looking to insert this versatile resizable flash gallery, into my website that was designed in Dream-weaver cs3. [B]Are there any good tutorials you might know to help me do this ?[/B] …
Hi, I am wondering does anyone know any libraries for flex to do microsoft wordart or openoffice fontwork. I saw a website that was done in flash that had text wordart effects. The website is bluecotton.com and here is a link to their design studio in flash [url]http://www.bluecotton.com/studio.html?target=257&garColor=9&designFile=&emb=1&ranNum=0.298700633458793[/url] The text …
Hello, my friend here is making a component in Flash, but he was working with Action Script 2, and now he needs to convert it to AS3. so that it would be able to work with FlashPlayer 10 . Can someone tell me if this is possible,and how to do …
I need to do a flash photo slide show like this, anybody help me to do that using action script. Please provide any tutorial/samples/ or just SWF like that to do that. Please look into the link for the sample [URL="http://www.walkertek.com/portfolio.php"]http://www.walkertek.com/portfolio.php[/URL] Please help me to solve, its very urgent too... …
Hello, I have an application in actionscript & flash my application design contain 7 tumbnails picturs & 2 button for scrolling this tumbnails actually i hav 28 photographs which i want to be scroll 4 times on clicking on button each time so can any one give me the solution …
Hi, i have an application inaction script & java script .I m calling a javascript function by actionscript Fscommand but it gives error as "Object Required" can anyone solve this error.... i have paste code below of javascript.... [code] <html> <head> <title>save</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> <script …
Hello, I have problem in java script ............ i m using action script & java script , i have an application in which i want to save text of user on clicking on save button & i m using "document.execCommand('saveas')" to save text ... however this code work fine in …
I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button: [code] on(release){ mc_holder.loadMovie("home.swf"); trace ("..."); } [/code] and my mc_holder movieclip is on the stage. But when I click the button the trace output shows …
Well, I got this from a tutorial across the web and I saw a post from this website concerning with what I had. Though nothing works, I'm trying to see what can I do to have the content simply send in and flow though. Flash: [code=actionscript] stop(); System.useCodepage = true; …
i am new in flash mx 2004 i have to devlop a shooting game please anybody help me using action script
Do you want to know how many visitors surfed on your website? I guess your answer is yes. But how to do and which tool can create such a counter? Now, I will solve all the problems and show you the steps to create a counter. Here, I will make …
I can not figure this out. this code seems to add the uiThumbs3rd to the whole stage but I am trying to put it on a movieclip shown here.There is no code in the timeline and I have the movieclip McContent drawn on the stage with the instance name mcContent. …
In flash is [code] public function set fileName(String:fileName):void{ this.fileName=fileName } [/code] the same as [code] public function setFileName(String:fileName):void{ this.fileName=fileName } I was wondering if the word "set" acted as more than a function naming convention? [/code]
Hi Im a newbie, so I hope I am posting in the right place.... Some advice if you can, I have a little flip book that works fine in Firefox and some versions of Explorer, Flash 9 with Actionscript 2, Problem is for some people with older version of ie …
Looking for software, or a collaborator, to implement an action style IF (text-based) game, or, hopefully, produce a new type of IF-authoring program which features libraries of material types, physical laws and a broad range of links between the interface (player) and the game world to produce a unique type …
Hello everyone, Trying to get a grasp on AS3.0. I know what addEventListerner is for and pretty much how to use it, but I the last three parameters in the statement have me scratching my head. There is a number (usually 0) and two Booleans--false and true respectively. Why are …
I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie. I don't have much code written for this but here is what I have in the first and only frame: …
Can some one show me how to load thiis combobox to the fla from the Main.as? [CODE] package chromatic.load_files{ import flash.display.MovieClip; import flash.display.Sprite; import fl.controls.ComboBox; //this class is imported on the actions frame 1 //these are classes that create components already loaded import chromatic.load_files.CBMajorComponent; import chromatic.load_files.CBMinorComponent; import chromatic.load_files.UIImageComponent; import chromatic.load_files.CBMinorComponent; …
hi,. if anyone related to flash pls contact me. i make a tic -tac-toe game in flash i have phase some pls if anyone related pls contact me.
I can't figure out how to stop the thumb from moving. Steps: Create an mx:Hslider with min=0 and max=100. Create a var with a set value of 50. Start slider at 0, allow user to move slider up in range based on var decreasing. I can get the slider to …
Hi everybody. I have a clothes and shoes Template with for example created buttons : "numericstepper" and "size" for shoes. I used "-visible=false;" and that is very good. But now, I wish to see these buttons "numericstepper" and "size in the shoes item and never in "bags" or "clothes" items..... …
hi... i am doing an animation 23 fps that lasts about 90 secs...(around 2000 frames) I am trying to solve this problem i got but i cant find the solution... The movie plays fine but when 4 words are supposed to animate in individually (these words are movie clips) the …
i m currently using Flash 8 i tried some of the codes from a tutorial for Action script but it doesnt seem to work when it exactly the same as the tutorial ones. the codes are at the other thread if anyone is interested to help me solve it.
We need an AS forum. I would say AS3.o but I realize there are some who are using 2.0 as well so we just need a place to discuss both. AS3 is difficult to learn for someone like me who is new to OOP languages altogether. I'd like to a …
I want to update my flash to cs4 because it now supports the z axis!! That can make a world of changes in Web Design! I want to know if anyone has it and if there are any cons to upgrading and if they have made a whole new ActionScript …
Helloi I want to do a program.This program will about that.I want to download a file from ftp mirrors.But ı want to select best(fastest) ftp mirror.How can i do that.I want to give mirror list via a file to program.And this program have to ask that mirror with mirror bandwith.and …
[B]I am currently learning flash from a tutorial which teach step by step i did step by step but somehow it cant work as i m a newbie i dunno how to fix it [/B] tutorial link = [url]http://www.oman3d.com/tutorials/flash/simple_website/[/url] ************************************************************************* **Error** Scene=Scene 1, layer=Action, frame=1:Line 5: The class or interface …
Sorry if this is in the wrong forum but I couldn't find a Flash forum so I am just guessing from previous posts that this is the right forum for the programming side of Flash. A few months ago I got a flash program called '3D Flash Animator' but comes …
The End.