Friday, 6 September 2013

play videos flash from androi html:

play videos flash from androi html:


        super.init();

        super.appView.getSettings().setPluginsEnabled(true);

example:


    public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        super.init();
        super.appView.getSettings().setPluginsEnabled(true);
        // Set by <content src="index.html" /> in config.xml
        super.loadUrl(Config.getStartUrl());
        //super.loadUrl("file:///android_asset/www/index.html")
    }

No comments:

Post a Comment