I have a Flash movie that works fine as an Image Resource (old R5 database) and as a File Resource in my upgraded R5 database to 6.5.4 when previewed, however, on the website using the URL:http://www.mysite.com
it will not load.
The HTML source has it as:
EMBED src=“/myFolder/myDB.nsf/myFlash.swf”
which works file, when previewed.
I changed the code to read:
EMBED src=“http://mysite.com/myFolder/myDB.nsf/myFlash.swf”
and it still will not load.
I can enter the following URL in the Address Bar and it loads:
http://mysite.com/myFolder/myDB.nsf/myFlash.swf?OpenFileResource
I tried this as the “src” but it still did not load…
Here is the Pass-Thru HTML:
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0”
WIDTH=650 HEIGHT=375>
What did I miss?
Thanks!
Dan