Re: [Flex, JS] Error calling method on NPObject!

2015-04-12 Thread piotrz
ge in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10058.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [Flex, JS] Error calling method on NPObject!

2015-04-13 Thread Evyatar Ben Halevi-Arbib
C > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10058.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: [Flex, JS] Error calling method on NPObject!

2015-04-13 Thread Alex Harui
Piotr, did you see my reply? Have you tried proving that the callbacks are set up in time? BTW, a gentle reminder: using “*” in allowDomain/allowInsecureDomain for ExternalInterface callbacks puts the onus on you to ensure that there is no way anyone can misuse your SWF to steal information. all

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
: ExternalInterface.addCallback("myfunction", null); Will try to move this code a bit later. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10079.html Sent from the A

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
ge in context: http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10080.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread Evyatar Ben Halevi-Arbib
ex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10080.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
Evyatar, Like I said this is only pseudo code, so I have correct attributes name in my app. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10083.html

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread Alex Harui
If I understand your code, you are creating an app with a myJSFunction that calls the SWF callback. When does myJSFunction get called? What guarantee do you have that the SWF has set up the callback by the time myJSFUnction gets called? -Alex On 4/14/15, 1:04 AM, "piotrz" wrote: >Hi Evyatar,

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread Benjamin A. Boyce
is > >> cause in some way my errors because these two methods has been used at > the > >> same time ? > >> > >> "Do not use this method to enable scripting between non-HTTPS files, > >> between > >> HTTPS files, or from HTTPS files to non-HTTPS files." > >> > >> Piotr > >> > >> > >> > >> - > >> Apache Flex PMC > >> piotrzarzyck...@gmail.com > >> -- > >> View this message in context: > >> > http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10048.html > >> Sent from the Apache Flex Users mailing list archive at Nabble.com. > >> > > > > >

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread Alex Harui
To unsubscribe, send an email to users-unsubscr...@flex.apache.org and I think the mailing list robot will send you a confirmation email and once you reply to that you should be unsubscribed. -Alex On 4/14/15, 10:21 AM, "Benjamin A. Boyce" wrote: >im sorry, having a hard time unsubscribing from