Note that there are some explanatory texts on larger screens.

plurals
  1. POConvert param into python?
    primarykey
    data
    text
    <p>I am trying to learn web programming in python. I am converting my old php-flash project into python. Now, I am confused about how to set param value and create object using python.</p> <p>FYI I used a single php file, index.php to communicate with flash.swf. So, my other php files like login.php, logout.php, mail.php, xml.php etc used to be called from this.</p> <p>Below is the flash object call from index.php-</p> <pre><code>&lt;object classid="clsid:XXXXXXXXX-YYYY-ZZZZ-AAAA-BBBBBBBBBB" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="main" align="middle"&gt; &lt;param name="allowScriptAccess" value="all" /&gt; &lt;param name="flashvars" value= /&gt; &lt;param name="movie" value="flash.swf?&lt;?=substr($_SERVER["REQUEST_URI"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1);?&gt;" /&gt; &lt;param name="loop" value="false" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="bgcolor" value="#eeeeee" /&gt; &lt;embed src="flash.swf?&lt;?=substr($_SERVER["REQUEST_URI"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1);?&gt;" loop="false" quality="high" bgcolor="#eeeeee" width="100%" height="100%" name="main" align="middle" allowScriptAccess="all" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt; &lt;/object&gt; </code></pre> <p>Can any geek help me out with examples how I can convert this into python? Or, any reference on how it can be done?</p> <p>Cheers :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload