May 27, 201015 yr b m var map = new YMap(document.getElementById('map')); map.addTypeControl(); map.setMapType(YAHOO_MAP_REG); var Cent = new YGeoPoint( 41.9485,-86.1566); map.drawZoomAndCenter(Cent, 3); var loc = new YGeoPoint( 41.9485,-86.1566); map.showSmartWindow(loc,"291"); e
May 28, 201015 yr Author Well I got it fixed. Looks like its a text encoding issue. Some character in the appID key doesn't like utf-16 encoding. That was the reason my external files stopped working they got saved as utf-16. utf-8 and latin encodings worked however. Of course FileMaker makes everything utf-16 so thats a problem, but after a couple of tries I got a new app key without any problem characters (I have no idea what ones) and everything works fine. ...and it only took six hours! ???
Create an account or sign in to comment