Header Banner
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Create a simple YouTube Search App with AppleScript

Jul 17, 2008 11:36 PM
Code snippet displayed in a text editor on a computer screen.

Check out this video tutorial to see how you can create a YouTube search application simply with Applescript.

1. Open the Script Editor

---Applications/Applescript/Script Editor

2. Type the applescript into script editor

3. Save the script as an application

4. Run it, Search, and away!

Um...

Unfortunately, the text is almost impossible to see in this video, so here's the script:

set search to text returned of (display dialog "Enter YouTube Video Search" default answer "" buttons {"Search", "Cancel"} default button 1)

open location " http://www.youtube.com/results?search_q uery=" & search

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!