Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Import Dynamic Text With Email Link



Hallo

I am working on a site that all the text loading dynamic from a .txt file on the server but i can't make an active e-mail link, (i can make normal external links)

mailto:info@alex.com?subject=info alex

but doesn't work can eny body help me

thank you



FlashKit > Flash Help > Flash ActionScript
Posted on: 10-06-2006, 06:11 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Dynamic Text Email Link
hi everyone,

I have a dynamic text box on my stage in _level1, named "textcontent" that scrolls.

I have this code for its content:

_level1.textcontent = "blablalbablalabalbaablablablab

balbalbablablablablablablaaalablabl
AUBREY@AOL.COM ";

on _level3.

I don't know how to make the part of the code that says, "Aubrey@aol.com" actually mailto:Aubrey@aol.com.

Also I would like to make all the text white except "Aubrey@aol.com" which I would like to be blue.

How is this possible? thanks

Email Link In Dynamic Text
is it possible? using standard html tags in the text didn't work...how do you accomplish this?

Email Link On Dynamic Text
Hope some one have done this. I did search through this board but couldn't find an answer.

I need to add an email link to a selected text on a dynamic text box. (scrollable)

Appreciate if some one can give me an answer.

Thanks!

Email Link Using Dynamic Text
How do you make a email link using dynamic text.
Currently I have...


_root.information.htmlText = "Visit <font color = "#3399CC"><u><i><a href="info@thirdtuesday.org">info@thirdtuesday.o rg</a></i></u></font> today!";


But, that does not bring up the email. Can you help?

Thanks.

Email Link In Dynamic Text...?
How do I create an email link for a word in Dynamic text? I have a section for news on my site and at the top of every new update use:

For Example: 10.5.03 - Posted by Andrew

Now I want just the word Andrew to be an email link. How do i go about doing this!?

Thanks...

Email In Dynamic Text As Link?
is it possible to enter an email in an dynamic text link?

i can make links to http://www.... sites but when i try to make a mailto:info@.... in a dynamik link text its not workin

thanks for help

greeetz

Email Link In Dynamic Text...?
How do I create an email link for a word in Dynamic text? I have a section for news on my site and at the top of every new update use:

For Example: 10.5.03 - Posted by Andrew

Now I want just the word Andrew to be an email link. How do i go about doing this!?

Thanks...

Email In Dynamic Text As Link?
is it possible to enter an email in an dynamic text link?

i can make links to http://www.... sites but when i try to make a mailto:info@.... in a dynamik link text its not workin

thanks for help

greeetz

Email/mailto Link Within Dynamic Text
I have a dynamic text box that populates upon clicking a button. I want to include an e-mail link on a portion of my dynamic text. I’ve found post on using getURL , and that works, only not as a link from my text. Instead it populates the text field with my text and launches the e-mail client from the button. By the way, my textbox is set up to allow HTML and I’ve tried adding a mailto link to no avail. Any pointers?

Email Link In A Dynamic Text Field
I have a paragraph of scrollable dynamic text. I need to add an email link to one of the sentences. Is this possible? I can't make the line a button in the dynamic text paragraph. Can anyone help please.

Email Link In Dynamic Text Or Button Problem
I want to make some text an email link.

I've done this plenty of times in MX and am now using MX 2004 pro. The problem is when you click the link it doesn't work, won't even open the outlook express window!

I've tried making the text box html enabled, selecting the text and then add mailto:blahblah@blahblah - If I put "" around the email address like I've done before it makes the text disappear!

I've tried using a button as well with AS using onrelease getURL etc. Still won't do anything!

Am I just being thick or is it done differently in 2004 pro?!! Really bugging me now so any help appriciated. I've done a search but can't find anything neither.

Email Link In Dynamic Text Or Button Problem
I want to make some text an email link.

I've done this plenty of times in MX and am now using MX 2004 pro. The problem is when you click the link it doesn't work, won't even open the outlook express window!

I've tried making the text box html enabled, selecting the text and then add mailto:blahblah@blahblah - If I put "" around the email address like I've done before it makes the text disappear!

I've tried using a button as well with AS using onrelease getURL etc. Still won't do anything!

Am I just being thick or is it done differently in 2004 pro?!! Really bugging me now so any help appriciated. I've done a search but can't find anything neither.

Email Link From Db Text
I have a string coming back from my db which may or may not contain an email link (you@yourdomain.something)

