Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to automate a Flash Player in Selenium

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(

Loading an external SWF file and Instantiate Class From a swf in flex using as3

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

Remove Custom Post Types and Taxonomies in Wordpress

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' );

Screen Recording with Android Studio

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

Blogging or Video Blogging Both are Advantageous

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 using Angular

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

how to compress the recorded video

Hello all, Use the following code to compress the recorded video quality and size. - (void)compressRecordedVideoWithInputURL:(NSURL*)inputURL outputURL:(NSURL*)outputURL hand

Is Artificial Intelligence Technology Threat Dominating its Future Promises?

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

The process of Content Curation

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

How to Play, Record & Save Videos in Swift3 iOS App in iPhone

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

1 11 20
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: