Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 05-22-2004, 09:02 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:SWFGen on ASP.net

Are you sure the dll has been registered successfully?
It's not the dll in the bin directory, but the dll file in program group after installing SWFGen 2.0 r11. The location is

"Start menu"->"All programs"->"SWF Generator ActiveX Component"->"SWF Generator ActiveX Component Pack".
Reply With Quote
  #12 (permalink)  
Old 05-22-2004, 10:34 AM
Member
 
Join Date: May 2004
Posts: 78
Default Re:SWFGen on ASP.net

OK - this is helpful - thank you.

I had supplied the .dll in the bin directory to my webhosts. Yet this is a bit confusing as where should the .dll be placed? For now I have uploaded the example files and send the zip file to my webhosts.

I will also change the setting in the 'web.config'.

Thank you very much for this support - it is first class. I will report back to see what is going on.
__________________
:)
Reply With Quote
  #13 (permalink)  
Old 05-24-2004, 06:28 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:SWFGen on ASP.net

It doesn't work yet. But there is only one step to the success.

The component has been installed successfully, the problem is the component cannot load the specified movie.

Please set the proper virtual directory name to the method "Server.MapPath", or use absolute path name of the movies.
E.g.

Code:
m_xZGen.load("c:\\Inetpub\\wwwroot\\bkcolor.swf");
object output = m_xZGen.save2(true);
Response.BinaryWrite((byte[])output);
You can save the absolute path name such as "c:\Inetpub\wwwroot\" in a configuration file and load it in c#. Then you only need to modify the configuration file after changing the server.
Reply With Quote
  #14 (permalink)  
Old 05-24-2004, 11:17 PM
Member
 
Join Date: May 2004
Posts: 78
Default Re:SWFGen on ASP.net

Without doing this, it has now started working....

Created specific directory - as called on by the scripts.

Once the correct .dll was registered - and once the correct directories were present - it works.

;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 02:57 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.