Quote:
Originally Posted by wazistdaz
is there any chance to get thosee system.loadpaymentlayer links to put into console?
bcs I tried to debug also, but can't get any frame info either.... and I couldn`t get the ids out of eventstream ..... :(
|
You can simply extract package ID's using the element inspector, you don't need the eventstreams at all.
I'm not sur what you mean by your first sentence, if I understand well you can still use the console to open the paymentLayers, it works like this:
Code:
System.loadPaymentLayer('PACKAGE_ID')
In the PACKAGE_ID spot you put the package id which you can also get from all of my links, for example:
SERVER.seafight.bigpoint.com/index.es?action=internalHome&opl=
package_feedom_l
Hope this helps ;)