Forum: Flash Wishlist and Bugs
08-14-2010, 07:53 PM
|
|
Replies: 0
Views: 17,020
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
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
|
Forum: General Flash
05-21-2007, 01:55 AM
|
|
Replies: 10
Views: 1,843
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
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
|
Forum: General Flash
05-18-2007, 06:13 PM
|
|
Replies: 10
Views: 1,843
|
Forum: General Flash
05-18-2007, 05:44 PM
|
|
Replies: 10
Views: 1,843
|
Forum: Flash MX 2004
04-05-2006, 02:52 PM
|
|
Replies: 3
Views: 1,023
|
Forum: General Flash
02-06-2006, 06:39 PM
|
|
Replies: 3
Views: 1,257
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
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
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
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
|
Forum: Flash MX ActionScript
12-24-2004, 06:22 PM
|
|
Replies: 7
Views: 2,164
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
|
Forum: Flash MX 2004
12-22-2004, 01:54 PM
|
|
Replies: 9
Views: 3,803
|
Forum: Flash MX 2004
12-22-2004, 03:15 AM
|
|
Replies: 9
Views: 3,803
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
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
|
Forum: Flash Media Server
12-09-2004, 03:09 AM
|
|
Replies: 8
Views: 8,082
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
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
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
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
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.
...
|