I need a quick way to search through the string, pull out any substring in this format and reformat it like so:
<a href="mailto:you@yourdomain.something">you@yourdom ain.something</a>

Thanks in advance...
RH

[f8] Text Link To Create Email...?
hi all!

is there a standard script that is used for linking a piece of text to create a new window and open the users email program?

for instance:
on my contact page i want to say, "please contact me here."
and once they press the word "here" it opens a new window, but it opens their email program with my email address in it.

thanks!

How Do One Make A Email Link To A Text Inside A Textbox?
How do one make a email link to a word inside a textbox?
For example, the sentence below is inside a textbox and I want to make the word "email" in that textbox to pop up my microsoft outlook when it's click on?

Click here to email me...

By the way, 'm using flash mx. Anybody got any suggestion?

Can Dynamic Text Have An Embedded Link? Or HTTP Link?
I'm using the Flash scroll bar componet, which uses dynamic text, and I want to link part of my dynamic text to a specific frame in my moive. - Is it possible?
- I've tried and it doesn't allow the 'Go TO' funcion.

so,

I created another HTML page and SWF to display the specific SWF screen that I want to show up - now I'm trying to link my dynamic text to '_self' so that when the link is clicked it will look like it is in the same site.

When I use the dynamic text and create the link, it appears to be ok/workable in the Properites panel, but when published, it doesn't work.

Open Email Client Through Link In Text-file Loaded In Flash?
Hi,

My flash document contain a few buttons which open some movieclips and also a txt-file with an an address and an emailaddress.
The code that triggers the movieclips and the variables looks like this:


Code:

menu.btn1.onRelease = function() {
_root.container.unloadMovie();
loadMovie("textField.swf", _root.container);
loadVariables("geschiedenis.txt", "_root.container");
loadMovie("scrollerWat.swf", _root.lijn1.scroll_mc);
this._parent.activateItem (this);
};

Everything works like a charm but the thing is I want users to be able to click on the email address so they can sent me a mail.
Normally this isn't a problem in flash typing in the URL "mailto:" option but since I dynamicaly load a text into flash I don't know how to add this "mailto" function.

My text-file contains the following:


Code:
&content=

A de Busstop
P.O.box 3385
Westvilles

E info@westvilles.com
Does anyone know is this possible how to do this?
thank you for helping me out

Open Email Client Through Link In Text-file Dynamicaly Loaded In Flash?
Hi,

My flash document contain a few buttons which open some movieclips and also a txt-file with an an address and an emailaddress.
The code that triggers the movieclips and the variables looks like this:



Code:
menu.btn1.onRelease = function() {
_root.container.unloadMovie();
loadMovie("textField.swf", _root.container);
loadVariables("geschiedenis.txt", "_root.container");
loadMovie("scrollerWat.swf", _root.lijn1.scroll_mc);
this._parent.activateItem (this);
};

Everything works like a charm but the thing is I want users to be able to click on the email address so they can sent me a mail.
Normally this isn't a problem in flash typing in the URL "mailto:" option but since I dynamicaly load a text into flash I don't know how to add this "mailto" function.

My text-file contains the following:


Code:
&content=

A de Busstop
P.O.box 3385
Westvilles

E info@westvilles.com
Does anyone know is this possible how to do this?
thank you for helping

Äüö & <-- Can't Import Them In My Dynamic Text Field
hi

so, i'm still trying to get my page "dynamic". I made some .txt documents, loading them into my dynamic textfields with

loadVariablesNum("main.txt", 0);

now since i have a german version, letters like ä ö ü and also & signs get lost and are not displayed.

how can i fix that? maybe your solution goes hand in hand with the following issue, too.

also generally i'm not really convinced of those txt files. one example is my navigation:

i have to make the txt file like this:
home about me contact

meaning, with the spaces in between.. very strange i think. well it works, but i'm sure there's a nicer way to do this. any ideas?

[F8] Import A Txt File In To A Dynamic Text Box
Well the title says it all I need to know how to import a txt file in to a dynamic text box and if it involves only action script that would be great.

Thanks

Import File To Dynamic Text AS3
Objective: Import xml/html & css into scrollable dynamic text.
Purpose: To be able to update text through an external file using AS3 and scrollable through coded movie clips.
Problem: I'm absolutely lost. I've found working code, but not for AS3, also the working code is not for dynamic text, as well as the purpose of dynamic text instead of a text area box is the background transparency. I do not want the file to have a typical scroll bar, but instead just arrows, no scroll bar, but scroll arrows, so I could not place them physically to the side of the text area or dynamic text, but above and below it.

Any ideas at all? I want to use this not only in my final project in Flash, which will not add any points because I've covered everything which basically ends at navigation code (simple), but just to have the knowledge as a web designer.

This information would help many people. An updateable external source for clients, etc.

Can Not Get A Dynamic Text Field To Import At Runtime
OK, guys...here are some total assinine questions I am sure, but this is the first site I am trying to develop totally in flash.

I am trying to get it to pull news onto the news page from a txt file, but can not get it to work. I have tried to emulate the way I did it in the tutorial (which worked fine when I did it, of course...story of life), but every time I go to test the file for the news page the text field will not load. I have worked on this for a week to no avail...I really hope someone can help me.

Now, onto another note: I would REALLY like to find a way to import html tables/etc into some of my pages, but can not figure out how. Any suggestions? Please?

Here is the site URL so far:

http://www.wings-of-fury.com

HTML Formatted Email W/ Flash: Email Link Help
is there a way to put a mailto into a Flash that's embedded in an email without a browser window popping up when the user clicks on it.

The reply email works fine, but a browser window will open with the mailto in the URL and "Action Canceled" in the window. Not too pro looking.

Also, I found the Flash only plays in some email clients, when user views the email. I had to put a 'play' button on the first frame before the loader in case it doesn't play. I tried putting a "gotoAndPlay" but that didn't work either, took the loader out, even put the animation on the main timeline. Funky.

Told the client it's a bad idea, unpredictable, but they never listen to people that know what's up...

Email Link On Swf Doesn't Work In Embeded Email, Why?
I am working on a swf file (sort of an ad) for email distribution purpose, the swf has an email link on it for potential clients to reply to us.

I upload the swf on our server, embed the swf into an email, and send the email off to do a test, the animation is playing fine, but there is a problem, when i click on the email link, I receive the following error message:

"Microsoft Outlook has encountered a problem and needs to close. We are sorry for the inconvenience."

And then the Outlook is closed down.

But this problem only happens on NT system, as while i click the same link from my XP, it instantly open up a new reply message fine, anyone has come across this problem and knows how to get around with it, could you help?

Many many thanks

Dynamic Email Text
i'm pretty stuck at the moment, could someone please help? i have an active text box where the user types in some text, the variable name = kompu, i also have a button, on the release state of this button, it gets the variable data from kompu and sends it to my email address... my server supports the functionality but i'm unsure how to approach it in flash... thanks ....

Email Within Dynamic Text Box?
I've got dynamic text that flies into a textbox. Text is rendered as html. In it, I would like the title of the website to be clickable (is underlining on mouseover possible?) and have it open up a new window for that site. The dynamic text is like this, for example:

text1 = "This is my first website, www.blahblahblah.com";

So, how do I do this? Thanks.

Email Within Dynamic Text Box?
I've got dynamic text that flies into a textbox. Text is rendered as html. In it, I would like the title of the website to be clickable (is underlining on mouseover possible?) and have it open up a new window for that site. The dynamic text is like this, for example:

text1 = "This is my first website, www.blahblahblah.com";

So, how do I do this? Thanks.

Email In Dynamic Text
hey all. im working on something and i want to have a clickable email in my dynamic text box.

the email is in a paragraph and i just want the email name to be a link to email so when you click on the email name, it opens up outlook express and opens a new email.

anyone know how to do this?

Email Dynamic Text
I have a file setup that will email name, email, and message when the user inputs it in the appropriate input box. Is there a way to email dynamic text within that same email. Im using php to send the email to myself. if you need more info let me know

Email To Dynamic Text?
Hi I was wondering is there away of allow a user to send an email (or other method) containing text that is published within a flash page using dynamic text?
Basically at present a user sends via FTP a notepad file to the site and that works well but I'm working on another site where I want a user to update there text but not allow them full FTP access, any ideas?
Cheers for any help.

Dynamic Text And ActionScript PHP Email
FlashMX | ActionScript 2.0

I am using Kirupa_flash_php_email.fla as a model.

Is there any way to perform this function:
form.loadVariables("emaill.php", "POST");
using dynamic text vs. input text?

-----

