param

disable flash audio in object params?

Is there a way of disabling the audio in a flash file via the object params? ...

mysql bind param needs a persistent(from bind to execution) object?

Hi, when i use prepared statement, i see mysql takes a pointer to MYSQL_BIND.buffer For example, to bind an integer i need to provide the pointer to integer rather than integer itself. Does it mean that the integer address should be accessible until the query ends? It would be convenient to bind a temporary object and then execute it...

How do I enable the control bar for an .swf file?

The code below works great except the user has to right click the video and then left click "play". Is there a way to add the control bar via param? <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="360" height="270"> <p...