-1

Possible Duplicate:
Media player using YouTube?

I have a mobile YouTube API-centric project nearly done. The last view is a component that is a player, naturally, and Flash is not diggin' the security issues at all. Violations, yada yada... And I am passing my developer key in every call too!

So what is the deal with simply loading a video into chromeless player on Android that needs my security attention? Any guesses?

Seriously, I have little prior knowledge of this YouTube API. much less YouTube Flash-to-Flash cross domain 'rules', and there's little out there in the mobile context.

Any help here guys/gals?

Community
  • 1
  • 1
D Kramer
  • 19
  • 2

1 Answers1

0

You would need to check the type of errors you're getting. Is it stopping your application from working,

If no , please check a previous answer given to a similar question.

How to avoid Security Errors when using the Youtube AS3 Player API

If yes, you would need to post the type of errors you're getting and should try to read about Flash securities issues.

Community
  • 1
  • 1
PatrickS
  • 9,539
  • 2
  • 27
  • 31
  • The content will not load, the link you refer to doesn't seem to provide at all, it instead trails off into people talking about their development environments crashing, and none of it is in the context of a device. I can execute the some code on the desktop but not the device. – D Kramer Nov 27 '11 at 22:03