228 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Hi, I just joined. This looks like a fairly good tech help forum site. I hope to be able to solve some problems people are having. I'll just use the template in the Read Me to describe me :P When using a computer, I generally like to stay on one … | |
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, 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. … | |
Hello there! Is it possible to detect the Windows version (or at least detect if it's XP or Vista) from a C++ code? I'm working on an ActionScript/C++ solution and, right now, am detecting Windows version using AS, but it would be a lot better if I could do it … | |
I am designing a site with a javascript login that leads you to a flash actionscript site. What language would I be looking at for a database? Mysql? I can use any feedback. | |
Hi! My name is Chris, I'm new here :D I'm 20, from the UK. I'm interested in web development, and I have a pretty good grip on web design, HTML/XHTML, CSS, PHP, and a not-quite-so-good grip on Javascript (I have also used Mootools and JQuery), MySQL, and Flash Actionscript. I … | |
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 … | |
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; … | |
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 … | |
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 … | |
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: … | |
hello , I've visited the new paltalk web interface [url]http://express.paltalk.com/[/url] that i liked so much , and wondering what programming languages one can use to make a similar service .. that integrates voice and video chat ... maybe Flash & actionscript ? and does the hosting have to have certain … | |
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 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 … | |
[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 … | |
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? | |
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 … | |
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 … | |
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 … | |
This is the weirdest problem I've seen so far. But upfront this is my first javascript development. I've mostly programmed in Actionscript and PHP. I have quite a bit of javascript running on my PHP page. I had just gotten everything to work well (looking at you IE7!) and I … | |
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 | |
I need help the script that i am using sends formating information in the name and email forms. The script is from: [url]http://www.kirupa.com/developer/actionscript/flash_php_email.htm[/url] if that helps? this is the script i am using Im a complete php noob and I need you help, any help would be greatly appreciated. <?php … | |
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, 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 … | |
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 … | |
Hey guys. I recently installed some software tools to make Flash on Linux. There are several open source softwares that can create Flash, most of them from source codes or converting files to .swf format. I've decided to try [URL="http://www.swftools.org/"]SWFTools[/URL]. But despite the many many years I have hung out … | |
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 … | |
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 … | |
Hi, I would like some help please. I have made a contact form on Flash and called on a PHP file to send the form through mail. When I receive the e-mail, it is all messed up with HTML tags of the text formatting everywhere... Even in the "From" and … | |
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. | |
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 … | |
Hello Community, I appreciate this forum and the vast knowledge that is communicated throughout the site. I am hoping that one or many of the talented Flash/Actionscript developers that read this may be able to assist me. I am looking for the best of the best Flash/Web developers in Orange … | |
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 … | |
Good Morning, I am thinking of letting users upload files to my website. I already have a php script to allow this which will be the back-end of a flash GUI. I have made the .swf which would allow the browser to find files with only the specified file-types for … |
The End.