Questions tagged [pfi]
4 questions
2
votes
2 answers
What is the address of my Flash debugger?
I packaged my SWF for iPad and exported to debug. I installed the .ipa on my iPad. When I tapped on the icon, nothing happened for a few minutes. Then, I got a UIAlertView asking for the address of my Flash debugger.
Does anyone know what that…

Moshe
- 57,511
- 78
- 272
- 425
0
votes
0 answers
How to create dataframe that shows permutation importance features values?
How to create dataframe that shows permutation importance features values? I tried to code PFI for each classes = ['Car', 'Train', 'Tram', 'Walk', 'Bicycle', 'Motorcycle', 'Bus', 'Taxi'] but it didn't went well.
Here are the code:
classes = ['Car',…

cat_box
- 1
0
votes
1 answer
Where can I get the Packager for iPhone binary for Adobe AIR?
I need to package an AIR app for older iOS devices. To do this I apparently need the Packager for iPhone tool, which is not available from Adobe Labs anymore and isn't included in the archived version of AIR 2.0.2. Can someone point me to a copy?

MMM
- 21
- 5
0
votes
1 answer
How can i make a sprite with intercambiable images
How can i get sprite thats updates the image with this interface?
public class DinImageSprite extends Sprite
{
public function DinImageSprite() {
super();
}
public setImage(a:Class) {
}
}
Tanks

caeycae
- 1,137
- 3
- 12
- 28