emoyasha Posted January 26, 2008 Posted January 26, 2008 i want to ceate a 300 x 300 web browser window with only one age displayed inside it now i want an inputbox to show up at the begnning stating that they need to enter another users webcam name to continue like below input $1 = inputbox( "user", "username of webcam" )oÝ÷ Ú¦ëZºÚ"µÍÒQS]YØ]H ÌÍÛÒQK ][ÝÚËÉ][ÝÉ[ÉÌÍÌI[È ][ÝÛ^[ÝÛØ[KÝÙXØ[KÝÙ][ÝÊ tha of course opens it in internet exploere and shows the url, however i want to open it in a box with just a title bar with no title and i tryed some of the example but they show nothing because its a SWF file (the live webcam stream) so i dunno what to do Spoiler Admin Of:http://notmyspace.info [Under Development, looking for volunteers to help improve]http://PSNetCards.co.ukhttp://ZacnAndLindsey.com [Under development, not quite sure what to do with it yet]http://revelm.com------------------------------------Radio Streams:http://75.185.53.88:8000 [128kb/s 44kHz]http://75.185.53.88:8002 [22kb/s 22kHz](works on mobile phones)-----------------------------------My Server:Owned By: http://jumpline.comIP:66.84.19.220Bandwidth:200GBStorage Space:1TBNetwork Connection: 1GB/S[up and down]Operating System: Red Hat LinuxInstalled Apps:Webmail, phpBB, Majordomo, phpMyAdmin, MySQL, Active Server Pages, FrontPage Extensions 2002, GraphicsMagick, Mod Perl, Perl, PHP: Hypertext Preprocessor, Python(want cheap good webhosting, or need a place to park your domain? contact me)-----------------------------------
erezlevi Posted January 26, 2008 Posted January 26, 2008 (edited) i want to ceate a 300 x 300 web browser window with only one age displayed inside it now i want an inputbox to show up at the begnning stating that they need to enter another users webcam name to continue like below input $1 = inputbox( "user", "username of webcam" )oÝ÷ Ú¦ëZºÚ"µÍÒQS]YØ]H ÌÍÛÒQK ][ÝÚËÉ][ÝÉ[ÉÌÍÌI[È ][ÝÛ^[ÝÛØ[KÝÙXØ[KÝÙ][ÝÊ tha of course opens it in internet exploere and shows the url, however i want to open it in a box with just a title bar with no title and i tryed some of the example but they show nothing because its a SWF file (the live webcam stream) so i dunno what to do what if you try to open it first and then change it : $oIE = _IECreate ("c:\erez.htm",0,0) ;_IEDocInsertHTML ($file1,"erez-test123") _IEPropertySet ($oIE, "height", 250) _IEPropertySet ($oIE, "addressbar",0) _IEPropertySet ($oIE, "contenteditable",0) _IEPropertySet ($oIE, "left",0) _IEPropertySet ($oIE, "menubar",1) _IEPropertySet ($oIE, "statusbar",0) _IEPropertySet ($oIE, "toolbar",0) _IEPropertySet ($oIE, "top",0) _IEPropertySet ($oIE, "width",25) _IEAction ($oIE,"visible") hi, forgot something: use _IEattach instead of _IEcreate, for an existing window. Edited January 26, 2008 by erezlevi
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