I am preparing a tutorial/test in which the students enter all ID on the first frame.

The vID is stored until the end of the test, where they will then submit their record of completion to an email PHP.

I have not been able to transmit the variables from dynamic text fields. Kirupa_flash_php uses input files. If I use the form.loadVariables("emaill.php", "POST"); on the front-end entry, I will be able to transmit to the ID's, but without any test results.

Resolutions or Work-Arounds are appreciated.

Email Adress In An Dynamic Text Box?
Is there a way to put an email adresses in an dynamic Html text Box?

i know with a normal adress you can do it like this...

< a href="http://www.kirupa.com" target="_blank">link to kirupa< /a>

But i want to do it with my email adress
how can i do this...

Thanks in advance....

Andreas

Loading External Text File Into Flash Using Links From Dynamic Text Field Link?
I am using a dynamic text field to load in .txt files with html tags. I have a couple "click here" type links that I would like to use to load a different .txt document into the same dynamic text field instead of a url link like it does default. Is this possible? I'm sure I could put a button over the text since its not long enough to need a scrollbar but I would like a more dynamic and flexible way to do this if its possible.

Thanks

Dynamic Text Link Problems (text Shifting)
Hello Forum

I'm struggeling with dynamic text fields containing html text from XML data. The data contains <a href="..."> tags that display not correctly. When the user rolls over the link the spaces left and right of the link shift to the left or the right. This appears to be the problem only when I set the antiAliasType property to "advanced". The problem doesn't happen with "normal."

Anyone else experienced this problem? Any workarounds? Am I missing something else when setting all the properties? Perhaps the order of setting the properties?

Any leads or thought much appreciated.

thank you

Stephank







Attach Code

Textfield creation class:
///////////////////////////////////////////

_movieClip.createTextField("txtMC", 1, 0,0, 1, 1);
_movieClip.txtMC.autoSize = "left";
_movieClip.txtMC.type = "dynamic";
_movieClip.txtMC.border = false;
_movieClip.txtMC.background = false;
_movieClip.txtMC.backgroundColor = 0xFFFFFF;
_movieClip.txtMC.borderColor = 0xFFFFFF;

_movieClip.txtMC.password = false;
_movieClip.txtMC.multiline = false;
_movieClip.txtMC.html = false;
_movieClip.txtMC.embedFonts = true;
_movieClip.txtMC.selectable = false;
_movieClip.txtMC.wordWrap = false;
_movieClip.txtMC.mouseWheelEnabled = false;
_movieClip.txtMC.condenseWhite = false;
_movieClip.txtMC.restrict = null;
_movieClip.txtMC.variable = null;
_movieClip.txtMC.maxChars = null;
_movieClip.txtMC.tabIndex = undefined;
_movieClip.txtMC.antiAliasType = "advanced";

_movieClip.txtMC.multiline = true;
_movieClip.txtMC._width = ConfigData.FAQS_ANSWER_TEXT_WIDTH;
_movieClip.txtMC.wordWrap = true;
fmt.font = "Verdana";
fmt.size = 10;
fmt.color = 0x222222;
_movieClip.txtMC.styleSheet = InstanceManager.STYLESHEETS;

_movieClip.txtMC.html = true;
_movieClip.txtMC.multiline = true;
_movieClip.txtMC.htmlText = _str;
_movieClip.txtMC.setTextFormat(fmt);
fmt.kerning = true;

STYLESHEETS:
/////////////////////////////

a:active,
a:link {
font-family:Verdana;
font-style:normal;
font-weight:normal;
text-align:left;
leading:10;
font-size:10;
letter-spacing:0;
color: #666666;
}

a:hover {
font-family:Verdana;
font-style:normal;
font-weight:normal;
text-align:left;
leading:10;
font-size:10;
letter-spacing:0;
color: #333333;
}

Html Enabled Dynamic Text Box EMAIL Issue
Can someone tell me why this isn't working?

<a href=mailto:'mark@marksplace.com'>mark@marksplace. com</a>

Html Enabled Dynamic Text Box EMAIL Issue
Can someone tell me why this isn't working?

<a href=mailto:'mark@marksplace.com'>mark@marksplace. com</a>

Help Please Email From Page To Another Email With Url Link
This is getting really confusing for me so I need some help! The issue is that I am developming a video player that a client would like to have an ability of users to send (email) the page to a freind, with a link back to that specific page. I have experience sending mail via PHP scripts, and the mailto: commands. Does anyone have any idea how this could be accomplished? I need some direction. Thanks Devon
www.conjuringzoo.com

