Jump to content

Recommended Posts

Posted

ok i know this is a strange question but i want to know how

to put html inside of a gui, like and have it displayed as a webpage.

...like i want to display html pages without going on the web.

i want this radio code, in a gui hidden, so the gui and whatever is on it can be viewed but so that the internet explorer control containing the radio is hidden as if it doesnt exists, so the radio plays but the player cant be seen

<object id="player" height="45" width="100" align="middle" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
    <param name="URL" value="http://71.79.78.106:8000/">
    <param name="uiMode" value="full">
    <param name="ShowControls" value="true">
    <param name="ShowStatusBar" value="true">

    <param name="ShowDisplay" value="true">
    
    <embed type="application/x-mplayer2"
        pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
        SRC="http://71.79.78.106:8000/"
        name="player"
        width="100"
        height="45"
        AutoStart="1"
        showcontrols="1"
        showstatusbar="1"
        showdisplay="0"
uiMode="full"
visual="1">
    </embed>
</object>
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)-----------------------------------

 

Posted

ok i know this is a strange question but i want to know how

to put html inside of a gui, like and have it displayed as a webpage.

...like i want to display html pages without going on the web.

i want this radio code, in a gui hidden, so the gui and whatever is on it can be viewed but so that the internet explorer control containing the radio is hidden as if it doesnt exists, so the radio plays but the player cant be seen

<object id="player" height="45" width="100" align="middle" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
    <param name="URL" value="http://71.79.78.106:8000/">
    <param name="uiMode" value="full">
    <param name="ShowControls" value="true">
    <param name="ShowStatusBar" value="true">

    <param name="ShowDisplay" value="true">
    
    <embed type="application/x-mplayer2"
        pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
        SRC="http://71.79.78.106:8000/"
        name="player"
        width="100"
        height="45"
        AutoStart="1"
        showcontrols="1"
        showstatusbar="1"
        showdisplay="0"
uiMode="full"
visual="1">
    </embed>
</object>
You could either embed an actual instance of IE in your GUI as an object with _IECreateEmbedded(), or just put it in a hidden instance of IE by just specifying $f_visible = 0 with _IECreate().

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

ok but how do i put my own html into an ie object i create.

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)-----------------------------------

 

Posted

ok but how do i put my own html into an ie object i create.

_IEDocumentWriteHTML()

There's a whole section in the help file about this stuff... Just search for _IE...

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
×
×
  • Create New...