RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread Paul Colcutt

you could make a Flash movie that just contains a text field and fills
it with the output of your php page by using Flash's loadvariables() function

>[snip]
>So is there any way to accomplish what I want to using php without
>naming the files *.php??
>[/snip]


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

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




Re: [PHP] Help with inserting Flash into MySQL database

2002-09-03 Thread Paul Colcutt

Hi Mitja,

You need to specify the dimensions with the 'width' and 'height' attributes
of the  tag and tell the movie to start playing with:


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

HTH

Paul

At 7:54 pm +0200 3/9/02, Mitja Stepan wrote:
>
>I know that I must use HTML like this:
>--
>codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
>b#version=6,0,29,0" align="middle">
>  
>  
>  pluginspage="http://www.macromedia.com/go/getflashplayer"; align="middle"
>type="application/x-shockwave-flash">
>   
>--
>
>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