  | |  | Passing data to JavaScript | Passing data to JavaScript
2004-02-20 - By Abdul Qabiz
Back Thanks Morten... We somehow figured it.
We made a movie with 3 frames and calling getURL from each frame, sending
data in chunks, and that 's stored in javascript global variable.
Problem seems to be solved.
Thanks once again for looking at this silly question :)
Regards,
Abdul
-- --Original Message-- --
From: morten.barklund@(protected) [mailto:morten.barklund@(protected)]
Sent: Friday, February 20, 2004 4:57 PM
To: flashcoders@(protected)
Subject: Re: [Flashcoders] Passing data to JavaScript
Hi,
> Is there any limit for data that can be passed to javascript from
> flash?
AFAIK, getURL-calls can be no longer than 256 characters - otherwise flash
will truncate (or fail silently?)... You need to split it up and create
javascript functions prepared for getting smaller chunks and combining in
the end...
// Morten Barklund
// DKMMUG Manager - http://dkmmug.dk
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104844
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104849
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |