problem using the sample of sdk

Questions related to converting various types of documents
Post Reply
reygie
Posts:2
Joined:Mon Dec 21, 2009 12:26 am
problem using the sample of sdk

Post by reygie » Mon Dec 21, 2009 1:32 am

hi!, i had this problem when trying to used the sample from the p2f sdk here is the error that print. "File could not be converted. Retrieving the COM class factory for component with CLSID {7F8A0980-3F6E-421B-87EA-4D4A077B1DDD} failed due to the following error: 80040154." what im going to do to get rid this error. and to make the p2f automation work. i run this in IIS7 under windows 7.

i hope some here could answer my problem.

thnx and godbless

haridas
Posts:1
Joined:Sat Nov 20, 2010 8:22 am

problem using the sample of sdk

Post by haridas » Sun Nov 21, 2010 11:20 pm

Iam not understand the following cods in p2f sample sdk

if (strVal.indexOf("?")!=-1)
strVal+="&";
else
strVal+="?";
strVal+="connstr="+connstr+"&conndomain="+APILC.domain;
This only for As2 swf ?Is any Format As3 swf movie like this?

Post Reply