LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


  #1  
Old 07-26-2001, 12:38 PM
fatbl0ke's Avatar
fatbl0ke fatbl0ke is offline
Registered User
 
Join Date: Feb 2001
Location: Swindon, England
Posts: 44
Rep Power: 0
fatbl0ke is on a distinguished road
Question Email Links

Hello

I've got a small problem with Director 8, I'm trying to create a email link in Director but i not to sure on the code that will be used.

Anyone have any ideas?

Thanks

Fatbl0ke
__________________
Reply With Quote
  #2  
Old 07-26-2001, 12:47 PM
shineraj's Avatar
shineraj shineraj is offline
Cool FlashMover
 
Join Date: May 2001
Location: Bombay, India.
Posts: 335
Rep Power: 12
shineraj is on a distinguished road
Ok

Ok In navigation section of behavior there is a behaviour called go to URL attach this the sprite (mabe the txt) and type in the behaviour as mailto:you@emailID.com
Thats it
(Tnx to the input from my friend Saumitra Mathur)
__________________

My Flash Sign
SHiNE//
Reply With Quote
  #3  
Old 07-26-2001, 01:42 PM
fatbl0ke's Avatar
fatbl0ke fatbl0ke is offline
Registered User
 
Join Date: Feb 2001
Location: Swindon, England
Posts: 44
Rep Power: 0
fatbl0ke is on a distinguished road
Thank you for your help but when i click the link it opens the browser window then opens outlook express. Is there any way of making it open without the browser window.

This is the code i have in the behaviour.

on mouseDown me
goToNetPage "mailto:email@id.com"

end

fatbl0ke
__________________
Reply With Quote
  #4  
Old 07-26-2001, 02:03 PM
theUKdude's Avatar
theUKdude theUKdude is offline

Hyper Dudey Moderator
 
Join Date: Mar 2001
Location: Bath, UK
Posts: 1,421
Rep Power: 14
theUKdude is on a distinguished road
I'm not sure that this can be accomplished.

Director needs to open the default browser, which in turn opens it's
associated email application. If the user doesn't have a browser on their
system you may run into problems (although if they don't have a browser
it is likely that they don't have an Internet connection).

Maybe you should try an Xtra, such as DirectXtra's DirectEmailXtra.

Check out what Macromedia say:

http://www.macromedia.com/support/di...ding_email.htm

Hope this helps,
__________________
theUKdude


.................................................. ..........................
Education: That which discloses to the wise and disguises from the foolish
their lack of understanding. -Ambrose Bierce, writer (1842-1914)
Reply With Quote
  #5  
Old 07-29-2001, 02:42 PM
Gargoyle's Avatar
Gargoyle Gargoyle is offline
Moderator
 
Join Date: May 2000
Location: germany
Posts: 3,471
Rep Power: 16
Gargoyle is on a distinguished road
Rolleyes

true, but windoze is already delivered with a browser, and when working with a mac u mostly r some kind of developer so u also do net business... btw. wasn't there a way to detect installed software in director exactly for this purpose?
__________________
---
if TCPA is the answer,
how stupid then was the question?

There is a diffrence in knowing the path and walking the path.

if u found this thread usefull, then rate it.
this way we all save a lot of time, searching for the good ones.

Reply With Quote
  #6  
Old 07-31-2001, 10:58 AM
toxi toxi is offline
Registered User
 
Join Date: Dec 2000
Posts: 43
Rep Power: 0
toxi is on a distinguished road
this extra browser window is only an issue, when you're going to build a projector and want the email link in there. in this case you'd really have to use the DirectEmailXtra or the all-ruling BuddyAPI (http://www.mods.com.au/budapi/ ). however, if you're developing for shockwave this will only happen in authoring mode, but not with the final (.dcr) version as it's already running in a browser window.

btw. why does only windows has a built in browser? MacOS comes with internet explorer too and it will be installed in the default installation.

BuddyAPI is a free Xtra if you're only using one or two of its functions (which might be enough for this case)

so once you have installed the Xtra, replace the mouseUp handler with:
Code:
on mouseUp me
    OK=baOpenURL("mailto:toxi@email.com","")
    if not OK then
        alert("Couldn't open email application")
    end if
end
the baOpenURL function is more clever than the default lingo command and launches the email app automatically if there's a mailto: URL...

hth,
toxi.
__________________
www.toxi.co.uk
www.spectracol.com
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP FLASH Web Form Generates Email missing text! Help Please silentcool General Flash 0 09-09-2009 12:01 AM
ASP PHP Advanced EMail Form PLEASE HELP! Jeremy78 Actionscript 2.0 9 02-03-2007 12:18 PM
Email issues . . . Ross McVinnie General Flash 8 07-03-2006 11:20 PM
how do you create email links, scroll boxes? paul aust Flash 8 2 12-17-2005 08:25 PM
Changing Email and links on flash template HeinekenMike Flash MX 2004 5 03-05-2004 10:00 PM




All times are GMT. The time now is 05:55 AM.