Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

f_in_box__control and f_in_box__form Native Methods

  • FlashMethod_Back - .NET equivalent of the Flash ActiveX Back method. Step back one frame from f_in_box__control for frame-by-frame playback in WinForms apps. Learn more
  • FlashMethod_CallFunction - .NET equivalent of the Flash ActiveX CallFunction method. Invoke ActionScript synchronously from f_in_box__control with XML requests and results. Learn more
  • FlashMethod_CurrentFrame - .NET equivalent of the Flash ActiveX CurrentFrame method. Read the active frame index from f_in_box__control and sync host UI to Flash playback. Learn more
  • FlashMethod_FlashVersion - .NET equivalent of the Flash ActiveX FlashVersion method. Get the installed Flash Player version string from f_in_box__control at runtime. Learn more
  • FlashMethod_Forward - .NET equivalent of the Flash ActiveX Forward method. Advance f_in_box__control playback by one frame for precise animation stepping in WinForms. Learn more
  • FlashMethod_FrameLoaded - .NET equivalent of the Flash ActiveX FrameLoaded method. Check if a Flash frame has finished downloading before jumping to it in streaming SWFs. Learn more
  • FlashMethod_GetVariable - .NET equivalent of the Flash ActiveX GetVariable method. Read a Flash variable by name from f_in_box__control for host-to-ActionScript data access. Learn more
  • FlashMethod_GotoFrame - .NET equivalent of the Flash ActiveX GotoFrame method. Jump f_in_box__control playback to a specific frame number from managed code. Learn more
  • FlashMethod_IsPlaying - .NET equivalent of the Flash ActiveX IsPlaying method. Check f_in_box__control playback status - returns true when a Flash movie is animating. Learn more
  • FlashMethod_LoadMovie - .NET equivalent of the Flash ActiveX LoadMovie method. Swap a Flash movie into any layer of f_in_box__control at runtime via URL or path. Learn more
  • FlashMethod_Pan - .NET equivalent of the Flash ActiveX Pan method. Shift a zoomed f_in_box__control view to specific pixel or percent coordinates for panning UX. Learn more
  • FlashMethod_PercentLoaded - .NET equivalent of the Flash ActiveX PercentLoaded method. Read Flash movie download progress (0-100) from f_in_box__control for preloader UI. Learn more
  • FlashMethod_Play - .NET equivalent of the Flash ActiveX Play method. Start Flash movie animation in f_in_box__control from managed code for custom playback UIs. Learn more
  • FlashMethod_Rewind - .NET equivalent of the Flash ActiveX Rewind method. Jump f_in_box__control to the first frame of a Flash movie - ideal for replay buttons. Learn more
  • FlashMethod_SetVariable - .NET equivalent of the Flash ActiveX SetVariable method. Push data into Flash variables from f_in_box__control for ActionScript integration. Learn more
  • FlashMethod_SetZoomRect - .NET equivalent of the Flash ActiveX SetZoomRect method. Zoom f_in_box__control into a twips-coordinate rectangle for precise focus control. Learn more
  • FlashMethod_Stop - .NET equivalent of the Flash ActiveX Stop method. Pause Flash movie playback in f_in_box__control at the current frame from managed code. Learn more
  • FlashMethod_StopPlay - .NET equivalent of the Flash ActiveX StopPlay method. Pause playback in f_in_box__control - a Flash 3 legacy alias for the Stop method. Learn more
  • FlashMethod_TCallFrame - .NET equivalent of the Flash ActiveX TCallFrame method. Execute frame actions in any target timeline from f_in_box__control managed code. Learn more
  • FlashMethod_TCallLabel - .NET equivalent of the Flash ActiveX TCallLabel method. Trigger labeled frame actions in target timelines via f_in_box__control WinForms host. Learn more
  • FlashMethod_TCurrentFrame - .NET equivalent of the Flash ActiveX TCurrentFrame method. Read the active frame of any target timeline from f_in_box__control managed code. Learn more
  • FlashMethod_TCurrentLabel - .NET equivalent of the Flash ActiveX TCurrentLabel method. Read the current frame label of any target timeline from f_in_box__control. Learn more
  • FlashMethod_TGetProperty - .NET equivalent of the Flash ActiveX TGetProperty method. Read string timeline properties from f_in_box__control - position, rotation, alpha. Learn more
  • FlashMethod_TGetPropertyAsNumber - .NET equivalent of the Flash ActiveX TGetPropertyAsNumber method. Read numeric timeline properties (Flash 7-9) from f_in_box__control. Learn more
  • FlashMethod_TGetPropertyNum - .NET equivalent of the Flash ActiveX TGetPropertyNum method. Read double-precision timeline properties from f_in_box__control managed code. Learn more
  • FlashMethod_TGotoFrame - .NET equivalent of the Flash ActiveX TGotoFrame method. Jump any target timeline to a specific frame number from f_in_box__control host. Learn more
  • FlashMethod_TGotoLabel - .NET equivalent of the Flash ActiveX TGotoLabel method. Jump any target timeline to a labeled frame from f_in_box__control WinForms code. Learn more
  • FlashMethod_TPlay - .NET equivalent of the Flash ActiveX TPlay method. Start playback of any target timeline from f_in_box__control for nested clip control. Learn more
  • FlashMethod_TSetProperty - .NET equivalent of the Flash ActiveX TSetProperty method. Write string timeline properties from f_in_box__control - update clip attributes. Learn more
  • FlashMethod_TSetPropertyNum - .NET equivalent of the Flash ActiveX TSetPropertyNum method. Set double-precision timeline properties from f_in_box__control managed code. Learn more
  • FlashMethod_TStopPlay - .NET equivalent of the Flash ActiveX TStopPlay method. Pause any target timeline from f_in_box__control - halt nested clips independently. Learn more
  • FlashMethod_Zoom - .NET equivalent of the Flash ActiveX Zoom method. Apply a relative zoom factor to f_in_box__control from managed code - 50 doubles, 200 halves. Learn more