Re: [Flashcoders] AS statement this[testStudent + i] in JAVA ?

2008-11-25 Thread tim shaya
Awesome. Thanks guys. The HashTable class ended up being especially useful.

Stupid me thought there was eval()  functionality in a Compiled
language...
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] AS statement this[testStudent + i] in JAVA ?

2008-11-17 Thread tim shaya
Apologies in advance if this is a bit off topic but are there any
ActionScripters who know Java on here?
I'm just starting out with Java and I'm stuck.

In Actionscript you can write a for loop and have something like this:
*
for (var i:int=0;i**myStudnts.length;i++){
this[testStudent** + i] = new Student();
}*

I'm having trouble expressing the left part of the statement --
*this[myStudent
+ i]* -- using Java.

Any suggestions?

Here's where I'm at with the Java code:

*private static Student testStudent1, testStudent2, testStudent3,
testStudent4, testStudent5;
private static String[][] myStudnts = {{...}, {...}, **{...}, **{...}**,
{...}**};
...
  public static void main(String[] args){
**initStudents();
  }

  public static void initStudents(){
for(int i=0; imyStudnts.length; i++){
 // NOT COMPILING SO FAR:
 /
 (Student)(testStudent+(i+1)) =  new Student(myStudnts[i][0],
myStudnts[i][1],

  myStudnts[i][2], myStudnts[i][3],

  myStudnts[i][4], myStudnts[i][5]);
 }
**  }

*Again, sorry if this is a bit off-topic and thank you for taking the time
to read this.

- Tim
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Best Practices for Flash Video and Flash Site Delivery AS3

2008-07-24 Thread tim shaya
Hi David,

The site seems to work fine on a G4, Flash 9,0,124  on Firefox 2 and Safari
3. The video is a bit choppy at the beginning but that's common on this old
system. I watched 4 to 5 videos and in each browser and had nor problems
loading pages afterwards. I got the rainbow wheel for 30 seconds or so
when what looked like the Google API-based map loaded on the IL  MO WC
Venue page.

Do you have all of your listeners removed when they're not needed? Google
Flash 9 or AS3  memory leak. My guess would be to read everything you can
find on Garbage Collection in AS3, starting with these:
http://gskinner.com/blog/archives/2008/04/failure_to_unlo.html
http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html

Hope this helps  (I know that feeling),
Tim

On Thu, Jul 24, 2008 at 3:02 PM, David Rogers [EMAIL PROTECTED] wrote:

 Hello All,

 This is a long one, but PLEASE, PLEASE, read and help Please view the
 site at:  www.hennessyroach.com



 Best,
 Davido

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] DART external SWFs/.as?

2008-07-22 Thread tim shaya
Thanks for getting back to me on this, Manuel. That was reassuring.


On Tue, Jul 22, 2008 at 1:02 PM, Manuel Ponce de Leon 
[EMAIL PROTECTED] wrote:

 Hi Tim,

 I just happen to work for DoubleClick/Google :)...

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash CMS

2008-07-16 Thread tim shaya
Hi Paul,
I've recently played around with Drupal as well because it's open source,
built on PHP/MySQL and I've seen AMFPHP, SWFaddress, SWFobject modules for
it.

HOWEVER -- I started messing with Drupal 6.3, since the latest version is
Drupal 7, but quickly realized that if I wanted a fuller list of free 3rd
party modules I might have to use Drupal 5.x (5.8 last I heard). AMFPHP is
now part of the Services module.

Hope this helps.


On Thu, Jul 3, 2008 at 4:35 AM, Sunil Jolly [EMAIL PROTECTED] wrote:

 I've used Drupal with the AMFPHP module very successfully.

 S


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders