Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-13-2007, 08:34 AM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Default Problem with AutoUpdater and UpdateMaker

Hi ,

Im using your product (SWFKIT 3 )for our client project , it really work a lot and I affirm your team for this nice product...

My problem is.. some other pc user can't view our application .. Its because of they dont have flash player install. . cause what they only seen is just a BLACK background.. I tried to put a flash player checker upon loading of the application just to check if they have installed player.. and if its success they will proceed to the program.. But the problem what if they dont have the player... SO my solution is to use your "AutoUpdater" ...

then I put your script :

var autoupdate = getAdditionalFile("AutoUpdate.dll");
dllimport autoupdate stdcall void AutoUpdate_Check(char*, char*, Boolean);
dllimport autoupdate stdcall void AutoUpdate_UICheck(char*, char*);

ActiveXObject.register(autoupdate);
var ax = new ActiveXObject("AutoUpdate.SWFKitAutoUpdate");
ax.updateINI = "update.ini";
ax.appName = "Flash Player Update";
ax.check(true);
---


it returns error ... like


Warning: using undefined variable "Dll"
Warning: unknown method "registerFunction"
Warning: using undefined variable "Dll"
Warning: unknown method "registerFunction"
Warning: using undefined property "updateINI"
Warning: using undefined property "appName"
Warning: unknown method "check"
Warning: using undefined property "appName"


----

I like to know how to use this method and what is update maker.. and also if you have idead whats other solution for this problem...


Thanks...
CHristian
;D ;D ;D ;D ;D
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:01 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.