1 msglive preview for (non compiled) components,how ...

onLoadComplete, but no onLoadInit
\ T. Michael Keesey (14 Feb 2007)
. \ Arseniy Shklyaev (14 Feb 2007)
. . \ T. Michael Keesey (14 Feb 2007)
. . . \ Alain Rousseau (14 Feb 2007)
. . . . \ T. Michael Keesey (14 Feb 2007)
. \ Danny Kodicek (14 Feb 2007)
. . \ T. Michael Keesey (14 Feb 2007)
. . . \ Danny Kodicek (14 Feb 2007)
. . . . \ Andy Herrman (14 Feb 2007)
. . . . . \ Arseniy Shklyaev (14 Feb 2007)
. . . . . . \ Arseniy Shklyaev (14 Feb 2007)
. . . . . . . \ T. Michael Keesey (15 Feb 2007)
. \ John VanHorn (14 Feb 2007)
. . \ T. Michael Keesey (14 Feb 2007)
. . . \ T. Michael Keesey (14 Feb 2007)
. . \ T. Michael Keesey (15 Feb 2007)
. . . \ Karina Steffens (15 Feb 2007)
. . . . \ T. Michael Keesey (15 Feb 2007)
. . . . . \ Karina Steffens (15 Feb 2007)
. \ Derek Vadneau (14 Feb 2007)
. . \ T. Michael Keesey (14 Feb 2007)

1 msgHow to clear the settings of data bindings?
10 msgCoding Standards: Use of Get/Set
2 msgFlex Chart swf + Flash
6 msgHow to get Arrays from a web service call into ...
5 msgAdding a function to the String prototype
2 msgUniversal IDE test player or Projector?
1 msgRe: XML driven menu-I.E. 7 not opening win='_se...
3 msgAttaching a Symbol From a 'Loader' Movie in a'L...
2 msgRe: [!! SPAM] Flashcoders Digest, Vol 25, Issue 35
3 msgshould this work?
3 msgLoading images directly to BitmapData in AS2?
2 msgDataGrid Component not displaying all rows
12 msgusing mx.controls package in an Actionscript 3....
1 msgMajor problem with sendAndLoad and movie focus
4 msgclickTags and sending variables to aspx
45 msgAnyone hate flash 9 already?
2 msgmouse gestures
1 msgRe: Array structure problem (Jason Boyd)
Subject:RE: onLoadComplete, but no onLoadInit
Group:Flashcoders
From:Karina Steffens
Date:15 Feb 2007


 
You're welcome :)

> -----Original Message-----
> From: T. Michael Keesey [mailto:keesey]
> Sent: 15 February 2007 15:28
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] onLoadComplete, but no onLoadInit
>
> On 2/15/07, Karina Steffens <karina> wrote:
> > Hi Michael,
> >
> > I address the problem of testing cache-busting code in the
> IDE in my blog:
> >
> http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flas
> > h.htm
> >
> > Basically, what you need to do is check for
> > System.capabilites.playerType before adding the
> cache-buster to the url.
> >
> > var loader:MovieClipLoader;
> > var viewLoader:MovieClip;
> > var url:String = "images/catalogue/collection/cat1.jpg";
> > if (System.capabilities.playerType == "PlugIn"
> > || System.capabilities.playerType == "ActiveX"){
> > url+="?nocache="+new Date().getTime(); }
> loader.loadClip (url,
> > viewLoader);
> >
> >
> > This, of course, won't prevent the other problem you
> mentioned, large
> > files downloading multiple times, but it can be quite handy for
> > often-updated content.
>
> Ah, thanks! That looks like something that could be an option
> for my loading package.
> --
> Mike Keesey
> _______________________________________________
> Flashcoders
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com http://training.figleaf.com
>

_______________________________________________
Flashcoders
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


© 2004-2008 readlist.com