ActiveX - Apache problem
Hi,
I write one ActiveX control, it have one property wich take file name. I deside to test how it work wiht iexpolorer and make one file on the desktop, it work fine. Then i make same filem in htdocs to see how it work with Apache, and when i try to open control, for example in iexplorer:
Code Snippet
localhost\aa.php
the control is started and receive property right but search file on the desktop, i don't know why
in aa.php i have
Code Snippet
<object
width=450 height=250
classid="clsid:BB4DE790-ED91-44ED-87BC-2B0811F56DFB" >
<param name="source_file" value=".\aa.trn">
</object>
very strange, is anyone know why that ?
: )
[1056 byte] By [
m1n] at [2008-1-9]
I don't know what the answer is and I don't know if this is a Windows problem or an Apache problem. Perhaps you need to ask in an Apache newsgroup or forum. It is not however a VC question; you are more likely to get help in another forum or a newsgroup or something such as that.
I am not sure what you mean by "search file on the desktop"; I assume you mean that it is looking for a file on the desktop instead of where it is supposed to look. If that is true then this question is probably an Apache problem.
I am not sure I understand, but try using the following instead.
http://localhost/aa.php
I will ask in some Apache forum, but i found something else, i dont't know is it right but it seems that when i start some axtivex on my computer for the first time it remember folder where it is started and then it search file in that folder.
Maybe the folder when ocx is started for the first time is something like, i don't know how it must be said - current/running folder.
I found that when i start a copy of a folder, the original is on my flash and the copy is on my hard, when start .html with activex control from the hard it look for file to use in flash.
Maybe this is same, because i start my activex control on the desktop.
m1n at 2007-10-2 >
