Home

SWF Scout

SWF Scout screenshot (click to enlarge)



SWF Scout ActiveX/NET library

Using Unicode text with font symbols embedded by SWF Scout library

Generated flash movie with Unicode text and embedded font symbols:

This flash movie can be viewed even without Arial Unicode MS font installed because font symbols are embedded into generated flash movie

download ZIP with all required files and VB script: swfscout_unicode_with_font_embedding.zip

IMPORTANT NOTE: This sample requires Arial Unicode MS Unicode font installed on your computer.

VB Source code:

  W = 640
  H = 480
  Set Movie = CreateObject("SWFScout.FlashMovie")
  Movie.InitLibrary "demo","demo"
 
' Initialize and start movie generation
 
  Movie.BeginMovie 0,0,W,H,1,12,6
  Movie.Compressed = true
  Movie.SetBackgroundColor 255,255,255
 
 Font = Movie.AddFont( "Arial Unicode MS",10,false, false,false,true,0)
 
 Text= Movie.AddTextEdit ("EditText","init string",0,0,0,255,Font,0,0,W,H)
 Movie.TEXT_LoadFromFile "UnicodeInput.txt", true
 Movie.TEXT_WordWrap = true
 Movie.TEXT_Multiline = true
 Movie.PlaceText Text, Movie.CurrentMaxDepth
 
 Movie.ShowFrame 1
 
 Movie.EndMovie
 
 Movie.SaveToFile "Unicode_WithFontEmbedding.swf"

Products  |  Download  |  Purchase  |  Support  |  Contacts  |  Testimonials |  

ByteScout, 2003-2008. All other company and product names may be trademarks of their respective companies. Privacy Statement