[Datatype-cvs] flash/flashhost flash_guest_player_ns.cpp, 1.27.2.37, 1.27.2.38
sfu at helixcommunity.org sfu at helixcommunity.orgUpdate of /cvsroot/datatype/flash/flashhost
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv32543
Modified Files:
Tag: hxclient_3_1_0_atlas
flash_guest_player_ns.cpp
Log Message:
turn off Flash plugin search if HELIX_FEATURE_FLASHSANDBOX is defined
Index: flash_guest_player_ns.cpp
===================================================================
RCS file: /cvsroot/datatype/flash/flashhost/flash_guest_player_ns.cpp,v
retrieving revision 1.27.2.37
retrieving revision 1.27.2.38
diff -u -d -r1.27.2.37 -r1.27.2.38
--- flash_guest_player_ns.cpp 14 May 2008 16:16:44 -0000 1.27.2.37
+++ flash_guest_player_ns.cpp 22 May 2008 05:14:00 -0000 1.27.2.38
@@ -781,7 +781,9 @@
CHXString strPluginPath;
if (!SUCCEEDED(ReadPrefCSTRING(m_pContext, "FlashPluginDirectory", strPluginPath)))
{
+#ifndef HELIX_FEATURE_FLASHSANDBOX
strPluginPath = FindNSPlugin();
+#endif
}
if (strPluginPath.IsEmpty() ||