I ahve an object that uses the MS Web Browser ActiveX control to pull a Flash file into a browser.
It works great when I use an absolute path in the script to the file(e.g Control.Navigate2 "c:\flashfile.swf" but when I attached the file using the "Custom File" option and change the script to read
Control.Navigate2 "%objectdir%\virtual-bubblewrap-distv1.1.swf" it fails. I get an IE window that indicates that the file can't be found.
Any ideas where I am going wrong?