Showing posts with label controller. Show all posts
Showing posts with label controller. Show all posts

Monday, October 19, 2015

How to Add Mobi to Kindle


Press the 'Menu' button on your Kindle's keyboard and open the 'Settings' page using the five-way controller.
Write down the Kindle's unique email address displayed on the 'Settings' page.
Attach the MOBI e-book file to an email and send it to your Kindle's email address. It's not necessary to specify a subject or add any text to the body of the email. Upon receipt of the email, the MOBI e-book will be added to your Kindle and will automatically appear in its library.
VPS Hosting

Thursday, September 24, 2015

How to Connect a PS3 Remote to a MacBook Pro (6 Steps)


Connect the PS3 controller’s USB cable into your Macbook Pro’s USB port.
Press the “PS” button on your controller.
Wait for lights on your PS3 controller to start flashing.
Connect the PS3 controller to your USB cable.
Wait for the Bluetooth icon to change to three black dots.
Boot your game.
VPS Hosting

Tuesday, September 22, 2015

How to Stream Video in XCode (4 Steps)


Open the Xcode software on your desktop and open the project for your iPhone or iPad app. Double-click the code file you want to use to play the movie.
Set up the movie controller to display the video. The following code sets up the video variable and sets the video to fill the entire screen:MPMoviePlayerController* movie=[[MPMoviePlayerController alloc] initWithContentURL:'movie.com/movie'];
movie.scalingMode=MPMovieScalingModeAspectFill;
Replace the 'movie.com/movie' with the URL that contains the streaming video.
Play the video. Add the following code to play the movie:[movie play];
Release the movie control after the movie finishes playing. The iPhone or iPad automatically closes the movie, but you can use the following line of code to close the movie when the user clicks your interface button:[movie release];
VPS Hosting

Wednesday, September 2, 2015

How to Use a PS3 Controller on a MacBook


Download the PS3 driver and install it. After the computer restarts, plug the PS3 controller into a USB port.
Open the game you wish to play. Go to 'Options' and select 'Controller.'
Click 'Calibrate,' then click 'Begin' at the top of the screen. Move the two thumb joysticks of the PS3 controller around to make sure the system is reading the controller. Click 'OK.' The controller is now calibrated.
Hold down the PS3 button (in the middle of the controller) for a few seconds to turn it on. Begin playing the game.
VPS Hosting