Re: class to generate Javascript Object ??

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

 



On 10/4/09 9:39 AM, "Michael A. Peters" <mpeters@xxxxxxx> wrote:

> I wrote a php class to generate flowplayer/html5 media code for my site:
> 
> http://www.shastaherps.org/xml_MMmediaClass.phps
> 
> The "buildFlashvars()" function in it is really ugly and will be a pain
> to update as I modify the class in the future.
> 
> What it does is generate a JavaScript object string, as described here:
> 
> http://flowplayer.org/tools/flashembed.html
> 
> I'm thinking (hoping) there is already a php class somewhere for
> generating JavaScript object strings that I can instead of my ugly
> easily breakable way of doing it.
> 
> Anyone know of one?

would json_encode() work for you... ?

http://www.php.net/manual/en/function.json-encode.php



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux