Flash - File Resource or Image Resource - will not load

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

Subject: Flash - File Resource or Image Resource - will not load…

try to put your url in the value property of the movie parameter. is for old netscape browser,i think???

this sample get the attachment movie from the document with key FLASH in the ATTFIC view

<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=75 HEIGHT=100>

Subject: Flash - File Resource or Image Resource - will not load…

Looks like it should work - maybe try

<embed src=“/myFolder/myDB.nsf/myFlash.swf?OpenFileResource”

Other than that no idea sorry