• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Embed file from same server

C

castor

Guest
I'll try to explain my problem.In a page of a siteA in my server i try to embedd a swf which is in a siteB of my server.It doesn't work, i have only a white hole. Instead when i try to embed using the same code an swf on a external site(e.g www.microsoft.com),out my server that's all ok. So i suppose that the problem is around of permission.I change in 777 the permission of the file to embed but i have the same result. So i'll ask you if there is a config file of the server to configure the possibility to include/import/embed some file. Perhaps a problem in plesk?
Thanks
 
Are you including a URL or a local file path? If the .swf is publicly available via http:// then there should be no problem embedding it via its URL.
 
Of course i use the complete URL but it doesn't work...try to include with standard code:
***** new SWFObject("http://www.almabios.it/promo.swf", "mymovie", "194", "157", "8", "#FFFFFF");
*****
this promo.swf file i accessible from web but if i include i only have a blank space.
 
Back
Top