
Search In
                      
                      
                        The following should be used to automate a flash player:
WebDriver driver = new FirefoxDriver();
driver.navigate().to("http://www.youtube.com/watch?v=cwNmRCJAIXU");
FlashWebDriver flashObj = new FlashWebDriver(driver,"movie_player");
flashObj.call(
                      
                  
                      
                      
                        SWF files are loaded using the Loader class:
1.Create a new URLRequest object with the url of the file.
2.Create a new Loader object.
3.Call the Loader object's load() method, passing the URLRequest instance as a parameter.
4.Call the addChild() meth
                      
                  
                      
                      
                        Hello readers, In this blog I will teach you how to remove custom post type and taxonomies.
The below code is the custom taxonomies of the parent theme inside the functions.php
    add_action( 'after_setup_theme', 'parent_gallery_add_post_type' );
                      
                  
                      
                      
                        Hello Friends, 
Sometime we need to record Android Screen as Movie. This is very useful for Bug reporting and for app promotion. 
Android Studio has ability to record device's Screen as movie. Android studio give button in DDMS to record video of D
                      
                  
                      
                      
                        As we all know that Change is only Constant in this World. To meet those changes and pace-up with the world people keep on joining hands with new technologies. These new technologies have rapidly grown in the world of Blogging which has transformed f
                      
                  
                      
                      
                        Single page applications are the applications that separates the model and the view layer i.e, model layer handles the data and view layer reads from the models.
SPA’s are becoming popular because it retrieves all the code(JS,HTML,CSS) on a sin
                      
                  
                      
                      
                        Hello all,
Use the following code to compress the recorded video quality and size.
- (void)compressRecordedVideoWithInputURL:(NSURL*)inputURL 
                                   outputURL:(NSURL*)outputURL 
                                     hand
                      
                  
                      
                      
                        The continuous research in the direction of Artificial Intelligence (AI) has potentially brought a great transformation. No more, the high-level problem comprehension confines to human only.  
 
However, what about the dangers posed by ar
                      
                  
                      
                      
                        What is Content Curation? 
Content Curation is essentially the skill of unearthing relevant information and using it as a resource pool for developing useful content for articles which help in advertising and marketing. It is the rapid solution when
                      
                  
                      
                      
                        If you have ever tried to play, record and save a video using iOS Swift 3 language and found difficulty or messy code, then today in this tutorial, I am here with a simple and easy example for you. Lets's discuss all the aspects one by one.
&nbs
                      
                  
        
        