Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SWF object
Message
 
To
06/05/2004 08:57:22
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Miscellaneous
Thread ID:
00901529
Message ID:
00901557
Views:
12
It's not finding the object and more than likely it's a pathing issue. I've seen the same thing with Java which was tricky but eventually worked once the pathing issue was solved. Remember that the start path is: oProp.AppStartPath=JUSTPATH(APPLICATION.SERVERNAME) which I think is where the .dll is physically and, in the default version of AVFP, it does a SET DEFA to this + the app name...
>In default.htm, in my AVFP project I have a .swf file.When I do a preview in browser (iexplore6) I see the page normally, and the swf object, but when I'm trying to open the Avfp project I don't see the swf object..his space is empty...The swf file is in the same directory with default.htm. The html code for swf object is:
>
><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="400" height="47">
> <param name="SRC" value="incasari.swf">
> <embed src="incasari.swf"  type="application/x-shockwave-flash" width="400" height="47"> </embed>
></object>
>
>Can anybody tell me why?
>Thank in advance!
>Sergiu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform