| Author |
Message |
Forum: Support Topic: multiple list view help |
| sonchaz |
|
Posted: December 1st, 2010, 11:50 am
|
|
Replies: 2 Views: 168
|
| Easy question, I'm sure its something simple For some reason the text will not load in this list view if i remove the (4:add)&(4:show) it works. Thanks URLDownloadToFile,http://www.imdb.com/chart/, %A_ScriptDir%\TopMovies.htm FileRead ChartsV, %A_ScriptDir%\TopMovies.htm Gui, 4:Add, ListView, w3... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 26th, 2010, 6:46 am
|
|
Replies: 14 Views: 894
|
| Thanks for your help i got it to work Don't recreate your gui, your handle, and your control... You juste need a new url ( url var ), rebuild the html code ( code var ), and update it ( navigate and/or document.write ) However , if it's only for youtube, they are option into url for show a video in ... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 24th, 2010, 7:47 am
|
|
Replies: 14 Views: 894
|
| All right it is working but now when i try and load the next trailer it just loads the same one any ideas on this one IniRead,trailer,%DB%,%movie%,trailer,0 ;MsgBox,%trailer% url= http://www.youtube.com/v/%trailer% code = ( <HTML><HEAD><TITLE></TITLE></HEAD><BODY topMargin=0 leftMargin=0 scroll=... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 11:09 am
|
|
Replies: 14 Views: 894
|
Nice work the test works i will put it in my script and let ya know
Thanks for your help |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 10:42 am
|
|
Replies: 14 Views: 894
|
| however you can do it with the html code (like a web page) Thats what i was trying but i am not that good with html here is the gui Gui, Add, Text, x320 y23 w320 h40 , Gui, Add, Text, x950 y689 w100 h12 , 0.3.0.5 Gui, Add, Text, x510 y69 w33 h20 , Score: Gui, Add, Text, x510 y94 w42 h20 , Genre: Gu... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 10:22 am
|
|
Replies: 14 Views: 894
|
| Nice this is what i am looking for thank you Now is there a way to move the video to a x.y cord in the gui I used this script for show manga without commercial banner that freeze or slow animation (dailymotion, rutube, wattv) and allow resize... you need COM.ahk, or translate it for ahk_l url:="... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 8:57 am
|
|
Replies: 14 Views: 894
|
| Thanks Garry Thats what i have been doing not liking it i want it to be right in the gui that i have.Thanks again just a short idea rename this as xy.hta and start with doubleclick can with html also create buttons and then start an ahk-script <HTML> <HEAD> <TITLE>Solidao</TITLE> </HEAD> <BODY> <sty... |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 5:04 am
|
|
Replies: 14 Views: 894
|
| Thats what i thought but i Dont no anything about com so i guess it's time to learn.Thanks |
|
 |
Forum: Support Topic: embed a youtube video into a gui |
| sonchaz |
|
Posted: November 23rd, 2010, 4:56 am
|
|
Replies: 14 Views: 894
|
Is it possible to embed a youtube video into a gui?
thanks for any help sonchaz |
|
 |
Forum: Scripts Topic: Movie Finder |
| sonchaz |
|
Posted: October 5th, 2010, 9:59 pm
|
|
Replies: 11 Views: 2262
|
0.3.0.3
New help file
Now you can load your other movie folders and
use as a front end for a video player thanks to "Gerakon" for
the suggestion "see help file"
Auto scrape if info not exist
other small things |
|
 |
Forum: Support Topic: multiple checkboxes in listview? |
| sonchaz |
|
Posted: October 5th, 2010, 10:09 am
|
|
Replies: 1 Views: 218
|
Is it possible to have multiple checkboxes in a listview
Gui, Add, ListView,,Title|Poster|Info|Links|Other
Title|[]|[]|[]|[] |
|
 |
Forum: Support Topic: extracting links from a web page |
| sonchaz |
|
Posted: October 3rd, 2010, 1:17 am
|
|
Replies: 1 Views: 251
|
| I am trying to search for key words like 720p dvdrip ext and then just get the links with what ever the user wants "720p dvdrip" What i have so far is there a better way to go about this? Thanks for any help :) movie = A Nightmare On Elm Street (2010) StringReplace, oneclick, movie... |
|
 |
Forum: Scripts Topic: Movie Finder |
| sonchaz |
|
Posted: September 29th, 2010, 11:18 pm
|
|
Replies: 11 Views: 2262
|
| 0.3.0.0 "NEW" live search "NEW" live preview "click any movie in the live search to review it" "NEW" youtube trailer preview, "If there is no preview just "rightclick" on the movie and add trailer :)" Fixed genre search now saves data to te... |
|
 |
Forum: Scripts Topic: StrX() :: Auto-Parser for XML / HTML |
| sonchaz |
|
Posted: September 28th, 2010, 12:26 pm
|
|
Replies: 52 Views: 13311
|
| I do not understand anything from your code :( Sorry try and explain better What i want is the name of the movie and the links like your (Download and extract links from a Google Search Result ) but sometimes you get other movies other then the one you want LIKE THIS so i am trying to figure out ho... |
|
 |
Forum: Scripts Topic: StrX() :: Auto-Parser for XML / HTML |
| sonchaz |
|
Posted: September 28th, 2010, 1:04 am
|
|
Replies: 52 Views: 13311
|
| Helllo SKAN i am trying to get all the links from this site but it onley giving me the first line can you help me pls url=http://oneclickmoviez.com/?s=the+a-team URLDownloadToFile , %url%,oneclick.htm FileRead, htm, oneclick.htm n:="" { While mdata := UnHTM ( StrX( htm, "... |
|
 |
| Sort by: |