www.f-in-box.com Forum Index www.f-in-box.com
F-IN-BOX
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
F-IN-BOX Home | DLL Edition | Delphi Edition | .NET Edition

f-in-box with local flash dll?

 
Post new topic   Reply to topic    www.f-in-box.com Forum Index -> DLL Edition
View previous topic :: View next topic  
Author Message
aghatak



Joined: 29 Oct 2009
Posts: 4

PostPosted: Mon Nov 02, 2009 12:10 pm    Post subject: f-in-box with local flash dll? Reply with quote

hi,

i’ve created a flex app that is embedded in a VC++ container app (thru activex). we’re facing a lot of headaches in terms of flash versioning (QA efforts, stability etc).

is there any way i can use f-in-box to use a specific version of flash dlls only shipped for my app (and placed in my app’s install directory) regardless of the system’s installed flash version?

thanks
amitabh
Back to top
View user's profile Send private message
Softanics
Site Admin


Joined: 18 Sep 2004
Posts: 1386
Location: Russia, St. Petersburg

PostPosted: Mon Nov 02, 2009 8:44 pm    Post subject: Re: f-in-box with local flash dll? Reply with quote

Thank you for your question.

aghatak wrote:
is there any way i can use f-in-box to use a specific version of flash dlls only shipped for my app (and placed in my app’s install directory) regardless of the system’s installed flash version?


It's very easy.

Load any flash.ocx which you would like to use from memory block:

Code:

HFPC hFPC = FPC_LoadOCXCodeFromMemory(pData, dwSizeOfData);


Then create a f-in-box window based on returned handle HFPC:

Code:

HWND hWnd__Flash =
CreateWindow( (LPCTSTR)FPC_GetClassAtom(hFPC), NULL, ... );


Thank you.
_________________
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.f-in-box.com Forum Index -> DLL Edition All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group