Re: flash/php problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just an update to the DB on each swf load is what it seems he wants. 

On Wednesday 08 March 2006 7:13 pm, Anthony Lee wrote:
> This question isn't really a PHP-DB thang is it?
>
> Anyway, it sounds like you have a lot of swfs on the page. One for each
> song, is
> that right? In that case your best bet would be something like what you
> already
> have:
>
> <embed src='play.swf?ID=74...'>
>
> i.e. push the variable into flash from the page that contains it. If you
> only have a small amount of info the swf needs you can just keep on with
> the theme
>
> ID=74&URL=yourmama.com&TITLE=YoMama etc.
>
> If you want to pull a lot more information from the DB after the page
> has loaded
> then you should take a look at PHPObject or AMFPHP. Hint, AMFPHP is a lot
> more robust and faster.
>
> And don't forget that you need to write the vars to a Param tag too.
>
> Tony

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux