Hi Mitja,

You need to specify the dimensions with the 'width' and 'height' attributes
of the <object> tag and tell the movie to start playing with:
<PARAM NAME="PLAY" VALUE="true">

For NS  put WIDTH="xxx" HEIGHT="xxx" PLAY="true" in the <embed> tag.

HTH

Paul

At 7:54 pm +0200 3/9/02, Mitja Stepan wrote:
>
>I know that I must use HTML like this:
>----------------------------------------------------------------------
><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
>b#version=6,0,29,0" align="middle">
>      <param name="movie" value="something/show.php?bid=<?php echo
>$arraySomething['bid'];?>" />
>      <param name="quality" value="high" />
>      <embed src="something/show.php?bid=<?php echo
>$arraySomething['bid'];?>" quality="high"
>pluginspage="http://www.macromedia.com/go/getflashplayer"; align="middle"
>type="application/x-shockwave-flash"></embed>
>   </object>
>----------------------------------------------------------------------
>
>It prints out Flash but the size is not correct, and it si blank (white)...
>Anyone knows where the problem could be ?
>
>Thanks
>
>--
>Regards,
>Mitja
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


-- 
=======================
Paul Colcutt
http://www.paulcolcutt.co.uk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to