File Explorer header linked to CapeSoft home page
Vote for this Product at ClarionShop
 
Buy now at ClarionShop
Version version number
CapeSoft Software copyright
www.capesoft.com
Updated 16 November 2005
c3pa approved
     
   
fe Flash icon

FeFlash

   
Contents
   
 
 
bullet small The FeFlash Object
 

box Methods
Properties
Data Types and Equates

bullet small The Templates
 

Overview

 

bullet small Useful References
 

Summary of callback events

 
     

horizontal rule

bulletFile Explorer Classes - FeFlash

fe flash icon Formerly known as the Flash file type / object, the FeFlash Object is used to display Macromedia Flash files.

 

horizontal rule

bullet Class Properties

This section lists useful properties of the class that can be set directly. In many cases the class properties are set by methods, which may also modify other associated properties etc. Properties that should not be modified without using the methods provided are not covered in this section.

 

horizontal rule

bullet Data Types and Equates

This section lists useful properties of the class that can be set directly. In many cases the class properties are set by methods, which may also modify other associated properties etc. Properties that should not be modified without using the methods provided are not covered in this section.

 

feSWFHeader group, type

The SFWHeader group is used in conjunction with GetSWFHeader method to get the header information from an SWF file. The GetSWFHeader supports both compressed and uncompressed SWF files, and loads the file from disk, so you don't actually need an feFlash control, and feFlash.Init() does not need to be called in order to use this method.

Fields

Fields
 
name

data type

description
 
FilePath string(300) The path of the file to load and retrieve the header information for. If the file is in the current path this can be the name of the SWF file, otherwise the SWF filename and the full path should be used.
Signature string(3) A three character string that contains the SWF signature indicating that the file is a SWF file. If this is a standard Flash file the signature will be 'FWS', if it is a compressed Flash file it will be 'CWS'. Any other value indicates an invalid file.
Version byte The Flash version of this file.
FileSize ulong The size of the file.
DiskFileSize ulong The actual size of the SWF on disk.
Width long The width of the movie in pixels.
Height long The height of the movie in pixels.
Rate decimal(4,2) The frame rate that the movie plays back at.
Count ushort The total number of frames in the movie.
     
     

Example

fHeader       		group(feSWFHeader)
end ThisFlash class(feFlash) code fHeader.FilePath = LongPath() & '\Movie.swf' if not ThisFlash.GetSWFheader(fHeader) Message('Could not retrieve the header information for the selected SWF file') end

up icon

horizontal rule

bulletFeFlash - Templates

At this time there is quite an overlap in terms of multiple File Explorer classes being implemented by the same templates.  In the future we may revisit this, but for now all templates are covered in the main (FileExplorer.htm) help document, please click here.

SWFHeader

 

horizontal rule

bullet Summary of callback events

See the FeFlash_Callbacks procedure in the feabc.app example application for more info.

Event Name: Equate: Description:
OnReadyStateChange fe:SWFEvt_OnReadyStateChange  
OnProgress fe:SWFEvt_OnProgress  
FSCommand fe:SWFEvt_FSCommand  

 

 

 


 

[end of document]