martinchristov Posted February 3, 2010 Share Posted February 3, 2010 Hey guys, I want to do something rather strange here. I want to somehow execute a .SWF from my php script. My goal is NOT showing it to the user. The swf creates an image. I want to get that image from the PHP. This should be possible, but does anyone have an idea how? Thanks in advance, Martin Link to comment https://forums.phpfreaks.com/topic/190767-execute-a-swf-on-the-server/ Share on other sites More sharing options...
PravinS Posted February 3, 2010 Share Posted February 3, 2010 You can use style="display:none" in object tag Link to comment https://forums.phpfreaks.com/topic/190767-execute-a-swf-on-the-server/#findComment-1005988 Share on other sites More sharing options...
Mchl Posted February 3, 2010 Share Posted February 3, 2010 You can use style="display:none" in object tag Which can be bypassed by user. Link to comment https://forums.phpfreaks.com/topic/190767-execute-a-swf-on-the-server/#findComment-1005989 Share on other sites More sharing options...
martinchristov Posted February 4, 2010 Author Share Posted February 4, 2010 No guys. I need it to be executed on server, and its output harnessed by the php script. Link to comment https://forums.phpfreaks.com/topic/190767-execute-a-swf-on-the-server/#findComment-1006712 Share on other sites More sharing options...
trq Posted February 4, 2010 Share Posted February 4, 2010 Obviously you would need to pass the swf to a flash player installed on the server. Do you have such an application installed? Link to comment https://forums.phpfreaks.com/topic/190767-execute-a-swf-on-the-server/#findComment-1006715 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.