Help displaying swf stored in DB
Posted: Wed May 16, 2007 4:47 pm
Hello
Would you please help me to display a swf file that is stored in a database (blob).
let us say I can manage to echo $swf; which produces a screen full of wierd chars (binary data).
What I need to know is where to go from here! regarding properly retrving data & displaying it in php or html.
I am stuc with those two values in macromedia <object> ... </object>:
"Movie" VALUE=" ? "
"Src" VALUE="? "
Usually those will point to a file location. In this case the file is in the database.
sample code will be great help
Thanks
Would you please help me to display a swf file that is stored in a database (blob).
let us say I can manage to echo $swf; which produces a screen full of wierd chars (binary data).
What I need to know is where to go from here! regarding properly retrving data & displaying it in php or html.
I am stuc with those two values in macromedia <object> ... </object>:
"Movie" VALUE=" ? "
"Src" VALUE="? "
Usually those will point to a file location. In this case the file is in the database.
sample code will be great help
Thanks