> I'm normally a director user but for now I ha ve to make a
> flash project
> with QT.
> I know you have to convert a QT in flash to a JPEG sequence
> or something
> like that. And import those JPEG again in a new fla file. All
> that works and
> they all play fine. The problem now is that those fla files
> where called
> with a loadmovie frome another fla file. When I play the .swf
> file it seems
> he can't play the QT.swf files above the 2 mb.
> Is there a limit in mb for loading an .swf file? Any
I don't know if there's a limit, but 2 mb sounds like an AWFUL lot for a
Flash movie. Normally, the file size doesn't count as much as the way you
stream it (one bit at a time, no huge chunks appearing form the first time
in the same frame etc.), but I would normally use no more then 200kb (500 at
the most, I'd imagine). It its, after all, the internet :)
The way I'd treat a flash presentation which requires QuickTime (or mpeg,
for that matter), is to put your QuickTime movie inside your flash folder,
and then use the "getURL" command on a frame or button script, pointing to
the QuickTime and set it to play in a new window. That will open the
viewer's default QuickTime (or mpeg, avi, etc.) viewer and play it in that,
while your Flash movie is remains active in the original window).
One advantage of that is that while the QuickTime is loading, the user
doesn't have to wait and twiddle his/her thumbs - you can design it in such
a way that they can browse through the rest of your flash project, while
waiting for it to load.
(Alternatively, you can embed it into an html page or even a .dcr, and point
to that in the getURL).
Regards,
Karina Steffens,
Lead Programmer
Martello Media Ltd.
4 Islington Avenue
Sandycove
Co. Dublin
Tel: +353 1 2844668
Fax: +353 1 2803195
http://www.martellomm.ie
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]