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 > september 2007 > threads for sunday september 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

Instance names and loadClip
Posted by elwood37 at 9/2/2007 11:58:21 PM
I am trying to load a swf containing a draggable border movie clip using MovieClipLoader.loadClip(). I have a mc on the stage called "application" with an empty mc inside called "appContainer2". The swf is loaded using the code: var myMCL:MovieClipLoader = new MovieClipLoader(); var myLi...more >>


preloader problem
Posted by Larryr3 at 9/2/2007 9:43:21 PM
I am having a problem finding an error in my preloader code. This is the error message : **Error** Scene=Preloader, layer=Layer 1, frame=1:Line 6: ')' expected var progress = Math.round (100 * (_framesloaded / _ totalframes)); Total ActionScript Errors: 1 Reported Errors: 1 ...more >>

open new window using javascript in flash
Posted by braulio! at 9/2/2007 9:30:52 PM
what is wrong with the following? I keep getting the 3 errors below. I have checked and rechecked but can't find my mistrake. on (release) { getURL("javascript:newWindow= window.open('http://websitemedia.net/playground/ferrioni/sandbox/ferrioniaddress ..html','popper1', 'width=425,h...more >>

Help - Flash 8 graphics bug w/ transparency and Drawing API
Posted by crazygringo at 9/2/2007 8:11:59 PM
Hi, I was wondering if anybody has a workaround for this bug? When I use the Drawing API to create a filled circle in a new MovieClip (using the drawCircle function defined in the docs), and then set the new clip to 50% alpha, half of the stroke is set to 100% alpha. It's easy to reprodu...more >>

LoadSound()
Posted by acridcola at 9/2/2007 8:03:23 PM
can anyone explain why this url http://www.musicwebtown.com/9608ssp/playlists/63873/501373.mp3 Doesn't not load the mp3 in internet explorer or debug SWF, but will load just fine in firefox???? ...more >>

Camera.get - USB vs. Firewire
Posted by jgomula at 9/2/2007 6:53:29 PM
This may not be the right forum, I'm not sure this is a "code" issue. I am trying to display live video. My project works [b]GREAT[/b] with a Firewire video camera attached - I see live video in my SWF; but I get no video in my SWF when I attach a USB 2.0 webcam. I don't think this is my code ...more >>

pop up windows with player 8
Posted by joeif at 9/2/2007 6:04:32 PM
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14192&sliceId=2 None of the methods on this page (except the first and least useful) work when I publish as flash 8, and I can't figure out what I'm doing wrong. They work fine published as 7. ...more >>

Flash Variable
Posted by Sefdsdf at 9/2/2007 5:43:13 PM
listnum = 1; addressVars = new LoadVars(); addressVars.load("http://www.gatoona.com/hello/vids/index.php"); addressVars.onLoad = function() { theLink = addressVars.comboData1; theLink2 = this["addressVars.comboData" + listnum];} Here is the exact AS code to load variables from a php on...more >>



Basic 1st steps for Actionscripts
Posted by gajtguy at 9/2/2007 5:15:00 PM
So, I'm wondering what the basic 1st steps are for Actionscripts in Flash applications? Being new and making no assumptions, I'd say that the file starts with Frame1 of the main timeline. Does that actionscript ever get 'processed' or 'run' again? Or do you need everything else to be in 'funct...more >>

hiTest Trouble
Posted by magnetica2288 at 9/2/2007 4:37:22 PM
I have a problem wth hitTest, visit the test game; http://www.flash-online-games.co.uk/camera.swf Now if you move the orange dot anywhere in the black rectangle, it will detect a collision. How do I make it so it only detects a collision when the orange dot hits the red scope??? Any...more >>

placing within "loadMovie" action
Posted by fede7 at 9/2/2007 1:41:11 PM
Hi, I building a site with many photos. I then decided to use the "loadMovie" actionscript to display each photos. First: (am i right? Does it indeed make the whole swf faster when looked in a browser?) Well, i guess so... Then, until now, I mangaed to script the button to display a jpg...more >>

Publishing with Actionscript
Posted by turusmedia at 9/2/2007 5:27:10 AM
What is different in CS3? When I test my movie within Flash, it works just fine. But, when I publish it and bring it up in IE, it doesn't seem to be following the script (i.e. stop();). I am using the html and actionscript files that Flash publishes. I'm running IE 7.0 and Flash Play...more >>

bitmapData - use with external image
Posted by Nerd Monster at 9/2/2007 12:34:39 AM
I am working with Lee Brimlow's tutorial for a color picker from gotoandlearn.com. The code pulls an image from the library (via a linkage identifier) and uses it to create the colorpicker. The code is pasted below. What I would like to do is this: Instead of pulling the colorpicker image ...more >>

How to compare numbers?
Posted by Marek at 9/2/2007 12:00:00 AM
I have huge problem with pomparing numbers under Flash CS3 in AS2 mode. Operation: parseFloat("965.95")==965.95 produces FALSE when swf is played via the browser and produces TRUE when played under Flash Player directly. How it behaves under AS3 - I don't know, I haven't done any tests....more >>

howto remove movieclip reference from array
Posted by Ola Lund?n at 9/2/2007 12:00:00 AM
Hi all! I wonder ... this array prototype manage to remove Strings and Integers but not movieclip references, how can I achieve this? Array.prototype.removeArrayItem = function(item) { i = 0; while (i<this.length) { if (this[i] == item) { var pre = this.slice(0, i); ...more >>

Problem with instances
Posted by watsau at 9/2/2007 12:00:00 AM
Hi, I'm having trouble setting up my buttons on screen. I have two custom classes built, one called "ZoomButton" and the other is "SubButton". I have movie clips called bsPortfolio and bsPictures on my main timeline, buut when I try for example "trace(subButtons[0])" I get a name of [objec...more >>

Accessing Global Variable
Posted by Syeed\ at 9/2/2007 12:00:00 AM
Hi, I developed an application for FM2. I have around 6 .swf files used by 6 users. I need a global variable so that I can count the no. of clicks performed. Every time a user clicks, I need to increment a variable and this should go on irrespective of which user has clicked from which .s...more >>

array targeting problem
Posted by bonions at 9/2/2007 12:00:00 AM
Hello all, im hopeing that some nice guru could help me out with an array targeting problem please :) im using flash mx. i have dynamically named layer objects eg: _level0.o.DYNAMICNAMEA.nn where nn is an array within it. from other dynamic named layerobjects with the same ...more >>


DevelopmentNow Blog