he wants the height and width...not the file size.

here ya go:

http://www.4guysfromrolla.com/webtech/tips/t102001-1.shtml



On 12/15/05, Jared Freeze <[EMAIL PROTECTED]> wrote:
>
> Dim fs,f,flen
> Set fs = Server.CreateObject("Scripting.FileSystemObject")
> Set f = fs.GetFile(Server.MapPath("\flashcontent\totallyradmusic.swf"))
> flen = f.Size
> set f=nothing
> set fs=nothing
>
>
> Jared
>
>
>
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jared
> Fox
> Sent: Thursday, December 15, 2005 9:24 AM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] Getting the size of a SWF from ASP ?
>
> I know it has been a couple years since this topic was discussed, but I
> have read the thread and I have not found the answer.
>
> http://chattyfig.figleaf.com/pipermail/flashcoders/2001-October/011814.h
> tml
>
> Did anyone post a solution to this in ASP?
>
> I found a script written in PHP (possibly one of you wrote it) that
> decompresses the header and extracts the information but I have yet to
> find a script in ASP; just trying to save some time from reinventing the
> wheel.
>
> Jared
> This message (including any attachments) is a confidential and
> privileged communication of AWS Convergence Technologies, Inc. and
> intended only for the addressee. Any unauthorized use, distribution or
> copying of this message (or any attachment) is prohibited. If you are
> not the addressee or a person authorized to receive messages for the
> addressee, you have received this message in error. In that case, please
> delete this message and call us at 301-250-4000 so that we can correct
> our records in order to avoid this mistake in the future. Thank you.
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to