home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Shareware / Programare / flashplayer / readme.txt < prev   
Text File  |  2004-08-15  |  4KB  |  65 lines

  1. What is FlashPlayerControl? 
  2. ---------------------------
  3.  
  4. FlashPlayerControl is a window control to enhance Macromedia Flash
  5. Player ActiveX features. It does not use its own engine to display
  6. movies but provide a wrapper around official swflash.ocx/flash.ocx
  7. code instead. Thus it is possible to avoid certain Macromedia Flash
  8. Player ActiveX limitations.
  9.  
  10. Features at a glance 
  11. --------------------
  12.  
  13.  * Load flash movies from memory directly (no temporary files!). 
  14.  * Create flash-enabled applications which are ready to work even where Macromedia Flash Player ActiveX 
  15.    is not installed! 
  16.  * Write code which is compatible with any version of Macromedia Flash Player ActiveX (5, 6, 7). 
  17.  
  18. Do all this and more with... FlashPlayerControl! 
  19.  
  20. Macromedia Flash Player ActiveX 5, 6, 7 are supported. 
  21.  
  22. Load flash movies directly from any source (no temporary files!). Protect your flash movies. 
  23. --------------------------------------------------------------------------------------------
  24.  
  25. It is known fact that the Flash Player ActiveX is able to load movies
  26. at certain URLs only. You have to save the movie to a temporary
  27. location from your application's resource before you can load it.
  28. You'll have to generate a corresponding link that you can pass to the
  29. Flash Player ActiveX and then delete the movie after. You'll have to
  30. admit that this is extremely inconvenient. Apart from being
  31. inconvenient there is a chance you'll fail when you try to create a
  32. temporary file if you don't have the appropriate permission or don't
  33. have access to a temporary folder. It is definitely not an appropriate
  34. approach when security is an issue since your movie can be easily
  35. intercepted. There is a solution! FlashPlayerControl uses a different
  36. approach of swflash.ocx/flash.ocx code loading. It is able to load
  37. your movies directly to the Macromedia Flash Player ActiveX thereby
  38. avoiding the temporary file step. The advantages are pretty obvious.
  39. And you can also protect your movies from unauthorized access using
  40. your favourite software protection application.
  41.  
  42. Create flash-enabled applications which are ready to work even when Macromedia Flash Player ActiveX is not installed! 
  43. ----------------------------------------------------------------------------------------------------------------------
  44.  
  45. One of the biggest problem using the Flash Player ActiveX is the
  46. mandatory component registration. The common approach is to save
  47. swflash.ocx/flash.ocx code to temporary files and then register them.
  48. The disadvantages are the same as above mentioned - insufficient
  49. permissions to save and register an swflash.ocx/flash.ocx. Now you can
  50. forget about these problems! FlashPlayerControl is able to use
  51. swflash.ocx/flash.ocx from any source. For example, you can put an
  52. swflash.ocx/flash.ocx code inside of your application's resources and
  53. instruct FlashPlayerControl to use it. It is important to note that
  54. FlashPlayerControl does not use temporary files and
  55. swflash.ocx/flash.ocx registration but loads and uses the code
  56. directly. No more user management rights problems - no more temporary
  57. files and no more component registrations. It is up to you to decide
  58. what swflash.ocx/flash.ocx to use - by default already registered
  59. component is used.
  60.  
  61. -----------------------------------------------------------------
  62. Copyright (c) 2004 Softanics. All rights reserved.
  63. Delphi is a trademark of Borland Software Corporation.
  64. Macromedia and Shockwave Flash are trademarks of Macromedia, Inc.
  65.