Groups | Blog | Home


Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > may 2006 > threads for tuesday may 2

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Flash Buttons in Dreamweaver
Posted by EBTurner at 5/2/2006 11:46:25 PM
Hey Everyone :) So i have these Flash buttons on my website(which is done in Dreamweaver), and when i go to 'test' the site... the buttons will work when the page first loads(Home)... but if i go to click on a link, lets say "Contact", the buttons aren't there anymore! And if i go back to...more >>


Playing movie clip
Posted by goldfingeratb at 5/2/2006 11:35:22 PM
Hey, Basically, I have linked to a scene where my imported video is and it wont play, here is the code so far: back_btn.onRelease = function (){ gotoAndPlay("Scene 7"); stopAllSounds(); }; cling_video.play() Surely this should work? Or am I being really stupid. I probabl...more >>

Problem reaching variables and functions within a class
Posted by SteveStall at 5/2/2006 11:25:36 PM
Hi there, I'm having problems when trying to reach variables and functions within a class. I'm new at classes!!! Once I declared a function through the mc events all vars and functions get undefined. To be honest it's quit difficult for me to explained my problem. So I created a small ...more >>

Annoyingly simple
Posted by goldfingeratb at 5/2/2006 9:48:48 PM
Hey, This is such an elementary problem which I am sure everyone one of you could solve, but at the moment I cannot do it and its giving me a headache. Basically I have a button with an instance name of goPlay_btn and I want it to go to Scene 8 on release. I have tried all the usual method...more >>

Evaluating ActionScript 2.0 Byte compression data
Posted by Motion Maker at 5/2/2006 9:47:48 PM
I am charged with determining the details of the size of a 441KB swf. I see AS files of 160KB and around 2K embedded AS in the FLA. The Flash developer also used a Button and TextArea component so as I recall there is a 40K approx hit for using one Component. The "size report" has at the e...more >>

Flash mailto: function
Posted by David Kelly at 5/2/2006 9:46:24 PM
How can I program a mailto: function? I'm trying this: ..getURL(mailto:email@domain.com); but it won't work. Anyone?...more >>

list box dataProvider?
Posted by C-Rock at 5/2/2006 9:04:09 PM
i'm using flash remoting to return an array of names from a data base. i would like the names to populate a list box. that works. but when i try to use the "selected" name it's always undefined, why? var namesList = ("bob", "tom", "jerry"); listbox2.dataProvider = namesList; it poplula...more >>

building a "switch" condition
Posted by mrmille at 5/2/2006 8:23:32 PM
Hiya! Im trying to build a little "switch" function, similiar to this one... on(release) { if(testing = "a"){ testing = "b" } else { testing = "a" } } The result will always return "a" its annoying Any tips? ...more >>



Math.Random and gotoAndPlay
Posted by syrcharles at 5/2/2006 6:30:18 PM
So I'm trying to set things up so that in Frame 1 of my movie, it'll randomly pick between two possible frame labels and then jump there. It seems to work just fine if I publish for Flash 8, but most of my end users are going to have Flash 7 if I'm lucky. So I've been publishing for Flash 7, a...more >>

weird spacing around image?
Posted by Brian at 5/2/2006 5:37:51 PM
I have some weird space around some of my images and don't know how to get rid of it. The image on the left, right under the top image had some weird space ontop? http://www.pmuck.de/index2.html This is the css I have for that: #left { float: left; } #left img{ padding: 0; } How ...more >>

Copy an equal movieclip
Posted by q9hkpz at 5/2/2006 10:55:48 AM
I want to copy movieclips randomly, i.e. there are 1_mc, 2_mc, 3_mc in the scene. Then how can I copy the movieclip with name "clip1_mc", "clip2_mc", "clip3_mc","clip4_mc","clip5_mc",......?? How can I use the "for" and "duplicate" function?? ...more >>

