Native Flash Methods
- Back - F-IN-BOX DLL wrapper for Flash ActiveX Back. Step back one frame via the FPCM_BACK message for frame-by-frame playback in unmanaged host apps. Learn more
- CurrentFrame - F-IN-BOX DLL wrapper for Flash ActiveX CurrentFrame. Read the active frame index via FPCM_CURRENTFRAME to sync host UI with Flash playback in C/C++. Learn more
- FlashVersion - F-IN-BOX DLL wrapper for Flash ActiveX FlashVersion. Query the installed Flash Player version via FPCM_FLASHVERSION from unmanaged C/C++ or VB6 code. Learn more
- Forward - F-IN-BOX DLL wrapper for Flash ActiveX Forward. Advance playback one frame via FPCM_FORWARD for stepping through animations in unmanaged apps. Learn more
- FrameLoaded - F-IN-BOX DLL wrapper for Flash ActiveX FrameLoaded. Check if a Flash frame has downloaded via FPCM_FRAMELOADED before jumping to it in streaming SWFs. Learn more
- GetVariable - F-IN-BOX DLL wrapper for Flash ActiveX GetVariable. Read Flash variables by name via FPCM_GETVARIABLE for host-to-ActionScript data access in C/C++. Learn more
- GotoFrame - F-IN-BOX DLL wrapper for Flash ActiveX GotoFrame. Jump to a specific frame via FPCM_GOTOFRAME from unmanaged C/C++ or VB6 applications. Learn more
- IsPlaying - F-IN-BOX DLL wrapper for Flash ActiveX IsPlaying. Check playback state via FPCM_ISPLAYING - returns true while a Flash movie is animating. Learn more
- LoadMovie - F-IN-BOX DLL wrapper for Flash ActiveX LoadMovie. Swap a Flash SWF into any layer at runtime via FPCM_LOADMOVIE from C/C++ or VB6 code. Learn more
- Pan - F-IN-BOX DLL wrapper for Flash ActiveX Pan. Shift a zoomed Flash view to coordinates via FPCM_PAN - supports pixels or percent panning. Learn more
- PercentLoaded - F-IN-BOX DLL wrapper for Flash ActiveX PercentLoaded. Read Flash download progress (0-100) via FPCM_PERCENTLOADED for custom preloaders in C/C++ apps. Learn more
- Play - F-IN-BOX DLL wrapper for Flash ActiveX Play. Start Flash movie playback via FPCM_PLAY from unmanaged C/C++ or VB6 host applications. Learn more
- Rewind - F-IN-BOX DLL wrapper for Flash ActiveX Rewind. Jump to the first frame via FPCM_REWIND - ideal for replay buttons in unmanaged host apps. Learn more
- SetVariable - F-IN-BOX DLL wrapper for Flash ActiveX SetVariable. Push data into Flash variables via FPCM_SETVARIABLE for ActionScript integration from C/C++. Learn more
- SetZoomRect - F-IN-BOX DLL wrapper for Flash ActiveX SetZoomRect. Zoom into a twips-coordinate rectangle via FPCM_SETZOOMRECT from unmanaged C/C++ or VB6 code. Learn more
- Stop - F-IN-BOX DLL wrapper for Flash ActiveX Stop. Pause Flash movie playback at the current frame via FPCM_STOP from C/C++ or VB6 code. Learn more
- StopPlay - F-IN-BOX DLL wrapper for Flash ActiveX StopPlay. Pause playback via FPCM_STOPPLAY - a Flash 3 legacy alias preserved for older host integrations. Learn more
- TCallFrame - F-IN-BOX DLL wrapper for Flash ActiveX TCallFrame. Execute frame actions in any target timeline via FPCM_TCALLFRAME from C/C++ or VB6 code. Learn more
- TCallLabel - F-IN-BOX DLL wrapper for Flash ActiveX TCallLabel. Trigger labeled frame actions via FPCM_TCALLLABEL for nested movie clips in C/C++ apps. Learn more
- TCurrentFrame - F-IN-BOX DLL wrapper for Flash ActiveX TCurrentFrame. Read any target timeline active frame via FPCM_TCURRENTFRAME from unmanaged host code. Learn more
- TCurrentLabel - F-IN-BOX DLL wrapper for Flash ActiveX TCurrentLabel. Read the current frame label of any target timeline via FPCM_TCURRENTLABEL in C/C++. Learn more
- TGetProperty - F-IN-BOX DLL wrapper for Flash ActiveX TGetProperty. Read string timeline properties via FPCM_TGETPROPERTY - position, rotation, alpha, and more. Learn more
- TGetPropertyAsNumber - F-IN-BOX DLL wrapper for Flash ActiveX TGetPropertyAsNumber. Read numeric timeline properties (Flash 7-9) via FPCM_TGETPROPERTYASNUMBER from C/C++. Learn more
- TGetPropertyNum - F-IN-BOX DLL wrapper for Flash ActiveX TGetPropertyNum. Read double-precision timeline properties via FPCM_TGETPROPERTYNUM from C/C++ or VB6 host code. Learn more
- TGotoFrame - F-IN-BOX DLL wrapper for Flash ActiveX TGotoFrame. Jump any target timeline to a specific frame via FPCM_TGOTOFRAME from unmanaged host code. Learn more
- TGotoLabel - F-IN-BOX DLL wrapper for Flash ActiveX TGotoLabel. Jump any target timeline to a labeled frame via FPCM_TGOTOLABEL from C/C++ or VB6 code. Learn more
- TPlay - F-IN-BOX DLL wrapper for Flash ActiveX TPlay. Start playback of any target timeline via FPCM_TPLAY for nested clip control in C/C++ apps. Learn more
- TSetProperty - F-IN-BOX DLL wrapper for Flash ActiveX TSetProperty. Write string timeline properties via FPCM_TSETPROPERTY to update clip attributes in C/C++. Learn more
- TSetPropertyNum - F-IN-BOX DLL wrapper for Flash ActiveX TSetPropertyNum. Set double-precision timeline properties via FPCM_TSETPROPERTYNUM from unmanaged host code. Learn more
- TStopPlay - F-IN-BOX DLL wrapper for Flash ActiveX TStopPlay. Pause any target timeline via FPCM_TSTOPPLAY to halt nested clips independently in C/C++. Learn more
- Zoom - F-IN-BOX DLL wrapper for Flash ActiveX Zoom. Apply a relative zoom factor via FPCM_ZOOM - 50 doubles, 200 halves the Flash view in C/C++. Learn more