[Flashcoders] Pulling Hair/Need Return Values

2005-11-14 Thread jleonard
Appreciate the help to date, but I'm just not getting it... I am having a very hard time getting XML vars back up into the main timeline for use. If you are a guru, please help. Some of this is new to me and I'm on a hard deadline. The code below extracts a var name (the node's

[Flashcoders] Making a function var global

2005-10-31 Thread jleonard
I'm using the line below inside a function to create a var using the xml's node name tag. But outside the function, it's tracing "undefined". I understand that in AS2 this has something to do with public/private calls. How do I get this to be seen globally? this

Re: [Flashcoders] What's This Mean?

2005-10-25 Thread jleonard
define a class as in: class MyClass { } or an interface as in: interface MyInterface { } Just copying your timeline code into separate files and having a file with for example: var myVar:String = "ffsdfsfs"; is not gonna work. greetz Hans At 03:09 PM 10/25/2005, jleonard wrote:

[Flashcoders] What's This Mean?

2005-10-25 Thread jleonard
I have just separated out my as code into different pages. The init.as page is now showing this error where before it worked fine. Any help greatly appreciated... **Error** C:\Documents and Settings\PC2005\My Documents\flash player\init.as: Line 5: ActionScript 2.0 class scripts may o

[Flashcoders] FLV Player Missing on Text Movie

2005-10-07 Thread jleonard
Anyone know why the video player would not show up on a test movie? The audio is there but no movie? Using Flash 8... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders