daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

problems reading flashvars using pastrytech html embed #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use the html here 
http://www.pastrytech.com/willy/FacebookActionScript3SDKExample.html so that 
the handler fires ok
2.try to read flashvars like normal
3.empty object

The flash vars are empty, this html is the only that works for me and others 
see the issues on the login handler not working unless you embed like 
pastrytech.

Original issue reported on code.google.com by calvincrane on 18 Apr 2011 at 9:04

GoogleCodeExporter commented 9 years ago
I solved this by getting the right argument matched up I checked the js source 
here
http://code.google.com/p/swfobject/source/browse/tags/swfobject_2_2/src/swfobjec
t.js

and make sure the flashvars are the 7th argument passed into the function

Original comment by calvincrane on 18 Apr 2011 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by rovertn...@gmail.com on 18 Apr 2011 at 9:33