I tried installing the flash carousel onto my website using the following code in the index.php file and it didn't work:
<div style="height:200px"><?php flshow($id['222']); ?></div>
I also tried this but it didn't work either:
<div style="height:200px"><?php flshow( $222 ); ?></div>
Neither did:
<div style="height:200px"><?php flshow( $id=222 ); ?></div>
Does anyone know what I am doing wrong?