RE: [Flashcoders] swfs in pdfs

2007-05-17 Thread Nimrod Huberman
I don't know your specific goal, but remember that you can convert the pdf to swf using flashPaper, and then any combination is easier. The user will run one swf file that will load and handle (using the flashpaper's API) the converted swf. Nimrod -Original Message- From: [EMAIL

RE: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-07 Thread Nimrod Huberman
On pc, the X conflicts with the name of another class X appears when you declare and use variable of type A in class B and a variable of type B in class A. (To solve it you have add import A; before class B and import B; before class A, then to click check syntax button 2 or 3 time until the

RE: [Flashcoders] Localization issue with XML

2007-03-20 Thread Nimrod Huberman
Im not sure itÂ’s the right direction but you can try: system.useCodepage=true; Nimrod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: Tuesday, March 20, 2007 8:32 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders]

RE: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Nimrod Huberman
You can set pointer to the question class in the button, and use it later in function . Use this code in the your question class: answerButton.handleBy = this; answerButton.onRelease = function() { handleBy.GiveAnswer(aNum);} -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL