whitrhino
06-11-2009, 05:49 AM
First off, i am new here and thanks for everything so far guys! You have already helped me to figure this stuff out rather quickly. Please take it easy on me as this is my first post. I will try to be as clear as possible.
I have been working more hours than i want to count trying to figure out a way to import pictures found on a certain website into my app using iexplorer plugin.
Here Goes...
1. program starts and searches a folder for *.extention.
2. program adds found items to to listbox minus the file extention
3. user selects a title from the listbox and the web object displays the results
4. user finds exact picture of choice, then clicks it
5. (the problem) program gets selected
How do i get iexplorer plugin to find out which image was clicked and return the url directly to the image for download?
I have been thinking of maybe getting source from iexplorer plugin and searching the string for .jpg extention and somehow guessing how many chars make up the entire url to the image? idk im clueless.
6. program downloads image and saves it as filename selected in listbox data (full file path) field with the .jpg extention (EXAMPLE: Filename.ext.jpg)
This App is nearly complete, however i am stuck on step 5 the rest is pretty ready to be debugged. i started using this software a short time ago and i have no scripting or coding experiance. this is all new to me. i have already made a nearly complete portable media center using ams and this is the final addition to it! Thanks in advance for any help!
if you need any additional info, let me know and i will post it.
I have been working more hours than i want to count trying to figure out a way to import pictures found on a certain website into my app using iexplorer plugin.
Here Goes...
1. program starts and searches a folder for *.extention.
2. program adds found items to to listbox minus the file extention
3. user selects a title from the listbox and the web object displays the results
4. user finds exact picture of choice, then clicks it
5. (the problem) program gets selected
How do i get iexplorer plugin to find out which image was clicked and return the url directly to the image for download?
I have been thinking of maybe getting source from iexplorer plugin and searching the string for .jpg extention and somehow guessing how many chars make up the entire url to the image? idk im clueless.
6. program downloads image and saves it as filename selected in listbox data (full file path) field with the .jpg extention (EXAMPLE: Filename.ext.jpg)
This App is nearly complete, however i am stuck on step 5 the rest is pretty ready to be debugged. i started using this software a short time ago and i have no scripting or coding experiance. this is all new to me. i have already made a nearly complete portable media center using ams and this is the final addition to it! Thanks in advance for any help!
if you need any additional info, let me know and i will post it.