PHP Classes

File: w2sp/w2sp.example.iframe.php

Recommend this page to a friend!
  Classes of Horst Nogajski   Winamp Shell ProXy   w2sp/w2sp.example.iframe.php   Download  
File: w2sp/w2sp.example.iframe.php
Role: Example script
Content type: text/plain
Description: example: w2sp-script embedded via iframe, in this way the meta-refresh don't bother using the rest of the page
Class: Winamp Shell ProXy
Control server side WinampPlayer via shell
Author: By
Last change: minor change
Date: 20 years ago
Size: 1,935 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Winamp2 ShellProxy :: Iframe example</title>
<meta http-equiv="content-language" content="en">
<meta name="description" lang="en" content="The Winamp2 ShellProXy is a package of two components, A) the w2sp.exe, a little commandline tool written in VB which acts as a proxy on the system shell and B) a php-class which serve a full featured winamp remote control to a webclient.">
<meta name="keywords" lang="en" content="Winamp, Winamp2, ShellProXy, Shell, ProXy, Plugin, phpclass, Netjuke,">
<meta name="author" content="Horst Nogajski">
<meta name="copyright" content="Horst Nogajski">
<meta name="publisher" content="Horst Nogajski">
<meta name="generator" content="handwritten with NoteTab Pro, Komodo 1.2, =:)">
<meta name="date" content="2003-10-10T08:00+01:00">
<meta http-equiv="imagetoolbar" content="no">

<style type="text/css">
<!--
    body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,td,th {
        font-family: Verdana,Helvetica,Arial,sans-serif;
    }
    a {
        font: Verdana,Helvetica,Arial,sans-serif;
        text-decoration: none;
    }
    body {
        color: #c0c0c0;
        background-color: #336699;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .w2spShow {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 88px;
        margin-left: auto;
        margin-right: auto;
        marginHeight: 0;
        marginWidth: 0;
        display: block;
    }
   
-->
</style>

</head>

<body>


<div style=" align: center;">
    <iframe src="w2sp.example2.php?DO=55555" scrolling="no" id="w2spInfo" frameborder="0" class="w2spShow"><p>Your Browser cannot display iframes. Sorry, you cannot see the W2SP-Remote-PlayerPanel.</p></iframe>
    <br><br>
</div>


<?PHP phpinfo();?>

</body>
</html>