Can anybody exaplain me how i can embed flash in my mail
using php.
Is anybody have any idea?
Thank you,
Panchal Mrugesh.
--
You received this message because you are subscribed to the Google
Groups "PHP :: Be a part of it" group.
To post to this group, send email to
php-be-a-...@googlegroups.com
To unsubscribe from this group, send email to
php-be-a-part-o...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/php-be-a-part-of-it?hl=en?hl=en
But by this way i have also include the flash object tag
"<embed>...<object>".
But the mail provider strips down this tags. All the mail part is
coming except the falsh object.
So, how can we have to work with flash while sending flash object in
mail.
I am showing the normal code as we are using for sending mail.
$strHeaders = "From:<" .$senderEmail. ">\r\n";
$strHeaders .= 'MIME-Version: 1.0' . "\r\n";
$strHeaders .= 'Content-type: text/html; charset=utf-8' . "\r\n";
@mail($strEmail, $messageContent['subject'], $messageContent['body'],
$strHeaders);
On Mar 12, 10:18 am, kalpesh mahida <kalpesh.mah...@gmail.com> wrote:
> Hi Mrugesh,
>
> Can u post u r code here so that i can have more idea about what u actually
> want to do and what u did so far.
>
> Thanks and Regards,
> Kalpesh Mahida
>
> On Thu, Mar 11, 2010 at 8:46 PM, Mrugesh Panchal
> <panchal.mrug...@gmail.com>wrote:
>
> > Dear All,
>
> > Can anybody exaplain me how i can embed flash in my mail
> > using php.
> > Is anybody have any idea?
>
> > Thank you,
> > Panchal Mrugesh.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "PHP :: Be a part of it" group.
> > To post to this group, send email to
> > php-be-a-...@googlegroups.com
> > To unsubscribe from this group, send email to
> > php-be-a-part-o...@googlegroups.com<php-be-a-part-of-it%2Bunsu...@googlegroups.com>
--
You received this message because you are subscribed to the Google
Groups "PHP :: Be a part of it" group.
To post to this group, send email to
php-be-a-...@googlegroups.com
To unsubscribe from this group, send email to
php-be-a-part-o...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/php-be-a-part-of-it?hl=en?hl=en