228 Topics

Member Avatar for
Member Avatar for sandra21

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 …

Member Avatar for sandra21
0
93
Member Avatar for sandra21

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 …

Member Avatar for sandra21
0
117
Member Avatar for snitch321

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 …

0
69
Member Avatar for snitch321

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?

Member Avatar for snitch321
0
205
Member Avatar for Daria Shmaria

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 …

Member Avatar for Daria Shmaria
0
105
Member Avatar for Kivit

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 …

0
59
Member Avatar for ryhan09

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

Member Avatar for JasonHippy
0
185
Member Avatar for samarudge

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 …

Member Avatar for JasonHippy
0
105
Member Avatar for MattTheHat

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 …

Member Avatar for MattTheHat
0
174
Member Avatar for itsjareds

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 …

Member Avatar for vietnamvisa
0
188
Member Avatar for Kgruru

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 …

Member Avatar for iamthwee
0
45
Member Avatar for jakesee

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. …

Member Avatar for JasonHippy
0
141
Member Avatar for marcosjp

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 …

Member Avatar for mitrmkar
0
147
Member Avatar for tiger86

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.

Member Avatar for javmedia
0
95
Member Avatar for superchris

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 …

Member Avatar for jbennet
0
90
Member Avatar for ruchi18

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 …

0
53
Member Avatar for ruchi18

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 …

0
140
Member Avatar for xylude

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 …

Member Avatar for rajarajan2017
0
76
Member Avatar for Animosity

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; …

0
50
Member Avatar for cloverlu

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 …

0
41
Member Avatar for milktray

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 …

Member Avatar for milktray
0
93
Member Avatar for xylude

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: …

Member Avatar for erico564
0
179
Member Avatar for quecoder

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 …

Member Avatar for sDJh
0
139
Member Avatar for Lie To Me

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 …

Member Avatar for Reliable
0
52
Member Avatar for tiger86

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 …

Member Avatar for peter_budo
0
58
Member Avatar for heavenkid

[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 …

Member Avatar for heavenkid
1
116
Member Avatar for cwarn23

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 …

Member Avatar for Shanti C
0
94
Member Avatar for chibex

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?

Member Avatar for sarehu
0
72
Member Avatar for Reliable

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 …

Member Avatar for pritaeas
0
79
Member Avatar for Reliable

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 …

Member Avatar for Reliable
0
54
Member Avatar for darkmikey

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 …

Member Avatar for ryan_vietnow
0
127
Member Avatar for punkrockbboy

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 …

Member Avatar for seagreen
0
183
Member Avatar for emit_flesti

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 …

Member Avatar for emit_flesti
0
95
Member Avatar for sreein1986

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

Member Avatar for CoffeeChef
0
60
Member Avatar for textureman56

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 …

0
49
Member Avatar for txwebdesign

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 …

Member Avatar for txwebdesign
0
107
Member Avatar for osirus0830

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 …

Member Avatar for tranni
0
91
Member Avatar for kevin wood

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 …

Member Avatar for kevin wood
0
203
Member Avatar for MClay

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 …

Member Avatar for Ramy Mahrous
0
115
Member Avatar for Designer_101

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 …

Member Avatar for desicoder
0
79
Member Avatar for Bushido Hacks

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 …

Member Avatar for peter_budo
0
91
Member Avatar for CoffeeChef

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 …

Member Avatar for CoffeeChef
0
103
Member Avatar for isotope

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: …

Member Avatar for isotope
0
98
Member Avatar for inzomniac

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 …

0
70
Member Avatar for mav140

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 …

Member Avatar for miguelp
0
171
Member Avatar for rori

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.

Member Avatar for rick222
0
97
Member Avatar for tomsta

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 …

Member Avatar for jaepi
0
146
Member Avatar for ewilson

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 …

0
81
Member Avatar for Septenary

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 …

Member Avatar for Phaelax
0
219
Member Avatar for Dsiembab

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 …

Member Avatar for Dsiembab
0
129

The End.