in reply to Re: Re: Do I need a setuid script ?
in thread Do I need a setuid script ?
Something like
print "Content-type: application/x-shockwave-flash\n\n"; print $SWFdata;would suffice as a really simple SWF-on-the-fly-generation-CGI- script. You get the picture.
The part where you generate $SWFdata is obviously the non-trivial part, but you seem to have solved that already. If I remember correctly, there is a SWF-creation module that's perhaps worth checking out.
|
|---|