Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Joey Derrico
Is the HTML5 standards gonna be done and accepted anytime this decade? Joey csnyder wrote: On Thu, Nov 13, 2008 at 11:03 AM, Néstor <[EMAIL PROTECTED]> wrote: Hi people, This is not an PHP question. It is a question about auto load sound on an html page. I am using the following inside a

[nyphp-talk] Enterprise Security API OWASP call for volunteers

2008-11-13 Thread cybermalandro cybermalandro
Hi list, I don't know if many of you are aware of the Enterprise Security API. The * ESAPI* is a free and open collection of all the security methods that a developer needs to build a secure web application. You can just use the interfaces and build your own implementation using your company's inf

Re: [nyphp-talk] New Server - TEST

2008-11-13 Thread Fernando Gabrieli
i have subscribed to MySQL list and it is working (received the mail confirmation and answered it) the url is also working good On Thu, Nov 13, 2008 at 6:35 PM, Hans Zaunere <[EMAIL PROTECTED]> wrote: > Hello all, > > Quick test since moving lists.nyphp.org to a new server. If anyone has a >

Re: [nyphp-talk] New Server - TEST

2008-11-13 Thread Hans Zaunere
> Hello all, > > Quick test since moving lists.nyphp.org to a new server. If anyone has a > minute to poke around at lists.nyphp.org to see if things look good, that'd > also be appreciated (assuming of course this message goes through). Hmm, so I guess it's working - sorry folks for the multi-p

Re: [nyphp-talk] New Server - TEST

2008-11-13 Thread Fernando Gabrieli
i see the msg, i will check the url On Thu, Nov 13, 2008 at 6:35 PM, Hans Zaunere <[EMAIL PROTECTED]> wrote: > Hello all, > > Quick test since moving lists.nyphp.org to a new server. If anyone has a > minute to poke around at lists.nyphp.org to see if things look good, > that'd > also be appreci

[nyphp-talk] New Server - TEST

2008-11-13 Thread Hans Zaunere
Hello all, Quick test since moving lists.nyphp.org to a new server. If anyone has a minute to poke around at lists.nyphp.org to see if things look good, that'd also be appreciated (assuming of course this message goes through). H ___ New York PHP Co

[nyphp-talk] New Server - TEST

2008-11-13 Thread Hans Zaunere
Hello all, Quick test since moving lists.nyphp.org to a new server. If anyone has a minute to poke around at lists.nyphp.org to see if things look good, that'd also be appreciated (assuming of course this message goes through). H ___ New York PHP Co

[nyphp-talk] New Server - TEST

2008-11-13 Thread Hans Zaunere
Hello all, Quick test since moving lists.nyphp.org to a new server. If anyone has a minute to poke around at lists.nyphp.org to see if things look good, that'd also be appreciated (assuming of course this message goes through). H ___ New York PHP Co

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Justin Dearing
Audacity or ffmpeg come to mind. ffmpeg is command line based. Its the A/V equivilant of netcat. Audacity is a gui program. you might need to get a seperarte mp3 encoder for it depending on your OS and method of install On Thu, Nov 13, 2008 at 12:26 PM, Néstor <[EMAIL PROTECTED]> wrote: > How do

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Néstor
How do you convert the .mp3 to .au? On Thu, Nov 13, 2008 at 9:16 AM, Rolan Yang <[EMAIL PROTECTED]> wrote: > I believe it's because your FF on linux doesn't have the mp3 extension tied > to a plugin, but most everything seems to play .au files. > > ~Rolan > > Néstor wrote: > >> Actually, the bos

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Rolan Yang
I believe it's because your FF on linux doesn't have the mp3 extension tied to a plugin, but most everything seems to play .au files. ~Rolan Néstor wrote: Actually, the boss wants the page to autoload the sound in the background. The code I showed in my original post does work on IE. Since i

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Justin Dearing
Well if your comfortable with flash or flex my solution isn't "complicated". Its also an example of using flash unobtrusively. swfs can embed mp3s or play external ones. Many sites have flash players for sounds. You just have to find a free one that supports autoplay and hide it. I guess complicat

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Néstor
Actually, the boss wants the page to autoload the sound in the background. The code I showed in my original post does work on IE. Since it is a one time joke for the boss during a presentation, I will just leave it like that and have him use IE . Is the first time that I see where IE can do somet

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread csnyder
On Thu, Nov 13, 2008 at 11:03 AM, Néstor <[EMAIL PROTECTED]> wrote: > Hi people, > > This is not an PHP question. It is a question about auto load sound on an > html page. > > I am using the following inside an html page but it works on IE but it does > not work > in FF. FF in rhel5 wants me load

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Justin Dearing
On Thu, Nov 13, 2008 at 11:11 AM, Rolan Yang <[EMAIL PROTECTED]> wrote: > convert it to a .au or .voc file. I would embedded a hiden flash applet if I were you. Probably a smaller size than.au or .voc. I never heard of voc until I looked it up just now. If the file size is similar to MP3 go for it

Re: [nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Rolan Yang
convert it to a .au or .voc file. Néstor wrote: Hi people, This is not an PHP question. It is a question about auto load sound on an html page. I am using the following inside an html page but it works on IE but it does not work in FF. FF in rhel5 wants me load a plugin and FF on W2K does

[nyphp-talk] OT - sound on HTML page

2008-11-13 Thread Néstor
Hi people, This is not an PHP question. It is a question about auto load sound on an html page. I am using the following inside an html page but it works on IE but it does not work in FF. FF in rhel5 wants me load a plugin and FF on W2K does nto do anything: Any ideas? Thanks, Nestor :-