Jump to content

Mini Youtube


ghost11996
 Share

Recommended Posts

Hello :bye:
I made a mini youtube player. .zip 569 KB | .exe 988 KB
Download link : http://www.mediafire.com/download/d2elv7l2sjgvgdq/MiniYoutubeBETA-v1.7.3.exe
MiniYoutubeBETA-v1.7.3.zip

Reply if any bugs, error o:)
 
Require:
- Windows XP,Vista,7 (best performance on win 7, didnt test on 2000)
Features:
- Search/Watch youtube videos
- Transparent Window
- Transparent Fullscreen Flash Player
- Click through Window/Fullscreen Flash Player
- Replay videos with infinitelooper.com
- Replay videos with Youtube's player
- Download youtube video (This is not included in this )
 
Notice : Move window by holding left mouse for 2 secs
 
Here's the video that show what does it do:
https://www.youtube.com/watch?v=diQp0BQdmLw
Video is quite long if you dont want to watch, look image
o4H66cG.jpg
 
How did i make this :
It is quite easy i just create an embedded IE then navigate it to youtube's site and resize it so its fit the window
 
No source, you can create your own :shifty: 

______________________________________________

Edit : add Attach files :thumbsup:

Edited by ghost11996

[color=rgb(255,0,0);]C[/color][color=rgb(255,140,0);]a[/color][color=rgb(255,215,0);]n[/color] [color=rgb(255,255,0);]i[/color] [color=rgb(175,238,238);]e[/color][color=rgb(0,255,255);]a[/color][color=rgb(64,224,208);]t[/color] [color=rgb(0,0,205);]S[/color][color=rgb(0,0,255);]i[/color][color=rgb(0,0,128);]g[/color][color=rgb(75,0,130);]n[/color][color=rgb(128,0,128);]at[/color][color=rgb(238,130,238);]u[/color][color=rgb(221,160,221);]r[/color][color=rgb(230,230,250);]e[/color] [color=rgb(0,255,0);]?[/color] :ermm: [color=rgb(0,255,0);]Project: Mini Youtube BETA[/color]

Link to comment
Share on other sites

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$oIE = ObjCreate("Shell.Explorer.2")
$hGUI_1 = GUICreate(" YOUTUBE GUI", 660, 450, -1, -1)
$GUIActiveX = GUICtrlCreateObj($oIE, -5, 0, 660, 480)
$oIE.navigate("https://www.youtube.com/results?search_query=indila")
GUISetState(@SW_SHOW)
While 1
    Switch GUIGetMsg()
        Case $GUI_EVENT_CLOSE
                   Exit
    EndSwitch
WEnd

Link to comment
Share on other sites

@13lack13lade

I added attach file. Try out o:) 

Thanks for testing / using ~

[color=rgb(255,0,0);]C[/color][color=rgb(255,140,0);]a[/color][color=rgb(255,215,0);]n[/color] [color=rgb(255,255,0);]i[/color] [color=rgb(175,238,238);]e[/color][color=rgb(0,255,255);]a[/color][color=rgb(64,224,208);]t[/color] [color=rgb(0,0,205);]S[/color][color=rgb(0,0,255);]i[/color][color=rgb(0,0,128);]g[/color][color=rgb(75,0,130);]n[/color][color=rgb(128,0,128);]at[/color][color=rgb(238,130,238);]u[/color][color=rgb(221,160,221);]r[/color][color=rgb(230,230,250);]e[/color] [color=rgb(0,255,0);]?[/color] :ermm: [color=rgb(0,255,0);]Project: Mini Youtube BETA[/color]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...