256 levels of recursion were exceeded in one action list
Posted by biokys at 5/2/2006 10:09:35 AM
hello i have big problem. I am loading a swf from main aplication. Here is a sample code of main.swf: createWindowCalendar = function () { var my_win:MovieClip = PopUpManager.createPopUp(this, Window, true); my_win.title = "Setup calendar"; my_win.setSize(450, 350); my_win.move(50, 50); ...more >>

loading multiple images
Posted by rami+ at 5/2/2006 10:04:52 AM
Hi, I am new to actionscripting, i managed to load one image at a time, but when i tried to load multiple images with for loop and duplicateMovieClip the only image displayed is the laast one in the for loop. i have a folder containing the images ... the name of the folder is "images" and ...more >>

Changing the fps
Posted by ravich9 at 5/2/2006 9:57:04 AM
Hi, I would like to change the fps of a movieclip... I've used the kglad's code .... which was posted for similar thread in the forum... but... the problem is... the changed fps is not getting applied to the movieclip when it's first time played.... getting applied from the second ti...more >>

embedded flv
Posted by hsheffer at 5/2/2006 9:51:33 AM
hi I am not sure its an actionscript issue. but how do I controll embaded flv with start and stop buttons?...more >>

CheckBox setStyle for fontFamily
Posted by marceldeboer at 5/2/2006 7:55:36 AM
I have an form that has serveral CheckBoxes, on the first frame I put in this code to set the style for the checkboxes. The first two style options are working fine (color and fontSize), only the fontFamily is not working. Can someone tell me what's wrong. if (_global.styles.CheckBox =...more >>

Export bug?
Posted by Triynko at 5/2/2006 7:55:10 AM
I have an object in my library that is exported for actionscript. Export in first frame is UNchecked. I placed an instance of the object on the root timeline on Frame 3. Despite this, the object is not included in the movie, and is not accessable from actionscript. I'm positive it is on...more >>

Action script help
Posted by MMacs at 5/2/2006 6:01:18 AM
Okay, so I am a beginner to flash. First thing, if anyone has any amazing Action Script tutorial sugestions I would appreciate it. Secondly, I have an text object that i want to move accross the scene once the mouse has clicked it. I understand how to create the motion of the object in the tim...more >>

Passing values into included swf files
Posted by neo314 at 5/2/2006 3:48:39 AM
I have a parent fla/swf filethat is made up of three other swf files. The three added swf files require complex url values to access a dynamically created xml file (images.xml.php). I put the three swf files into the library of the parent project and converted them to movie clips. Placed t...more >>

Can buttons remember?..
Posted by vl_on at 5/2/2006 3:40:48 AM
Hi all, Does anyone know of a quick-n-dirty way to have a menu button remember that it has just been clicked and loaded a page, so if it's clicked again while still on the loaded page it would simply ignore the command? I have navigation in home.swf and the pages are in the rest of SWF...more >>

Bug in Scrollpane?
Posted by booyabazooka at 5/2/2006 1:40:39 AM
I've been working with a Scrollpane in Flash MX v.6.0, and have reached a point at which any group or image below a certain line in the scroll contents will not display in the published swf. Does the scrollpane have a maximum scroll height that I have exceeded, or is there something more sini...more >>

Problem Returning Values From Functions
Posted by Scottie0 at 5/2/2006 12:56:02 AM
Flash MX2004 I'm trying to create a game similar to Lingo, if you've ever seen it on TV. I had a bit of code that was working before I decided to break it out into functions.... specifically I'm trying to return values from 2 functions, and I'm getting nothing back. When I do a trace it co...more >>

Perplexing Preloader Mystery
Posted by ngirard at 5/2/2006 12:19:40 AM
As I was trying to alter the preloader of a file, I could not find the assets for it. As a test, I deleted everything from the library, as well as the stage. No actionscript, no assets, nothing is in the movie anymore. When I export it however, the loader is there, and the movie appears to be ...more >>

Is there a function in AS which lists all the depth taken in the movieclip?
Posted by aa at 5/2/2006 12:00:00 AM
Is there a function in AS which lists all the depth taken in the movieclip? ...more >>

Flash 8 video - what am I doing wrong?
Posted by DMennenoh at 5/2/2006 12:00:00 AM
I have a Flash 8 FLVPlayback component on stage, with an instance name of 'vid'. In a frame script I have: vid.setMedia("dd2.flv"); vid.play(); dd2.flv is in the same folder as the movie. I get an error saying it can't make connection or find the flv on the server. If I set the component'...more >>

XML, PHP and Flash forms
Posted by aniebel at 5/2/2006 12:00:00 AM
After searching several tutorials and forum posts, I still am puzzled at how to get started on this. I want to enable my client to upload changes to the XML file used on his site without knowing anything about XML. He also wants to upload images which are referenced in the XML. So, I am a...more >>

Global Flash classpath directory
Posted by DPSwebmaster at 5/2/2006 12:00:00 AM
I am attempting an exercise from the Flash 8 AS Bible that wants me to copy a class file into a directory in the global flash path. Where exactly would I find this? I am on a Mac....more >>

two overlapping clips both having onPress
Posted by aa at 5/2/2006 12:00:00 AM
If there are two movieclips mc1 and mc2 moving around the scene and doing something onPress. How do I secure that when when the clips overlap, only that with higger depth react onPress? ...more >>

Actionscript 2.0 in flash 6
Posted by Dan Gardner at 5/2/2006 12:00:00 AM
Hello, Was there actionscript 2.0 in flash 6. I'm exporting a movie from flash 8 to version flash 6 with actionscript 2.0. I know many things were not supported in flash 6. But was actionscript 2.0 even available back then, such as basic classes? I'm running into some strange problems where...more >>

Free rotate a 3D Model
Posted by SirGianny at 5/2/2006 12:00:00 AM
Hello, I have a Final-Project at my University and it gives me a little hard time, so i was thinking that someone could help me. I have to make a 3D Model of an Auto Radio-CD Player, but i can't use third-party programs, so i have to do it all in Flash. I was thinking that i'll split my pr...more >>

wmode transparant affecting player performance
Posted by rudgr at 5/2/2006 12:00:00 AM
Hi, Is it true that the wmode transparent parameter affects the performance of the flash player? I've got a swf file which runs slow in the IE flash player when wmode is transparent. The FF player doesn't seem to be affected by the performance issue. ...more >>

help
Posted by Abyu at 5/2/2006 12:00:00 AM
Hi can any body help me What is the actionscript required for the following effect ? in flash when i move the mouse their should be an effect that it drop some colors (for eg :color circle) and vanish away if any body know the script for this plz tell me bye :) ...more >>

count clicks
Posted by Abyu at 5/2/2006 12:00:00 AM
Hi can any body say the script that counts the number of mouseclicks made by the user and display it to the user ? if any plz say :)...more >>


DevelopmentNow Blog