f_in_box__control and f_in_box__form Native Properties
- FlashProperty_AlignMode - .NET equivalent of the Flash ActiveX AlignMode property. Set stage alignment via integer flags (0-15) from f_in_box__control managed code. Learn more
- FlashProperty_AllowFullscreen - .NET equivalent of the Flash ActiveX AllowFullscreen property. Toggle Flash Player fullscreen mode (Flash 9+) from f_in_box__control host. Learn more
- FlashProperty_AllowScriptAccess - .NET equivalent of the Flash ActiveX AllowScriptAccess property. Govern outbound scripting (never/always) from f_in_box__control in WinForms. Learn more
- FlashProperty_BackgroundColor - .NET equivalent of the Flash ActiveX BackgroundColor property. Override the Flash movie background with an RGB integer from managed code. Learn more
- FlashProperty_Base - .NET equivalent of the Flash ActiveX Base property. Set the base URL or directory for resolving relative asset paths in f_in_box__control. Learn more
- FlashProperty_BGColor - .NET equivalent of the Flash ActiveX BGColor property. Override movie background with an RRGGBB hex string in f_in_box__control managed apps. Learn more
- FlashProperty_DeviceFont - .NET equivalent of the Flash ActiveX DeviceFont property. Toggle system font substitution or high-quality AA rendering from f_in_box__control. Learn more
- FlashProperty_EmbedMovie - .NET equivalent of the Flash ActiveX EmbedMovie property. Enable memory-stream SWF loading in f_in_box__control via this undocumented flag. Learn more
- FlashProperty_FlashVars - .NET equivalent of the Flash ActiveX FlashVars property. Pass name=value root variables into a Flash movie from f_in_box__control (Flash 7+). Learn more
- FlashProperty_FrameNum - .NET equivalent of the Flash ActiveX FrameNum property. Read or write the current frame index from f_in_box__control for seeking and scrub UX. Learn more
- FlashProperty_Loop - .NET equivalent of the Flash ActiveX Loop property. Toggle movie looping in f_in_box__control - restart playback automatically after last frame. Learn more
- FlashProperty_Menu - .NET equivalent of the Flash ActiveX Menu property. Toggle full or minimal right-click menu in f_in_box__control for polished host UIs. Learn more
- FlashProperty_Movie - .NET equivalent of the Flash ActiveX Movie property. Set the SWF URL or file path loaded by f_in_box__control from managed WinForms code. Learn more
- FlashProperty_MovieData - .NET equivalent of the Flash ActiveX MovieData property. Access raw Flash movie data as a string from f_in_box__control (Flash Player 7+). Learn more
- FlashProperty_Playing - .NET equivalent of the Flash ActiveX Playing property. Check playback state of a Flash movie in f_in_box__control - mirrors IsPlaying method. Learn more
- FlashProperty_Quality - .NET equivalent of the Flash ActiveX Quality property. Set rendering quality (0=Low to 3=AutoHigh) on f_in_box__control from managed code. Learn more
- FlashProperty_Quality2 - .NET equivalent of the Flash ActiveX Quality2 property. Set rendering quality via string (Low, High, AutoLow, AutoHigh) in f_in_box__control. Learn more
- FlashProperty_ReadyState - .NET equivalent of the Flash ActiveX ReadyState property. Inspect Flash movie loading state (0-4) from f_in_box__control managed code. Learn more
- FlashProperty_SAlign - .NET equivalent of the Flash ActiveX SAlign property. Control stage alignment with string flags (L, R, T, B) from f_in_box__control managed code. Learn more
- FlashProperty_Scale - .NET equivalent of the Flash ActiveX Scale property. Set stage scaling (ShowAll, NoBorder, ExactFit, NoScale) in f_in_box__control from .NET. Learn more
- FlashProperty_ScaleMode - .NET equivalent of the Flash ActiveX ScaleMode property. Set stage scaling via integer (0-10) from f_in_box__control managed WinForms code. Learn more
- FlashProperty_Stacking - .NET equivalent of the Flash ActiveX Stacking property. Legacy string property supported only by Flash Player 5 for older host integrations. Learn more
- FlashProperty_SWRemote - .NET equivalent of the Flash ActiveX SWRemote property. Undocumented string property supported on all Flash Player versions except 3 and 6. Learn more
- FlashProperty_TotalFrames - .NET equivalent of the Flash ActiveX TotalFrames property. Read the total frame count from f_in_box__control once ReadyState is Complete. Learn more
- FlashProperty_WMode - .NET equivalent of the Flash ActiveX WMode property. Set window mode (Window, Transparent, Opaque) on f_in_box__control from managed code. Learn more