Why do you have so many hoops to jump through?
Try changing your for loop to this:
for (var i:Number = 0; i < elements.length; i++)
David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of daniel
Sent: Tuesday, July 10, 2007 11:52 PM
To: flashcoders@chatt
Is it possible that the i != elements.length inside the for loop leads to
trouble? Maybe if it's change to imailto:[EMAIL PROTECTED] On Behalf Of daniel
Sent: Wednesday, July 11, 2007 10:52 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] +Infinite Loop -Dignity
I feel really stupid
I feel really stupid right now. No, not that stupid. I mean really stupid.
Take the highest level of stupid you can imagine and double that. Yes, now
you've got it!
I have a class named Game.
Game.start() calls setInterval(this, "update", 1000).
Game.update() calls _gameScene.update().
_gameS
>>Delegate is teh bomb dot com. If u don't use it, ur n00b.
Or you're using the current version of Actionscript, AS3. :)
Jason Merrill
Bank of America
GT&O Learning & Leadership Development
eTools & Multimedia Team
___
Flashcoders@chattyfig.figl
I been wanting to put my site together in some form, something simple
that just parsed my directory and spit out some xml of stuff i randomly
make usually to test out something...
so finally i put it together, and here's what i got... of the stuff i
have on the site, since it is what it is...
Just wondering if anyone else has run into this problem... and what solutions
you may have.
I'm creating custom components that aren't extending the built-in UIComponent
class. My component .fla is built using a boundingBox_mc in Frame 1, and the
component assets in Frame 2 (same as AS2 V2 compone
Hi all,
I'm re-posting hoping one of you will have pity on me!
I'm trying to get the links I have entered in a ListBox component to
open in a new window.
(think target="_blank")
I used the following code which seemed to work fine on a Mac, but didn't
work at all on a PC.
function handler()
haha i use it :D but never when loading xml...
On 7/10/07, Steven Sacks <[EMAIL PROTECTED]> wrote:
> It's completely wrong to insist that you have to use a delegate in all
> situations.
Delegate is teh bomb dot com. If u don't use it, ur n00b.
;)
_
Hi,
well in the end everything is an object, so you are not really mixing
datatypes.
It all depends on the scope of your project I think, but seeing the code
below doesn't make me wanna be the maintainer of that project when its
author goes on vacation or sickleave :).
I think that in asking 'i
...is it considered acceptable? Is it ok to mix data types in an array?
function getData(which):Array {
switch (which) {
case ("A") :
return ["A",{abc:"dog"}];
case ("B") :
return ["B",{def:"cat"}];
}
}
var goofy:String = getData("A
using FlashInspector with PixLib is very easy
http://osflash.org/luminicbox.log
http://osflash.org/projects/pixlib
--
Pedro Taranto
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figle
On Jul 10, 2007, at 5:33 AM, Marcelo Wolfgang wrote:
Hi all,
I have the type of problem I hate the most when developing flash.
My swf works fine locally, but it doesn't work at all on the web.
And I'm about as clueless one can be about debuggin this kind of
problem.
So... can anyone spar
John VanHorn wrote:
works in IDE, but not on server usually = security/crossdomain issue, or
path issue. look for 404's using servicecapture.
essential debug tools:
flashtracer - links above
servicecapture - http://kevinlangdon.com/serviceCapture/
Thanks for the info about servicecapture, but it
You can enable Remote Debugging in the Flash IDE and then start a remote debug
session (from within the IDE) while browsing the
site.
File > Publish Settings > Flash tab
Select: Permit debugging (and fill in a password if you want)
Publish the swf (so it has the debug permission baked in).
Debu
works in IDE, but not on server usually = security/crossdomain issue, or
path issue. look for 404's using servicecapture.
essential debug tools:
flashtracer - links above
servicecapture - http://kevinlangdon.com/serviceCapture/
On 7/10/07, Marcelo Wolfgang <[EMAIL PROTECTED]> wrote:
Hi all,
I
Hans Wichman wrote:
Hi,
are you using as2 or as3?
greetz
JC
as2
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Sof
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 10, 2007 3:47 PM
Subject: [Flashcoders] Remove double-click from IE
I'm green to this: what is the trick to getting a flash menu to require a
single click from IE browsers rather than two?
http://kb.adobe.com/sel
por favor, contácteme fuera la lista.
tengo un proyecto creador de flexss que necesita su ayuda
gracias
please contact me off-list
i have a creative flex project that needs your help.
thanks
artur
www.design2dev.com
ny : 646.797.3320
ba : 15-6736-2633
___
Hello Everyone;
Has anyone seen a package for the decompression of RAR archives for
ActionScript out there? Just wanted to make sure we weren't re-inventing
the wheel.
Scott Inglis
Software Development - Planetwide Games
Unless indicated otherwise, the information contained in this message is
Hi,
are you using as2 or as3?
greetz
JC
On 7/10/07, Nick Weekes <[EMAIL PROTECTED]> wrote:
Flashtracer doesn't work with the latest version of the debug player
(according to the link below). Shame, as it's a nice idea.
xRay is really the debugging tool you should use, its of such a high
qua
por favor, contácteme fuera la lista.
tengo un proyecto creador de flexss que necesita su ayuda
gracias
please contact me off-list
i have a creative flex project that needs your help.
thanks
artur
www.design2dev.com
ny : 646.797.3320
ba : 15-6736-2633
___
Flashtracer doesn't work with the latest version of the debug player
(according to the link below). Shame, as it's a nice idea.
xRay is really the debugging tool you should use, its of such a high
quality. Did you look at the video tutorials:
http://labs.blitzagency.com/wp-content/xray/videos/t
Hi Eric,
try
setTimeout( Delegate.create(myConduit, myConduit.getAutoCompleteMatches,
500, login_dialogBox_mc.entry_txt.text, user.zipcode, "6" );
instead. Should work.
~Arul Prasad
On 7/10/07, eric e. dolecki <[EMAIL PROTECTED]> wrote:
Have a scoping issue of some kind within a Class itse
Hi James,
Thanks a lot for pointing out the pitfall.. :-)..
-Varun
On 7/10/07, James Booth <[EMAIL PROTECTED]> wrote:
Varun,
To make sure that any listener are properly removed and the way I usually
handle EventDispatcher, is to first create a private variable for the
delegate.
private
I'm green to this: what is the trick to getting a flash menu to require a
single click from IE browsers rather than two?
CBP
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/ma
I just made the setTimeout call another function, and made the class method
call in that. fixed the scope.
--
eric
On 7/10/07, eric e. dolecki <[EMAIL PROTECTED]> wrote:
Have a scoping issue of some kind within a Class itself, seems strange.
Flash 9 AS2 SWF.
I have a class that handles some
Mike Lyda wrote:
another option.. flashtracer for firefox (from Alessandro Crugnola)
https://addons.mozilla.org/en-US/firefox/addon/3469
you need the flash player debug version installed, but flashtracer can be very
handy and entertaining.. (browse the web and see what others are tracing out of
Have a scoping issue of some kind within a Class itself, seems strange.
Flash 9 AS2 SWF.
I have a class that handles some XML-RPC calls. Works great from the _root
proper, but fails when i call it from within a function... (without getting
into all the little specifics of the code, below is enoug
another option.. flashtracer for firefox (from Alessandro Crugnola)
https://addons.mozilla.org/en-US/firefox/addon/3469
you need the flash player debug version installed, but flashtracer can be very
handy and entertaining.. (browse the web and see what others are tracing out of
their SWFs..)
-
That's it!, my swf object movie has the param transparent setted so
that was the problem, for that reason, we just use the metatags and
I'm using an index page in coldfusion with metatags for the SEO. Do
you know how we can avoid this blocking thing.
Regards
Gustavo
On Jul 10, 2007, at
Varun,
To make sure that any listener are properly removed and the way I usually
handle EventDispatcher, is to first create a private variable for the
delegate.
private var onStatus_func : Function;
Then in an init function or elsewhere prior to adding the listeners:
onStatus_func = Delegate.cr
Don't remember where it was posted, but there is a serious problem with
DIV layers holding transparent Flash - Google considers it cloaking/spam.
I can see that. We have no transparency though - ie wmode is not set. We're
just using the div to hold plain html content that matches the Flash
con
Hi,
use:
* xray -> osflash.org/xray
* a logger -> also in xray or one of the other available loggers
* assertions (detect and throw errors at runtime)
* visible runtime exception handling
With respect to the last part, see http://objectpainters.com/blog/?p=32
The main idea behind that last poin
Hi all,
I have the type of problem I hate the most when developing flash. My swf
works fine locally, but it doesn't work at all on the web. And I'm about
as clueless one can be about debuggin this kind of problem.
So... can anyone spare some advices?
TIA
Marcelo Wolfgang
_
At 07:11 AM 10/07/2007, Paul Steven wrote:
I believe it is time to get a new PC as my current one just doesn't seem to
be able to cope with Vista and Flash etc
Here is what I have at the moment:
Dell Dimension 4600
Intel Pentium 3.6GHZ
2 GB Ram
GeForce 7600
Vista Ultimate
Hmmm... It sounds l
Removing the MovieClips or objects does not remove the listeners to that
object. You would have to explicitly remove the listeners first then remove
your MovieClip/object. Otherwise, the reference to the listener will still
exist, thus not get picked up by garbage collection. This could be another
- Original Message -
From: "Paul Steven" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 10, 2007 12:11 PM
Subject: [Flashcoders] OT: Recommendation for new PC
I believe it is time to get a new PC as my current one just doesn't seem
to
be able to cope with Vista and Flash etc
Quite hon
Thanks Gregg!
On 7/9/07, g. wygonik <[EMAIL PROTECTED]> wrote:
hey daniel
i think that means that you have three arrays of the B1:B7 Math.pow()
series, with each array being a different value in the curly-bracketed list.
That is:
B1:B7^{1,2,3} becomes
var myArray1 = [ Math.pow(B1,1),...,Math
I believe it is time to get a new PC as my current one just doesn't seem to
be able to cope with Vista and Flash etc
Anyway I normally buy Dells as I have a pretty good experience with them in
the past however I thought things may have changed so I would appreciate any
suggestions for a reasonable
Google blocks transparent Flash in DIV layers,
Google skips/blocks pages with DIV layers holding Flash published using an
invisible background.
We used a DIV layer for Flash content published with a transparent
background over a non-scrolling html background for a full Flash site, the
DIV
Hi,
check th eFlex2 Help ;) Drag&Drop .. %)
Flex2 supports a simple model of drag and drop
all you need to do is to enable the TileList to accept drags and accept drops
myTileList.dragEnable = true;
myTileList.dragEnter = myCustomDragEnterMethod;
myTileList.dragDrop = my
-Original Message-
From: "Kevin Matzdorf" <[EMAIL PROTECTED]>
To: flashcoders@chattyfig.figleaf.com
Sent: 7/9/2007 7:33 PM
Subject: Re: [Flashcoders] WebServices support in AS3/FLCS3
There's a chapter about remoting and webservices in the Actionscript
3.0Cookbook.
http://www.oreilly.com/
Hiya, I am dynamically creating movie clips that I load external swfs into and
want these movie clips to fire onRollOver events though I'm not sure of the
syntax to do this. As you can see from my code i am loading the info from an
XML file.
If anyone knows how to do this I would be really grat
This is interetsing..
Thanks Ian for the link..
-Varun
On 7/10/07, Ian Thomas <[EMAIL PROTECTED]> wrote:
It's possible in AS3 using sockets.
For example:
http://www.bytearray.org/?p=27
Ian
On 7/10/07, Varun Soundararajan <[EMAIL PROTECTED]> wrote:
> That would obviate the need for spammers
I am looking for clues to implement drag&drop features to a TileList (AS3)
just like in Flex
something like a dynamic basket:
SWF objects are loaded into the a TileList
than you can drop them into a basket
all this in Flash AS3...
Is it a dream ?
__
It's possible in AS3 using sockets.
For example:
http://www.bytearray.org/?p=27
Ian
On 7/10/07, Varun Soundararajan <[EMAIL PROTECTED]> wrote:
That would obviate the need for spammers to use any scripting language(s),
and you get the blame for viewing the SWF. God save, it aint there in Flash
That would obviate the need for spammers to use any scripting language(s),
and you get the blame for viewing the SWF. God save, it aint there in Flash
:-)..
--
Regards
--Varun S
http://mailvarun.blogspot.com
/* This mail was sent using 100% recycled electrons */
_
is it possible to send Mail directly from flash without using and php
script or such?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to
48 matches
Mail list logo