TvOs : is there a way to know when tv is turned off / on? - tvos

This question has been asked here but the author self answered and his answer doesn't provide what I need.
I would like to know if there is a way on tvOs to detect or to be notified when the TV is turned ON / OFF?

Related

Can I override the HOME key in an application writen in AS3?

Hi I'm doing a "kiosk" like aplication using AS3. I want to change the behavior for the Home key of the android phone. So that the public users can't acess the android operating system. So have seen that this question has already been asked a lot but haven't find a answer for it in AS3. This topic is very similiar to what i'm looking for
Android tablet doesn't fire KeyboardEvent.KEY_DOWN
But i really don't see an answer there that can solve my problem.
Most of the answers that i have seen are in Java.
I already had done it for the back button and it works perfectly.
So is there a way to do this in a AS3 application?
Thank you!
May be you can along these lines:
if (Capabilities.cpuArchitecture=="ARM") {
NativeApplication.nativeApplication.addEventListener(KeyboardEvent.KE Y_DOWN, handleKeys, false, 0, true);
}
You can check the details here: http://forums.adobe.com/message/4075374

Is there an AS3 library for determining the beats per minute (bpm) of most mp3 music files?

I saw this linked to another question on here regarding BPM detection but the site seems to be down now. Can anyone help me out? My question is on the title of this post.
Check these library:
SoundTouch
AS3-audio

AIR popup window with virtual keyboard(as3.0)

This is about kiosk contents(Full-Screen).
I'm trying to input some texts in the 'AIR popup-window'(facebook login)
with virtual keyboard(as3.0).
I know the 'HTML loader class' can be a solution, But I think this is different case.
How can I make it? I really need your ideas!
Thank you for read this, and sorry my bad English.
With respect you should really do a thorough search on google or even stackoverflow, as this question has been posed already at least once. Anyway here is a question on the same issue some one answered here:
Flash APIs for Android Platform
Basically it involves a new method in InteractiveObjects that manually invokes the system soft keyboard. Pretty basic stuff. Hope it helps! :)

Adobe Flash Player Settings not clickable

When I display the flash player settings panel it dosen't response to any click.
Security.showSettings(SecurityPanel.CAMERA);
I really don't know what I cloud have messed up.
Reposting the answer from the comments here to get it off of the unanswered list. If the asker or the original answerer (Strille) wants to post their answer instead of accepting this one, that is fine with me. (I'm not expecting an accept or anything.)
This problem is a known bug on Mac that was fixed by updating Flash Player to the latest version.
[ANSWER CREDIT GOES TO STRILLE]

Ways to make a voice call from a web page?

My app will look like this: two people enter a chat or something else in a page and have a skype name or Gtalk. Is it possible to make an anchor to call a voice client from the web page? Is there a flash fallback for this?
I know the skype: prefix that actually doesn't work for me in Ubuntu, but should work for Windows users.
I primarily target PCs & macs, but supporting mobile platforms with a solution will be nice.
For Downvoters: any comments why you do this? Please bother to explain me the obvious thing that I don't know and make this question.
Your question is much too complex. Instead of answering it, which would take several pages, the person might as well write the application him/herself and sell it.
You have to divide your problem in tiny bits, and have a question for each one.
You could at least start with looking at gTalk API and Skype API to see what you need yourself.