is there a way to make a php file be a flash or picture?
eg.
http://two.flash-gear.com/draw/drw.php?f=1&id=371168&a=1319131183&b=1229353878
and you can call the php to view the flash/image as you usually would: eg.
<embed width="0" height="0" src="http://www.site.com/flash.php?id=123">
<img border="0" src="http://www.site.com/image.php?id=123">
Do you understand what I mean? how can we do this?