LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi Guest
 




Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: lukasbradley
Forum: Flash Wishlist and Bugs 08-14-2010, 07:53 PM
Replies: 0
Views: 17,020
Posted By lukasbradley
Mac OS X and External Interface Issues?

Ever since the OS X and Safari updates from 28 July onward, we have been unable to send data from Flash player to Javascript and out to Unity 3D. From the alert statements I have made, it appears as...
Forum: Work/Job Opportunities 05-20-2008, 02:38 PM
Replies: 0
Views: 1,079
Posted By lukasbradley
Games Adobe Flash Badass Needed

Adobe Flash Badass needed for online video games and massive multiplayer environments development. Work with ActionScript 3, Flash 9, Flex 3, Papervision, Granite DS, and a cadre of other...
Forum: General Flash 05-21-2007, 01:58 AM
Replies: 10
Views: 1,843
Posted By lukasbradley
You're right. Everything works the way you think...

You're right. Everything works the way you think it should. Adobe has a horrible product.

You should go back to Visual Basic, where everything makes sense.

Or, you could learn a new...
Forum: General Flash 05-21-2007, 01:55 AM
Replies: 10
Views: 1,843
Posted By lukasbradley
The short answer: No, you can't do what you...

The short answer:

No, you can't do what you want to do the way you want to. You have to use the event-driven approach.

I'm sorry, but your code can't be refactored into doing what you want. ...
Forum: General Flash 05-18-2007, 06:22 PM
Replies: 10
Views: 1,843
Posted By lukasbradley
Exactly. While I'm not knowledgeable enough...

Exactly. While I'm not knowledgeable enough about the inner workings, especially with Flash 9, to comment on exactly how it does things, I can tell you that what you're trying to do is not optimal....
Forum: General Flash 05-18-2007, 06:18 PM
Replies: 10
Views: 1,843
Posted By lukasbradley
While I would recommend against trying to create...

While I would recommend against trying to create a "synchronous" operation through an infinite while loop, I think this should work.

Are you sure the file is being requested successfully? Are you...
Forum: General Flash 05-18-2007, 06:13 PM
Replies: 10
Views: 1,843
Posted By lukasbradley
Did you mean to post this here, or in a new...

Did you mean to post this here, or in a new thread?
Forum: General Flash 05-18-2007, 05:44 PM
Replies: 10
Views: 1,843
Posted By lukasbradley
First let me say that I understand you are very...

First let me say that I understand you are very frustrated. Learning how a new language can be frustrating, especially when you are comfortable with something else.

Please keep in mind two...
Forum: Flash MX 2004 04-05-2006, 02:52 PM
Replies: 3
Views: 1,023
Posted By lukasbradley
Link returns no results.

Link returns no results.
Forum: General Flash 02-06-2006, 06:39 PM
Replies: 3
Views: 1,257
Posted By lukasbradley
Publish as EXE - What player version?

When a movie is published as an executable for Microsoft Windows platforms, what version of the player is utilized? Can the player version be specified?

I'm looking for a way to do automated...
Forum: Flash 8 09-19-2005, 07:40 PM
Replies: 8
Views: 2,026
Posted By lukasbradley
Are there any new components, controls, or...

Are there any new components, controls, or changes to some of the more basic objects such as DataGrid or TextArea? More specifically, can Flash 8 help solve some of the problems we have in...
Forum: Flash 8 08-08-2005, 01:38 PM
Replies: 0
Views: 1,281
Posted By lukasbradley
Flash 8 Announcement and Preorder

