ghost11996 Posted June 20, 2014 Posted June 20, 2014 (edited) Hello I made a mini youtube player. .zip 569 KB | .exe 988 KBDownload link : http://www.mediafire.com/download/d2elv7l2sjgvgdq/MiniYoutubeBETA-v1.7.3.exeMiniYoutubeBETA-v1.7.3.zip Reply if any bugs, error 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 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 ______________________________________________ Edit : add Attach files Edited June 26, 2014 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]
mesale0077 Posted June 20, 2014 Posted June 20, 2014 #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
13lack13lade Posted June 24, 2014 Posted June 24, 2014 blocked by my chrome as malicious however i was trying it at work and the proxy might not have liked it...
ghost11996 Posted June 26, 2014 Author Posted June 26, 2014 @13lack13lade I added attach file. Try out 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now