Windows 2003 Server does not stream FLV videos
Issue When Flash Player movie files that stream external FLV files (Flash videos) are placed on a Microsoft Windows 2003 server and then viewed in a browser, the SWF file plays correctly, but the FLV...
View ArticleCreating text fields at runtime
You can use the createTextField() method of the MovieClip class to create an empty text field on the Stage at runtime. The new text field is attached to the timeline of the movie clip that calls the...
View ArticlePlaying back external FLV files dynamically
You can load FLV files at runtime to play in a SWF file. You can load them into a video object or into a component such as the FLVPlayback component. The following example shows how to play back a file...
View ArticleCreating an application with the FLVPlayback component
You can include the FLVPlayback component in your application in the following ways: Drag the FLVPlayback component from the Components panel to the Stage, and specify a value for the contentPath...
View ArticleMovieClip.createTextField
MovieClip.createTextField Availability Flash Player 6. Usage myMovieClip .createTextField ( instanceName , depth , x , y , width , height ) Parameters instanceName A string that identifies the instance...
View ArticleEmbedding Youtube with SWFObject
<script type=”text/javascript”>swfobject.embedSWF(“‘ http://www.youtube.com/v/YOUTUBE_ID ‘”, “banner1 ‘”, “480″, “385px”, “9″);</script>
View ArticlePreview / Browse SWF File
Today I have so many SWF file which I need to view it one by one, instead of double-click each SWF file to preview on browser, I search on google for a utility which can browse or preview SWF files. I...
View Article