Difference between revisions of "Talk:Shared Media and data URIs"

From Second Life Wiki
Jump to navigation Jump to search
(Allowed URI length...)
 
 
Line 1: Line 1:
== Undid KB redirect ==
I undid the redirect that points to http://community.secondlife.com/t5/English-Knowledge-Base/Shared-Media/ta-p/700145 as that page has no content related to this topic except a link back to here (and thus the redirect to itself). [[User:Liny Odell|Liny Odell]] 12:15, 25 December 2011 (PST)
== Allowed URI length... ==
== Allowed URI length... ==



Latest revision as of 13:15, 25 December 2011

Undid KB redirect

I undid the redirect that points to http://community.secondlife.com/t5/English-Knowledge-Base/Shared-Media/ta-p/700145 as that page has no content related to this topic except a link back to here (and thus the redirect to itself). Liny Odell 12:15, 25 December 2011 (PST)

Allowed URI length...

I think here is a problem with the allowed string length of the URI. In my short try, I guess, I found that the max length is limited to 1024 characters... The navigation bar cut off after 1024 chars and scripts with longer strings reply an error: "llSetPrimMediaParams error: Bounds error near parameter #1, param=2. No values have been set." also the posted 'embeds flash' example will cut off.

btw data uri isn't really attractive for images...
Format: png
Dimensions: 16 x 16px
Original file size: 996 Bytes
Data URI (ASCII) size: 1328 Bytes.
   Kuraiko Yoshikawa 19:13, 15 March 2010 (UTC)