I can't actually promise anything regarding the cookies, but I definately have a weird issue:
Ok, I'm trying to send Flash in an email, but I'm having general problems with Flash Player 7 displaying a remote movie in a local HTML file. Even if viewed in IE (not Outlook) there's no content. But if I use the same HTML and put it on the website with the flash file to be streamed changing the embed src to a local reference, it works just fine. Here's the code, first what works, then what doesn't:
If I post an HTML file on my server with the flash movie containing this code, it works fine:
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"codebase=" HEIGHT="100" id="test.swf"><PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="test.swf" quality=high bgcolor=#FFFFFF WIDTH="300" HEIGHT="100" NAME="test.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
However, if I view the HTML file locally (as would be done in an email) and include this code instead (changing only the embed src) I get nothing in my browser:
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"codebase=" HEIGHT="100" id="test.swf"><PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=" quality=high bgcolor=#FFFFFF WIDTH="300" HEIGHT="100" NAME="test.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
In this example I used an swf from a website because I knew it to be working. My swf file works the same way (displays if reference originates from the server to the server, doesn't display if reference originates from my local machine to the server).
I should also note that I tested my movie in an email on an old box running Windows 95 in both IE/Outlook 5.5 and Netscape 6 with Netscape Mail. It worked fine. Didn't work on a Mac with Outlook Express 5, though, and it doesn't work on this computer running XP Pro and Outlook 2000/ IE 6.
Can anyone help me please?? It's driving me nuts! I've tested it on two different servers with the same results!
Thank you much,
jeremy
Ok, I'm trying to send Flash in an email, but I'm having general problems with Flash Player 7 displaying a remote movie in a local HTML file. Even if viewed in IE (not Outlook) there's no content. But if I use the same HTML and put it on the website with the flash file to be streamed changing the embed src to a local reference, it works just fine. Here's the code, first what works, then what doesn't:
If I post an HTML file on my server with the flash movie containing this code, it works fine:
<OBJECT classid="clsid
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="test.swf" quality=high bgcolor=#FFFFFF WIDTH="300" HEIGHT="100" NAME="test.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
However, if I view the HTML file locally (as would be done in an email) and include this code instead (changing only the embed src) I get nothing in my browser:
<OBJECT classid="clsid
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=" quality=high bgcolor=#FFFFFF WIDTH="300" HEIGHT="100" NAME="test.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
In this example I used an swf from a website because I knew it to be working. My swf file works the same way (displays if reference originates from the server to the server, doesn't display if reference originates from my local machine to the server).
I should also note that I tested my movie in an email on an old box running Windows 95 in both IE/Outlook 5.5 and Netscape 6 with Netscape Mail. It worked fine. Didn't work on a Mac with Outlook Express 5, though, and it doesn't work on this computer running XP Pro and Outlook 2000/ IE 6.
Can anyone help me please?? It's driving me nuts! I've tested it on two different servers with the same results!
Thank you much,
jeremy