I'm trying to get a flash movie to work in an email. When I recive the email, I get an active x warning indicating that my security settings will not alow the object to run.
While I know my way around web graphic programs and write my own cgi sendmail scripts, I don't know of a way around the active x security settings.
Is there a way to embed a flash movie in the body of an email and not have a person change their active x security settings?
tia...mike
Here is the object code I'm trying to get to work in an email:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="550" height="425">
<param name=movie value=" <param name=quality value=high>
<embed src=" width="550" height="425">
</embed>
</object>
While I know my way around web graphic programs and write my own cgi sendmail scripts, I don't know of a way around the active x security settings.
Is there a way to embed a flash movie in the body of an email and not have a person change their active x security settings?
tia...mike
Here is the object code I'm trying to get to work in an email:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="550" height="425">
<param name=movie value=" <param name=quality value=high>
<embed src=" width="550" height="425">
</embed>
</object>