SWF And Outlook Signatures
Greets all,
Maybe someone here can solve this small problem for me. I have an html file and an swf file; both files are in the same directory. I would like to insert the html file as an outlook signature. I have inserted the file as far as I can tell because I can see the swf file in the preview window. However when I click on the "new message" button all I see is a black box without the swf effect.
This basically tells me that it is able to grab the swf file because the email message body is white while the swf body background is black, but somewhere along the way it loses the actual text effect that I have.
Any ideas and/or suggestions would be greatly appreciated.
All the best
KirupaForum > Flash > Flash 8 (and earlier) > Flash 5
Posted on: 10-27-2003, 04:40 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
SWF And Outlook Signatures
Greets all,
Maybe someone here can solve this small problem for me. I have an html file and an swf file; both files are in the same directory. I would like to insert the html file as an outlook signature. I have inserted the file as far as I can tell because I can see the swf file in the preview window. However when I click on the "new message" button all I see is a black box without the swf effect.
This basically tells me that it is able to grab the swf file because the email message body is white while the swf body background is black, but somewhere along the way it loses the actual text effect that I have.
Any ideas and/or suggestions would be greatly appreciated.
All the best
Outlook Golf Signatures
Greetings,
My first post here so be gentle.:-)
I am using Flash 4 and would like to create some interesting golf signatures within Outlook Express mail, can someone direct me to a tutorial site that may include some golf type swf files, looking for inspiration.
Regards,
John
GetURL/mailto - Outlook Vs Outlook Express
here's the line:
mailtoString="mailto:bob@SomeURL.com?subject=test&body=mybody";
getURL(mailtoString);
it works fine with Outlook - pops up Outlook, properly populated - address in the To:field, Subject in the subject field, body in the body.
however, with Outlook Express - the e-mail application comes up just fine,the address is in the "To:" field, but... the subject and body are empty.
is this an Outlook Express issue? Is there a workaround?
tia,
ferd
Outlook Vs. Outlook Express
Just a newbie here with a small question- Why does the getURL method work properly for MS Outlook and not for Outlook Express? For Express all of the other informaiton (i.e. subject, body) is placed in the address line when the application is called. Does anyone have any suggestions? Thanks
Swf Signatures?
Hi,
Just registered with Flashkit...seems like a hell of a following here. I hope I'm not being to much of a newbie.
But I would like to know if it is possible to add a swf to your email signature in outlook and outlook express ..the same way you add a picture. I tried to just drop an swf in and html file but it didn't work.
It seems it should work....maybe I am just to much of a newbie.
Thanks
I hope I can contribute to this forum in the future but I am afraid for now I will just leech until I learn some more tricks.
Jazbar
.swf In Signatures?
I ws wonering how you would put a flash into your signature? Like..if it was jsut the normal size of a banner, on a normal forum that supports html, is there anyway to do that? I'm not sure if here is, but if so, anyone know how?
Signatures...
Hi, can anybody tell me how they go about putting a Flash animation in their signature for this forum?
First of all, it says it can't be more than 500 characters so I take some parameters out etc etc. It still doesn't work though.
I don't suppose someone wants to post a makeshirt "Tutorial on Flash Signatures"!??
Thanks,
Dave
Forum Signatures
whats the code to put with your signature to include a little swf movie at the bottome of your posts? i have already uploaded the swf to my site i just dont know the code. please help
Flash Signatures
How do I get a Flash movie in my signature on the Forum and how big can it be (both image size and file size)? Thanks
Email Signatures
having exported a swish file as HTML, the resultant .html code didn't work as a html email signature on a PC that didn't have swish installed - it worked fine on the PC it was developed on however. Am I missing something? I did do this with the demo version so perhaps there is some type of restriction being enforced. The destination PC does have flash drivers installed. Any help appreciated!
Signatures N Stuff
Is it only the moderators who are able to have a small swf under their name in the forums or is it possible for us humbled folk to create and place such an item (of hopefully better quality than the moderators)
Are these that I mention 'Avatars', and if so.. whats the first stage of uploading one????
Transparency In Signatures
Hi
I've used the following code to put a swf file into a message board signature:
[flash=200,100]file.swf[/flash]
Is there anyway that I can modify this code to make my flash movie transparent? The way I usually do it is to change the HTML code of the page it appears in, but obviously I can't do that in this instance.
Thank you.
Digital Signatures
Hi There
My my company has created a standalone flash projector with CS3 for a particular client, but when trying to run it they receive an error message saying that we didnt have a recognised digital signature from a recognised publisher. How would be go about ammending this as this is very new territory for me.
Thanks
Flash Signatures
How do you people get your name flash banner on your signature?
What is the proper link/info to enter?
Function Signatures
Has anyone ever heard of a way to dynamically retrieve a function's signature? Example:
ActionScript Code:
function tester (p0:String, p1:Number, p2:Number, p3:MovieClip ....) {
//do stuff
}
function getSignature ():Array {
var parameter_array:Array = new Array ();
//look at the parameter typeof requirements for tester ()
//build an array like using some sort of for in loop:
parameter_array[0] = "String"
parameter_array[1] = "Number"
parameter_array[2] = "Number"
parameter_array[3] = "MovieClip"
return parameter_array;
}
Signatures (footers)
How do you import a flash signatures onto this website? (please be very specific with your instructions since I'm a newb)
How To Embed Flash Signatures
How to embed Flash signatures
I like to now how to show a footer in a forum “not in this forum”
I now the forum allow flash footer because I used a sample end work
I have being trying for 3 days and I can’t get it
I try this one and don’t work:
<embed width="294" height="39" src="http://www.mywebsite.com/mymovie.swf">
Thank you.
Putting Flash Into Signatures?
hello,
this isn't exalty a flash question but its related. is it possible to put flash into signatures? i have a board that uses the same stuff (vB code) but has html disabled.. is it possible? i want to use my signature i made here.
but i can't use the IMG command... i just get this:
help? perhaps using the 'code' command? more info on vB code and using the 'code' command here
-lieb39
Gmail And Flash Signatures... Is It Possible?
Hello all,
I was wondering if it's possible to add a flash signature to every outgoing email from gmail. And, if possible - what's the code or tags that gmail uses to link the signature?
For example, Kirupa uses (used... do they allow swf sigs anymore?) [swf="http://example.com/example.swf height=60 width=250"][/swf]
Thanks in advance,
Getting Method Signatures From A Component Instanc
Hi,
I have a class 'Car' . I want to get a list of all the methods given in Car class, with their full signatures.
Eg: If 'car' has 5 methods called
car_method1(int1,int2)
car_method2(str1)
etc..
I want to list down all these methods with the number of parameters they take.Is that possible?
Right now, i use for.. in loop and typeof() method to get all the functions in any class, but this only gives me the names of these methods, I want the full signature.
Any ideas?
Thnx,
Sonali.
Refferal Via Outlook
On my site i want to put a reffer a friend button. on release bringing up their outlook or default mailer. When it does this i want to be able to embed text with a link to my site in the body of the email. i know it can be done just dont know how. can any one help. thanks
Outlook Express?
I know you can do it using Director..... but is there any way to automatically add a contact to someone's outlook express contact list using actionscript in Flash??
thanks in advance guys
-Chris
Outlook And Flash Doing It Together?
Dear all,
I want to make a site that sents an e-mail to your Outlook when you've submitted your adress.
Now comes the Problem: that e-mail should not only have the text from a news-site in it (this allready works), but also a flash-animation in the background (the owner of the site even wants to choose between some different different animations). The other problem is that it has to be done directly from the site and not from a mailprogram and that he doesn't want to sent only a link to this page, but the whole page itself in the body. Hope you can help!
Thanks for all your responses,
Jip
Swish In Outlook...is It Possible?
Could someone plz tell me is it possible to include a swish file in outlook. I mean I would like to insert a "signature" in Oulook or even in my other web based email account that i created in swish and converted to .swf. I'd appreciate a possible solution very much.
Thanks.
Russ.
Flash MX Vs Outlook 6, Is It Possible?
Hi, I made an .exe file with a e-mail button, but it doesn’t works with Windows 2000 and XP. Does anibody knows how can I make a e-mail button that works in all Windows?
Please how can open Outlook 6?! I´m so tired!
I used this code in Flash MX:
on (release) {
email = "my@mail";
subject = escape("text");
body = escape("text");
getURL ("mailto:" + email + "?subject=" + subject + "&body="+body);
}
Mx Vs. Outlook Mailto Bug?
dense...more than likely. i have used flash since v.4 and have used mailto on numerous occasions with zero problems. now using mx, creating mailto and acheiving variable results with oe. oe starts up but doesn't pull up email window....any thoughts?
thanks much
Flash-Outlook
I want to send a publicity e-mail with the Outlook.
I want to automatically link it to a web page containing a .swf where the information is.
It´s barely working but it causes the outlook restart automatically, and when the usr is offline he cannot see the page.
Is there any way of making a html that contains the swf and dont have to load it from another place?
Or another way doing this?
Button To Outlook
Hi!
I need a script for a button which, clicked on, makes
the user open the Outlook window and send an e-mail.
And how can I make the addressees' address to be present
in that window under the address of the sender?
Thanx (Csprrr)
Maybe Off Topic: Outlook
I had to uninstall and reinstall Flash last night, and after uninstalling it, Outlook couldn't connect to any of my e-mail accounts.
The problem vanished as soon as I reinstalled Flash.
Anybody have any ideas what that was about?
Flas And Outlook
opa ... ,
i´m having some problems when designing some stuff to be distributed by mail.
(it´s no spam, is a monthly bullettin for the members of a club)
the thing i´m doing is design the bullettin with flash and publish it in html and swf.
i upload the swf to the server, and in the outlook i paste the html code changing the link to the swf from the partial address to absolute ( http://.....)
for most of the cases works fine exept this situations:
- some outlook users have problems opening it, in some cases the outlook crashes, no way of opening the mail
- the ones who have the middle or high security level set up in the outlook cant open it
-hotmail, terra, yahoo users dont read it, ... this is becouse they dont accept html mail
the basic problem is when the html script of the mail body links to the swf, there crashes,
Do any of you knows if there is another way of designing this kind of bullettins without this problems,
i tried to design something with dreamweaver or frontpage, but its anoing, they are tedious, i want to do it with flash,
should be a way, embed the swf in th mail, explode it to normal html,
i dont know, .... something
i´ll apreciate a lot any ideas,
thanks a lot
m
Outlook (bad English)
Hello
I am Portuguese and have a very bad English
I need help to create a button that opens outlook already with the inserted email.
Thanck and kisses from Portugal!
Sónia
Outlook (bad English)
Outlook (bad English)
Hello
I am Portuguese and have a very bad English
I need help to create a button that opens outlook already with the inserted email.
Thanck and kisses from Portugal!
Sónia
Outlook (bad English)
Outlook (bad English)
Hello
I am Portuguese and have a very bad English
I need help to create a button that opens outlook already with the inserted email.
Thanck and kisses from Portugal!
Sónia
Parapraph In Outlook?
here is my AS for the outlook express mail button!
on (release) {
getURL ("mailto:" add email add "?subject=welcome!&body=I%20thought%20this%20would %20be%20something%20which%20will%20find%20your%20i nterest:%20http://www.coop-design.com");
}
i want to formatting the email-text !!!(paragraph?)
how can i do that?
thanks for any help!
Flash To Outlook
is there a act that i can put on a e-mail btn, so that on release it should open outlook mail??? it should be java script but..
thanks!!!
MS Outlook And Yahoo
i want it so i have my yahoo mail in ms outlook
i think some1 said it cant be done.
please help
E-mail Without Outlook
Hello
I wanna know if its posible to do something like in the link bellow
http://www.rvanet.com/whatUthink.htm
but on flash and to e-mail not to sign a guest book
is this possible??if so any tuts that could help me ??
thanks
Outlook Widget
Is it possible to create a widget using AS w/ flash or flex along w/ AIR that will show if you got new emails in your outlook?
Thanks in advance.
amaze
E-mail Without Outlook
Hello
I wanna know if its posible to do something like in the link bellow
http://www.rvanet.com/whatUthink.htm
but on flash and to e-mail not to sign a guest book
is this possible??if so any tuts that could help me ??
thanks
Outlook Express
Hi guys...I'm trying to create a link that when clicked will bring up a pop-up outlook express email window. This' what I've got but it isn't working:
Code:
on(release){
getUrl("andrew@hotmail.co",_blank);
}
But this isn't working, help! And thanks in advance.
Help With Outlook Express Signature
Will someone provide some info. on what I need to do in order to have a signature made in Flash work in Outlook Express. At this point I have made it, saved it as an HTML doc. in the stationery folder on the C drive, but when I send a new email it just appears as a little grayish box. It does not play and when the email is received it either does not play or gives a message about an ActiveX object may cause email not to appear correctly. Are there HTML settings I need to set or something?
Linking Swf In Outlook Email
Does anyone know how to embed(or link) a swf file in an outlook email. I've seen it done before but not sure how to go about it!
Any help most definitely appreciated?
Starting Outlook From A Flash .exe
I have placed some code on a button to startup Outlook Express. If I publish to a .swf it works but if I publish to an .exe it doesn't! Anyone know how to fix this? Do I have to use an fscommand?
Code on button:
on(press){
getURL ("mailto:vaughan@afrihost.com?subject=test");
}
Link Email From Outlook
I've sending a .swf by e-mail and this .swf contains an e-mail link made with geturl"mail to:mmmmm@hhh.net". When people receives this e-mail and click this email link included in the .swf, appears one screen with "action canceled .............etc." and other with the regular screen outlook and you can start write your answer, because this is a command to be used from a browser
How Can I get don't appears the screen from the browswer "action canceled....etc". and get only the screen from the outlook ?´
Some action script, java, etc, can avoid the window from the browser and get only teh one from the oulook?
thanks in advance.
Adding From Flash To Outlook
I just saw a web site for a band where a viewer can click on one of the dates in the Tour Dates section and it adds the date to your Outlook XP calendar.
here is a link to the site:
http://www.switchfoot.com/main_fast.html
Go to the "Tour Dates" then the "Current Tour" link and you'll see it. It looks like its an e-mail that gets sent to you via a form. I tried sending it to my AOL accont and it was a simple e-mail with some code and instructions to "drag this into Outlook". However, if I also sent it to an account where I use Outlook for my mail. Here. I was simply able to drag it to my Outlook calendar and it worked perfect.
How is this done?
Thanks
GetURL Outlook Problem
I have a problem that when I view my flash movie in my Outlook inbox, the getURL function I have on a button in the movie crashes my Outlook program as opposed to opening a new email.
Any suggestions???
Thanks
Sam
Outlook Or Default Emailer
Hello people!
I'm trying to create a button in my website that will automatically open the user's default email program with a my email address. How might I go about this?
Best,
iam2001
|