|
|||
|
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". |
|
|||
|
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.
__________________
:) |
|
|||
|
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);
|
|
|||
|
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
__________________
:) |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|