Native Flash Properties
- AlignMode - F-IN-BOX DLL wrapper for Flash ActiveX AlignMode. Set stage alignment via integer flags (0-15) using FPCM_GET/PUT_ALIGNMODE from C/C++ code. Learn more
- AllowFullscreen - F-IN-BOX DLL wrapper for Flash ActiveX AllowFullscreen. Toggle Flash Player fullscreen mode (Flash 9+) via FPCM_GET/PUT_ALLOWFULLSCREEN in C/C++. Learn more
- AllowScriptAccess - F-IN-BOX DLL wrapper for Flash ActiveX AllowScriptAccess. Govern outbound scripting (never/always) via FPCM_GET/PUT_ALLOWSCRIPTACCESS from C/C++ or VB6. Learn more
- BackgroundColor - F-IN-BOX DLL wrapper for Flash ActiveX BackgroundColor. Override movie background with an RGB integer via FPCM_GET/PUT_BACKGROUNDCOLOR in C/C++ or VB6. Learn more
- Base - F-IN-BOX DLL wrapper for Flash ActiveX Base. Set the base URL for resolving relative asset paths via FPCM_GET/PUT_BASE from unmanaged apps. Learn more
- BGColor - F-IN-BOX DLL wrapper for Flash ActiveX BGColor. Override movie background with an RRGGBB hex string via FPCM_GET/PUT_BGCOLOR in C/C++ code. Learn more
- DeviceFont - F-IN-BOX DLL wrapper for Flash ActiveX DeviceFont. Toggle system font substitution or high-quality AA via FPCM_GET/PUT_DEVICEFONT from C/C++ apps. Learn more
- EmbedMovie - F-IN-BOX DLL wrapper for Flash ActiveX EmbedMovie. Enable memory-stream SWF loading via FPCM_GET/PUT_EMBEDMOVIE - undocumented flag in C/C++ DLL apps. Learn more
- FlashVars - F-IN-BOX DLL wrapper for Flash ActiveX FlashVars. Pass name=value root variables into Flash via FPCM_GET/PUT_FLASHVARS (Flash 7+) in C/C++ code. Learn more
- FrameNum - F-IN-BOX DLL wrapper for Flash ActiveX FrameNum. Read or write current frame index via FPCM_GET/PUT_FRAMENUM for seeking and scrub UX in C/C++. Learn more
- Loop - F-IN-BOX DLL wrapper for Flash ActiveX Loop. Toggle movie looping via FPCM_GET/PUT_LOOP - restart playback after last frame in C/C++ apps. Learn more
- Menu - F-IN-BOX DLL wrapper for Flash ActiveX Menu. Toggle full or minimal right-click menu via FPCM_GET/PUT_MENU for polished C/C++ host UIs. Learn more
- Movie - F-IN-BOX DLL wrapper for Flash ActiveX Movie. Set the SWF URL or file path via FPCM_GET/PUT_MOVIE loaded by the DLL in C/C++ or VB6 code. Learn more
- MovieData - F-IN-BOX DLL wrapper for Flash ActiveX MovieData. Access raw Flash movie data as a string via FPCM_GET/PUT_MOVIEDATA (Flash 7+) from C/C++ code. Learn more
- Playing - F-IN-BOX DLL wrapper for Flash ActiveX Playing. Check playback state via FPCM_GET_PLAYING - mirrors IsPlaying method for C/C++ or VB6 apps. Learn more
- Quality - F-IN-BOX DLL wrapper for Flash ActiveX Quality. Set rendering quality (0=Low to 3=AutoHigh) via FPCM_GET/PUT_QUALITY from unmanaged C/C++ code. Learn more
- Quality2 - F-IN-BOX DLL wrapper for Flash ActiveX Quality2. Set rendering quality via string (Low/High/AutoLow/AutoHigh) via FPCM_GET/PUT_QUALITY2 in C/C++. Learn more
- ReadyState - F-IN-BOX DLL wrapper for Flash ActiveX ReadyState. Inspect Flash movie loading state (0-4) via FPCM_GET_READYSTATE from C/C++ or VB6 code. Learn more
- SAlign - F-IN-BOX DLL wrapper for Flash ActiveX SAlign. Control stage alignment with string flags (L, R, T, B) via FPCM_GET/PUT_SALIGN from C/C++. Learn more
- Scale - F-IN-BOX DLL wrapper for Flash ActiveX Scale. Set stage scaling (ShowAll/NoBorder/ExactFit/NoScale) via FPCM_GET/PUT_SCALE from C/C++ code. Learn more
- ScaleMode - F-IN-BOX DLL wrapper for Flash ActiveX ScaleMode. Set stage scaling via integer (0-10) using FPCM_GET/PUT_SCALEMODE from unmanaged C/C++ apps. Learn more
- Stacking - F-IN-BOX DLL wrapper for Flash ActiveX Stacking. Legacy string property supported only by Flash Player 5 via FPCM_GET/PUT_STACKING in C/C++. Learn more
- SWRemote - F-IN-BOX DLL wrapper for Flash ActiveX SWRemote. Undocumented string property supported on all Flash versions except 3 and 6 via FPCM_GET/PUT_SWREMOTE. Learn more
- TotalFrames - F-IN-BOX DLL wrapper for Flash ActiveX TotalFrames. Read total frame count via FPCM_GET_TOTALFRAMES once ReadyState is Complete in C/C++ host apps. Learn more
- WMode - F-IN-BOX DLL wrapper for Flash ActiveX WMode. Set window mode (Window, Transparent, Opaque) via FPCM_GET/PUT_WMODE from C/C++ or VB6. Learn more