all groups > flash actionscript > august 2004 >
You're in the

flash actionscript

group:

href url length in dynamic text field


Re: href url length in dynamic text field kglad
8/4/2004 11:04:36 PM
flash actionscript:
myvar=""http://www.somewhere.com?param=abcdefghisdf&more=blah&blah=blah";
href url length in dynamic text field Rave Q.
8/4/2004 11:59:58 PM
Hi all!

I have a page with a dynamic text field that pull some content
and in the content is a standard html link

<a
href="http://www.somewhere.com?param=abcdefghisdf&more=blah&blah=blah">link<
/a>

As you can see the url to the link is very long.
When you click on the link, it opens a page, but doesn't carry all of the
characters and cuts the link to 128 characters.

Any workaround? Please advice.

Thank you!

Re: href url length in dynamic text field Rave Q
8/5/2004 11:34:51 AM
Yes, that would be a solution, but
'myvar' has more than a link;

<a href='longurl1'>headline1</a>content1
<a href='longurl2'>headline2</a>content2

that is pulled from a server script and loaded into a "myvar" flash variable
longurl1 that's more than 128 characters gets cut in the browser.
Any ideea?

[quoted text, click to view]

Re: href url length in dynamic text field kglad
8/5/2004 2:31:31 PM
you can't have more than one link in a single href tag. you mean there's more than one link in your texfield? if so, string them together:

Re: href url length in dynamic text field Rave Q
8/6/2004 7:01:04 PM
my string url is something like this:

http://www.britishcouncil.org/ro/romania/romania-learning-2/romania-learning-knowledge-and-learning-services/romania-learning-knowledge-and-learning-services-become-a-member.htm

which is too long and it gets cut to 128 characters when clicked on it.


[quoted text, click to view]

AddThis Social Bookmark Button