URL Link In Dynamic Text?
I need help with putting a URL link inside a dynamic text field. I tried to check the HTML box in the dynamic text tab and then I set the variable I was using for the text to have the html in it and then nothing came up. All I want to do is have a varible capable of setting itself to a different link according to a variable definition earlier. Help!!!! I don't know much about putting HTML in dynamic text boxes with variables.

Link In Dynamic Text
Hello, is that possible to make a variable contain a link and then load it into a text field?
I've tried the following :
VarText = "<a href="http://www.site.com>Site</a>"";
But that didn't work because of the second " that end the variable.
Is that possible to have a variable containning a "? Maybe theres a character that I can put in front of the " to tell that it's not the end of the declaration and that I want the " in my variable?

What I want to do is insert a dynamic link into a text field, anybody knows how to do it?

Dynamic Text Box Link?
ok i've data coming from a data base onto this page:

http://ijsr32.infj.ulst.ac.uk/~10214.../dj_names.html


some names have links to mixes ont hem, e.g DJ Ryan


What im wondering is can i make the data in the text box a link? automatcially,


E.g : when u click on DjRyan his mix is a link, but when you click on JamesL his mix becomes a link


u get me? any help will be great!

thanks!

Dynamic Text Link?
ive got a dynamic textbox with a web url in it


can i make a button which grabs this link and uses it in a geturl statement?

Dynamic Text Link
hi,
I'm try to make a link inside a dynamic text box, box have the option render as html and i use this code:

... funcionamento em <A HREF="situação"></A HREF> de rotina, ocasional ... (not english, sorry), but the word "situação" must be a link (open a external movie), why this dont work?

help me pls

Link Within Dynamic Text...
i load my text from external txt files, but they're quite big. When loaded, is there a possibility to use buttons that link to specific point of the loaded text so that the user doesn't have to scroll all the way down to the point they want...

Dynamic Text With Link
i have a dynamic text box and i want to add a link to just a few words...i want the link to open a new window with pixel height and width that i determine...i know thats javascript but i can never really figure out how to do it right and this time i have no idea how to add that sort of script to a peice of dynamic text...i hope thats clear..please help

How To Link Dynamic Text
Hi. Very new to Flash - using Flash 8 Pro. I have a meeting this afternoon to throw around some ideas for using Flash on a website, and I'm in a crunch to figure out something that's probably pretty basic.

If you take a look at the .swf, my country map currently serves two functions:
1. rollover button displays some text information in a dynamic text box, when you mouseout it disappears.
2. clicking on the button takes you to the corresponding website.

My idea is to keep the mouseover/out as it is, but when you click on the button, it will keep the text visible in the dynamic text box, and the name of the school (text) will be the link instead. So once you click on the button, you can mouse over the text link and go to the website. (the button will also stay in it's green clicked state until you click on another button.)

My main question is how to make the text I'm sending to the text box in action script a link. I'll keep searching on here (just found out why my HTML pages don't load locally with Player 8), but if anyone can point me in the right direction I would appreciate it.

Thanks!

[CS3] Dynamic Text URL Link
Thank you for your interest in my post!

My problem is trying to create a url link within my .txt file that loads dynamically into my Flash movie. Is there some html coding involved? If this is possible, will it be possible to do dynamic e-mail link too?

Thanks!

[F9] Dynamic Text URL Link
Thank you for your interest in my post!

My problem is trying to create a url link within my .txt file that loads dynamically into my Flash movie. Is there some html coding involved? If this is possible, will it be possible to do dynamic e-mail link too?

Thanks!

Dynamic Text Link
I have this text file:

&gallery=There are three sets available to view in this section.
I am going on an expedition in Central America and will be bringing back more prints to be displayed, these images

are expected at the end of 2004.
<br>
Meanwhile please enjoy the sets available.
Set 3 is available to view in <a href="http://www.telfordswarehouse.com"><font color="#006699">Telfords

Warehouse</font></a>, in Chester.

The thing is I want this page to load up in a new window, how do I work the code, I know its _blank, but i'm not sure of the correct syntax.

How Do I Link Text To A Dynamic
How do i link text to a dynamic text box ?? can u help me?

Copyright © 2005-08 www.BigResource.com, All rights reserved