I have a .swf file i would like to add to a pop up page where you put a image.
any one any ideas how to do this.
Thanks
Mike
any one any ideas how to do this.
Thanks
Mike
<OBJECT DATA="mlk.mov" TYPE="video/quicktime" TITLE="Martin Luther King's "I Have a Dream" speech" WIDTH=150 HEIGHT=150> <PARAM NAME=pluginspage VALUE="http://quicktime.apple.com/"> <PARAM NAME=autoplay VALUE=true> <OBJECT DATA="mlk.wav" TYPE="audio/x-wav" TITLE="Martin Luther King's "I Have a Dream" speech"> <PARAM NAME=autostart VALUE=true> <PARAM NAME=hidden VALUE=true> <A HREF="mlk.html">Full text of Martin Luther King's "I Have a Dream" speech</A> </OBJECT> </OBJECT>
Comment