|
|
 |
RE: FN-FORUM: problem with flash and IE7
date posted 25th February 2008 13:52
> I believe there are some known problems with IE7 and flash but am not
> very experienced with flash and so do not know if this would be the
> cause. Has anyone any notion of what might be going on?
Your best bet as far as Flash is concerned is to use JavaScript to embed the
Flash movie, put the following function in a separate JavaScript file (goes
with my main functions in one file):
function theflash(movie, width, height) {
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
}
Then in your HTML just use the following call:
theflash("../movies/{$video}", 320,
270)
HTH
--
Colin Shipton
Intrafusion Website Design & Development
http://www.intrafusion.co.uk
http://www.linkedin.com/in/intrafusion
|
 |
|