#1
1
(Microsoft द्वारा अनुवादित) मैं एक मौजूदा उपयोगकर्ता/पासवर्ड डेटाबेस के साथ एक cms का उपयोग करें । क्या उपयोगकर्ता इनपुट के बिना स्कोर को स्वचालित रूप से सहेजने का कोई तरीका है? (1 खिलाड़ी swf लाइसेंस प्राप्त)
(मूल) highscorelist for existing user
I use a cms with an existing user/password database. Is there a way to save the score automatically without user input? (1 player swf licensed)
I use a cms with an existing user/password database. Is there a way to save the score automatically without user input? (1 player swf licensed)
द्वारा A. Akpinar
2010-10-18 11:47:53
लाइक करें
उत्तर दें
#2
(Microsoft द्वारा अनुवादित) इसके लिए आप फ्लैशवार्स के माध्यम से गेम में उपयोगकर्ता का नाम पास कर सकते हैं, उदाहरण के लिए गेम.swf?playerName = जॉन + स्मिथ, इस मामले में खिलाड़ी को उच्च स्कोर तालिका में प्रवेश करने पर अपना नाम दर्ज करने की आवश्यकता नहीं होगी
(मूल) For this you can pass the name of the user to the game via FlashVars, e.g. game.swf?playerName=John+Smith, in this case the player will not need to enter his name when he enters the high scores table
द्वारा Novel Games
2010-10-19 09:11:23
लाइक करें
उत्तर दें