Flash files through Email

Status
Not open for further replies.

bhutbhut

U-ME=NOTHING
Friends
Can anybody tell me any program that can enable me to send flash files by email, not as an attachment, but the recipient can see in it in the body. And also no need of complex programming.
 

Garbage

God of Mistakes...
Just create an HTML file.
Embed the flash in that.

Attach HTML file to mail.

It will show flash directly. No need to download !!!
 
OP
B

bhutbhut

U-ME=NOTHING
Thanks Shirish. But still html coding and flash embedding is somewhere difficult for Novice. So, is there any tool which can do that for me ?
 
Last edited:

Garbage

God of Mistakes...
if u knows tags (like <IMG .....>) in HTML then it's pretty cool.

'n if NOT, then use HTML editors like CoffeeCup HTML editor from *www.coffeecup.com/html-editor/
 

Choto Cheeta

Rebooting
here is a simple.. HTML TAG to get Flash Included in your HTML !!

Code:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

you may learn more about HTML !! , Read Here
 

Choto Cheeta

Rebooting
But some e-mail clients block flash !!

but they do through you an option to enable that blocked content...

but when sending a HTML email with Flash file to an unknown user, chances are that in Yahoo / MSN / Gmail you may end up in their Spam box !!!
 

sumeetindia

Journeyman
You can provide a link in the email to see the flash content,
which You can upload on some free web hosts.
This will save the mail from going to SPAM folder.
 
Status
Not open for further replies.
Top Bottom