Flash Professional 8 (http://www.macromedia.com/software/flash/flashpro)

Shipping is in "mid-September".

Unfortunately, the only special cool preorder deal available is for a cheezy looking...
Forum: Members Cafe 06-06-2005, 05:55 PM
Replies: 9
Views: 4,336
Posted By lukasbradley
Frozen-- thanks for the links. This is EXACTLY...

Frozen-- thanks for the links. This is EXACTLY what I've been waiting to read.

Regarding the Eclipse/Flash project "Zorn," it is a brilliant step. If you were Macromedia, why would you want to...
Forum: Flash MX 2004 01-10-2005, 03:09 PM
Replies: 9
Views: 3,803
Posted By lukasbradley
Promise I haven't been dragging my feet on this. ...

Promise I haven't been dragging my feet on this.

I just blew away my machine, give me until tonight.
Forum: Flash MX ActionScript 12-24-2004, 06:22 PM
Replies: 7
Views: 2,164
Posted By lukasbradley
Scott, When you run the test, also try this:...

Scott,

When you run the test, also try this:

var myString:String = new String("hello") + new String("what") + new String("whatever");

I have a feeling that something will happen that has...
Forum: Flash MX ActionScript 12-24-2004, 02:35 PM
Replies: 7
Views: 2,164
Posted By lukasbradley
My guess is that the concat operator (+) creates...

My guess is that the concat operator (+) creates a new string with each operation, for example, the following creates 4 new strings, instead of just one.

myString = "hello " + "scott " + "you're "...
Forum: Flash MX 2004 12-22-2004, 01:54 PM
Replies: 9
Views: 3,803
Posted By lukasbradley
Yeah, that's the code I re-wrote. They had a...

Yeah, that's the code I re-wrote. They had a couple errors in their recursion, and it didn't give the true package.

I'll post after I clean it up a bit.
Forum: Flash MX 2004 12-22-2004, 03:15 AM
Replies: 9
Views: 3,803
Posted By lukasbradley
That ClassFinder might not have a...

That ClassFinder might not have a getClass(Object) method that returns a class name, does it?

I rewrote that ridiculous ClassLoader today, if that's the only way to get a class package and name,...
Forum: Flash MX 2004 12-22-2004, 12:46 AM
Replies: 9
Views: 3,803
Posted By lukasbradley
Runtime Class Instantiation

Why doesn't this work?


var myClassName:String = "com.hello.MyClass" ;
var myObject:Object = eval("new " + myClassName + "()") ;


I've also tried the following, to no avail...
Forum: Flash Media Server 12-09-2004, 02:51 PM
Replies: 8
Views: 8,082
Posted By lukasbradley
It doesn't look like they are using binary...

It doesn't look like they are using binary transport. Still XML.
Forum: Flash Media Server 12-09-2004, 03:09 AM
Replies: 8
Views: 8,082
Posted By lukasbradley
I see several ways around that. The actual...

I see several ways around that. The actual binary data might not conform COMPLETELY to the AMF standard, but it could be close enough not to have terminating bytes (\0) in it. In other words,...
Forum: Flash Media Server 12-09-2004, 02:58 AM
Replies: 8
Views: 8,082
Posted By lukasbradley
No problem, Rich. Thanks for answering. We...

No problem, Rich. Thanks for answering.

We are building real-time, multi-player games that send messages between different Flash clients. The communications network is star-based, meaning all...
Forum: Flash Media Server 12-09-2004, 12:58 AM
Replies: 8
Views: 8,082
Posted By lukasbradley
Frozen, Scottae and I have been digging...

Frozen,

Scottae and I have been digging through this today, and I can't find a way to directly hack into the compiled serialization/deserialization methods in the AS 2.0 components.

I'm -> <-...
Forum: Flash MX 2004 12-04-2004, 12:59 AM
Replies: 4
Views: 1,379
Posted By lukasbradley
Thanks Frozen. My second option really isn't...

Thanks Frozen.

My second option really isn't a bad one, because it almost adheres to the new, sexy, very talked about Aspect Oriented Programming. This follows that some classes should allow for...
Forum: Flash MX 2004 12-03-2004, 10:07 PM
Replies: 4
Views: 1,379
Posted By lukasbradley
Accessing Movie Clip Methods after loadMovie()

Is it possible to access methods within a loaded SWF file from another SWF file? Please forgive me if this is a rudimentary question, but I can't seem to find any documentation surrounding it.
...
Showing results 1 to 25 of 26

 
Forum Jump


All times are GMT. The time now is 07:32 PM.