No, it doesn't work...
If I right-click on movie a contex menu opens, and there is an option "Movie
not loaded" (which is disabled)...
I think there is something wrong with printing .swf out of the database, but
I cant figure out what...

--
Regards,
Mitja

----------------------------------------------------------------------------
-------------------------------------

"Paul Colcutt" <[EMAIL PROTECTED]> wrote in message
news:a05111b03b99ac67c5fb7@[195.82.121.80]...
> 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.c
a
> >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