Re: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Karl DeSaulniers
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: maandag 6 augustus 2012 22:02 To: Flash Coders List Subject: Re: [Flashcoders] HTML in Datagrid component Can you post what some data looks like before you put it into mysql? On Aug 6, 2012, at 8

Re: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Karl DeSaulniers
augustus 2012 22:02 To: Flash Coders List Subject: Re: [Flashcoders] HTML in Datagrid component Can you post what some data looks like before you put it into mysql? On Aug 6, 2012, at 8:52 AM, Cor wrote: Hi All, I am having a problem with loading data correctly in my Datagrid. User input

RE: [Flashcoders] Cache Issue

2012-07-17 Thread Ted Lehr
beautious - thanks... did not think about the xml... -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Nathan Mynarcik Sent: Mon 7/16/2012 3:27 PM To: Flash Coders List Subject: Re: [Flashcoders] Cache Issue add a query at the end of the xml string when

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-07-16 Thread Ted Lehr
great - thanks -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Alexander, Mary C Sent: Fri 7/13/2012 1:08 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint Just make sure the ID is displayed in the List View. I

Re: [Flashcoders] Cache Issue

2012-07-16 Thread Nathan Mynarcik
add a query at the end of the xml string when loading. var cb = new Date().getTime(); then when you load.. load('content.xml/?cb='+cb); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-07-13 Thread Alexander, Mary C
...@qvine.com] Sent: Thursday, July 12, 2012 2:33 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint One more question on this: do you know if there is any way to get the id of each item included in the xml? -Original Message- From: flashcoders-boun

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-07-12 Thread Ted Lehr
One more question on this: do you know if there is any way to get the id of each item included in the xml? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Ted Lehr Sent: Thu 6/7/2012 2:14 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating

Re: [Flashcoders] Button events under mc

2012-07-09 Thread John R. Sweeney Jr.
Could you either post your code or explain your problem a little bit better. It's a bit unclear of what you want from the list. Thanks John R. Sweeney Jr. Senior Interactive Multimedia Developer OnDemand Interactive Inc Hoffman Estates, IL 60169 On Jul 9, 2012, at 1:00 PM, natalia

Re: [Flashcoders] Button events under mc

2012-07-09 Thread Hans Wichman
Hi Natalia, you probably need to set mouseChildren and mouseEnabled of the overlying movieclip to false. hth, h On 9-7-2012 20:00, natalia Vikhtinskaya wrote: Hi to all. I have button under Movie clip. In AS3 button does not have events OVER or CLICK in place where is this mc. In AS2 that

Re: [Flashcoders] Button events under mc

2012-07-09 Thread natalia Vikhtinskaya
http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans Wichman hans.wich...@gmail.com: Hi Natalia, you probably need to set mouseChildren and mouseEnabled of the overlying

RE: [Flashcoders] Button events under mc

2012-07-09 Thread Cor
Which version of Flash do you have? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under

Re: [Flashcoders] Button events under mc

2012-07-09 Thread natalia Vikhtinskaya
Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans Wichman hans.wich...@gmail.com: Hi Natalia, you probably need to set

Re: [Flashcoders] Button events under mc

2012-07-09 Thread tom rhodes
: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http

Re: [Flashcoders] Button events under mc

2012-07-09 Thread Hans Wichman
] On Behalf Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct

Re: [Flashcoders] Button events under mc

2012-07-09 Thread natalia Vikhtinskaya
: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans Wichman hans.wich

Re: [Flashcoders] Button events under mc

2012-07-09 Thread Hans Wichman
-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf

Re: [Flashcoders] Button events under mc

2012-07-09 Thread Nathan Mynarcik
: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans Wichman hans.wich...@gmail.com: Hi Natalia, you probably need

Re: [Flashcoders] Button events under mc

2012-07-09 Thread natalia Vikhtinskaya
To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans Wichman hans.wich...@gmail.com: Hi Natalia, you

RE: [Flashcoders] Button events under mc

2012-07-09 Thread Cor
Subject: Re: [Flashcoders] Button events under mc Try MOUSE_OVER instead of ROLL_OVER. Also, leave the mouseEnabled/mouseChildren set to false for whatever is on top of the button. On Mon, Jul 9, 2012 at 3:24 PM, natalia Vikhtinskaya natavi.m...@gmail.comwrote: Yes I tried mouseEnabled

Re: [Flashcoders] Button events under mc

2012-07-09 Thread Hans Wichman
Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under mc http://www.mightybook.com/test/test.fla http://www.mightybook.com/test/test.swf If mouse exactly over the text the button has even OUT. It is not correct. 2012/7/9 Hans

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Kevin Newman
Every static glyph for every font face and weight/style is also embedded. The only way to really reduce the size of those fonts is to embed fewer glyphs. One strategy might be to consolidate the number of fonts you are using. If you are using 4 typefaces, try to reduce it to 3 or even 2.

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
Looking at your swf, my suggestion would be to take the copy that is not input fields and turn them to outlines in Illustrator then put them back in the layout. Flash handles vector really well. Not much size increase for mathematical equations. Then only embed the necessary glyphs for the

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Don Talcott
No need to outline in Illustrator. In Flash, select the text, go to Modify/Break Apart. Do this twice, and you will have outline of text. On Jun 27, 2012, at 4:42 PM, Karl DeSaulniers wrote: Looking at your swf, my suggestion would be to take the copy that is not input fields and turn them

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
Ah that's right! Well there you go. Best, Karl On Jun 27, 2012, at 3:59 PM, Don Talcott wrote: No need to outline in Illustrator. In Flash, select the text, go to Modify/Break Apart. Do this twice, and you will have outline of text. On Jun 27, 2012, at 4:42 PM, Karl DeSaulniers wrote:

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
Just remember if its fonts on top of fonts, break each layer separately and then merge. Otherwise your bottom font may be cropped by the top fonts bounding box. Best, Karl On Jun 27, 2012, at 4:34 PM, Karl DeSaulniers wrote: Ah that's right! Well there you go. Best, Karl On Jun 27,

Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Kerry Thompson
When you embedded the fonts, did you embed the entire font, or just the languages you need? If you embed the whole font, it's going to be big, and you might not need Tibetan or Khmer. Cordially, Kerry Thompson On Tue, Jun 26, 2012 at 4:02 PM, Tristan sunnrun...@gmail.com wrote: Hello all. I

Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Tristan
I did not embed any fonts but the numerals and period for the input box. On Tue, Jun 26, 2012 at 2:36 PM, Kerry Thompson al...@cyberiantiger.bizwrote: When you embedded the fonts, did you embed the entire font, or just the languages you need? If you embed the whole font, it's going to be

RE: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Chris Foster
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Tristan Sent: Wednesday, 27 June 2012 7:00 AM To: Flash Coders List Subject: Re: [Flashcoders] Fonts taking up too much space I did not embed any fonts but the numerals and period for the input box. On Tue, Jun

Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Mattheis, Erik (MIN-WSW)
At least one of the fonts seems to have a huge outline - have you generated a size report? You might be better off breaking apart static textfields that use a lot of the font bytes. On 6/26/12 3:59 PM, Tristan sunnrun...@gmail.com wrote: I did not embed any fonts but the numerals and period

Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Ivan Dembicki
Hi, http://code.google.com/p/as3colorpicker/ -- Ivan Dembicki http://realaxy.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Sidney de Koning
Hi Ivan, Thanks for your reply, but i actually meant an different kind of picker. More along the lines of iOS native date picker component: http://www.techotopia.com/images/8/88/Ios_4_date_picker.jpg Thoughts anyone? Best, Sid -- Sidney de Koning - Be a geek, rockstar style! Read my blog:

Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread James Merrill
Sid, you might be able to use Native Extensions to pull up the iOS picker. I also tried to replicate the native picker with little success. I would find it very hard to believe that a AS3 based alternative will work smoothly, given the performance issues apparent in much simpler things in Flash

Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Sidney de Koning
Hi James, Native Extensions are a good option. Thing is i don't write obj-c or Java yet, so i either need to find a download somewhere or hire someone that can make me one for android and ios. Anyone willing to this? I've got some budget for this to spare. Best, Sidney -- Sidney de

RE: [Flashcoders] elearing content using adobe air for ipad

2012-06-15 Thread Paul Steven
June 2012 18:24 To: Flash Coders List Subject: Re: [Flashcoders] elearing content using adobe air for ipad Hi Paul, What we do is have a swf that has a library of animations or images, all contained in movie clips. These movie clips are then dropped onto the stage and each instance given a name

Re: [Flashcoders] elearing content using adobe air for ipad

2012-06-14 Thread Rob Romanek
Hi, You can load swfs into the app BUT the swfs can not contain any action script in them. This includes giving class names to items in your library or even simple stop() commands. We use swfs as external libraries in our as3 built apps but our approach has been to put items on the stage and

RE: [Flashcoders] elearing content using adobe air for ipad

2012-06-14 Thread Paul Steven
like you may have an alternative solution so would be interested to know more. Thanks Paul -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rob Romanek Sent: 14 June 2012 13:58 To: Flash Coders List Subject: Re

Re: [Flashcoders] elearing content using adobe air for ipad

2012-06-14 Thread Rob Romanek
...@chattyfig.figleaf.com] On Behalf Of Rob Romanek Sent: 14 June 2012 13:58 To: Flash Coders List Subject: Re: [Flashcoders] elearing content using adobe air for ipad Hi, You can load swfs into the app BUT the swfs can not contain any action script in them. This includes giving class names to items in your

Re: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Hans Wichman
Hi Sumeet, is the question about flash content on the ipad, or eLearning content in particular. If so, what aspects in particular are you 'worried' about? For flash/air development on the ipad in general, its awesome;). There is a lot of tooling and information out there, which will probably

RE: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Sumeet Kumar
, 2012 6:35 PM To: Flash Coders List Subject: Re: [Flashcoders] RE: elearing content using adobe air for ipad Hi Sumeet, is the question about flash content on the ipad, or eLearning content in particular. If so, what aspects in particular are you 'worried' about? For flash/air development

Re: [Flashcoders] elearing content using adobe air for ipad

2012-06-13 Thread John R. Sweeney Jr.
When you compile your main movie, its compiled to native code for the iPad. External swf's are not. You have to rethink the way you structure your build of your Flash app, so that everything makes it into the compile/conversion. Do some simple testing and you'll see what I mean. Good luck,

Re: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Hans Wichman
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Hans Wichman Sent: Wednesday, June 13, 2012 6:35 PM To: Flash Coders List Subject: Re: [Flashcoders] RE: elearing content using adobe air for ipad Hi Sumeet, is the question about flash content on the ipad

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread Kerry Thompson
I've never tried to get a mouse event on a loader. Do you have a progress bar? I would add a MouseEvent listener to the progress bar, not the loader itself. If that doesn't work, add a movie clip with a 0 alpha on top of the loader, and attach the mouse listener to that. You could use a standard

RE: [Flashcoders] Loader Mouse Event

2012-06-11 Thread Ted Lehr
Thanks - I ended up putting a sprite over the image and giving that the listener... Ted -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Kerry Thompson Sent: Mon 6/11/2012 1:32 PM To: Flash Coders List Subject: Re: [Flashcoders] Loader Mouse Event I've

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread tom rhodes
1:32 PM To: Flash Coders List Subject: Re: [Flashcoders] Loader Mouse Event I've never tried to get a mouse event on a loader. Do you have a progress bar? I would add a MouseEvent listener to the progress bar, not the loader itself. If that doesn't work, add a movie clip with a 0 alpha on top

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread David Hunter
There must be something else going wrong with your code. This works fine for me, you can paste it straight into a new project and test it: import flash.net.URLRequest; import flash.display.Loader; import flash.events.MouseEvent; var url:String =

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread Karl DeSaulniers
Maybe load the image into a empty MC and put the rollover on the MC? Best, Karl On Jun 11, 2012, at 12:32 PM, Kerry Thompson wrote: I've never tried to get a mouse event on a loader. Do you have a progress bar? I would add a MouseEvent listener to the progress bar, not the loader itself. If

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-07 Thread Ted Lehr
Great - thanks - I'll look into the xml view... -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Tue 6/5/2012 3:47 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint Every list in Sharepoint has

Re: [Flashcoders] Converting a flash game to facebook app

2012-06-07 Thread Hans Wichman
+1 !:) sorry for the late reply, thanks for your elaborate explanation! On 1-6-2012 23:36, Karl DeSaulniers wrote: That was awesome Ben! Thanks, Best, Karl On May 31, 2012, at 11:25 PM, Ben Sand wrote: The way an app should work (and bear in mind this could be different for hosted games):

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-07 Thread Merrill, Jason
:03 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint Great - thanks - I'll look into the xml view... -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Tue 6/5/2012 3:47 PM To: Flash Coders List

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-07 Thread Ted Lehr
nice - works perfectly... thanks! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Thu 6/7/2012 1:49 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint Hey Ted, Here's how to get the XML url

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-07 Thread Merrill, Jason
, June 07, 2012 2:14 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint nice - works perfectly... thanks! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Thu 6/7/2012 1:49 PM To: Flash Coders List

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-05 Thread Ted Lehr
ok - How would I export a Sharepoint list as xml to Flash? or is there a better way to get a list into flash? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Tue 6/5/2012 3:11 PM To: Flash Coders List Subject: [Flashcoders] RE:

RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-06-05 Thread Merrill, Jason
...@chattyfig.figleaf.com] On Behalf Of Ted Lehr Sent: Tuesday, June 05, 2012 3:31 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint ok - How would I export a Sharepoint list as xml to Flash? or is there a better way to get a list into flash? -Original

Re: [Flashcoders] Converting a flash game to facebook app

2012-06-01 Thread Karl DeSaulniers
That was awesome Ben! Thanks, Best, Karl On May 31, 2012, at 11:25 PM, Ben Sand wrote: The way an app should work (and bear in mind this could be different for hosted games): Tracking of an individual user should all be handled as per normal with your server, using cookies. You should

Re: [Flashcoders] AIR WebKit vs iTumes WebKit

2012-05-31 Thread Cédric Muller
Apple is doing all it can in order to make Flash fail (with some success), so that's certainly the case here. Sorry not to have more information. Is there a conflict between AIR and iTumes on Windows? I've been getting sporadic crashes on Windows 7 from WebKit.dll when using HTMLLoader.

RE: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Paul Steven
did manage to figure it out:) P -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mattheis, Erik (MIN-WSW) Sent: 30 May 2012 20:45 To: Flash Coders List Subject: Re: [Flashcoders] Converting a flash game

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Rohit Sharma
-Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mattheis, Erik (MIN-WSW) Sent: 30 May 2012 20:45 To: Flash Coders List Subject: Re: [Flashcoders] Converting a flash game to facebook app If by dinosaur

RE: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Paul Steven
Coders List Subject: Re: [Flashcoders] Converting a flash game to facebook app Hi Paul, Did you see the tutorial series by Adobe @ http://www.adobe.com/devnet/facebook/articles/flex_fbgraph_pt1.html. Also, to begin with, you can avoid SSL usage since its not mandatory to use secure url currently

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Ben Sand
It's fairly straight forward to add facebook functionality to a website/app, there's lots of apis floating around, or you can just talk to fb directly. Be aware their API does change over time. I'm not sure how good they are at maintaining backwards compatibility. My experience is in external

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Hans Wichman
Hi Ben, if you put the keys on your server, can't they be sniffed anyway or am i missing something? tnx H On 31-5-2012 17:33, Ben Sand wrote: It's fairly straight forward to add facebook functionality to a website/app, there's lots of apis floating around, or you can just talk to fb

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Henrik Andersson
The idea is obviously to let your server be the one who asks the Facebook servers for the data, meaning that the only possible attack points are the server itself and the connection. If your server is compromised then you have fail security. If the connection is compromised then SSL failed. SSL is

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Hans Wichman
Hi Henrik, not to hijack Paul's thread, but do you have some more info on this subject. Eg the client would need some way to uniquely id itself to the server, lest the server give out this data to anyone which is kind of the same as making your api key public?. The client could be decompiled

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-31 Thread Ben Sand
The way an app should work (and bear in mind this could be different for hosted games): Tracking of an individual user should all be handled as per normal with your server, using cookies. You should be able to find a user account plugin for whatever framework you're working with to manage this

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread Sidney de Koning
Hi Paul, The process is't that complex, the api's are pretty strait forward. You can check out: http://code.google.com/p/facebook-actionscript-api/ From here you also have some links to the dev center from adobe, they dedicated an whole section to Facebook. The docs and tuts will get you up to

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread Hans Wichman
Hi Paul, I faced the same problem a while ago and found the whole facebook mumbojumbo pretty hard to wrap my head around, opengraphs, graph api etc. The project was cancelled so I was off the hook, but I spent about a week reading facebook's docs none the wiser, so I don't exactly share

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread Mattheis, Erik (MIN-WSW)
If by dinosaur you mean you haven't done Facebook since the REST API was retired, transitioning to Graph isn't a big deal if you're not rolling your own but using one of the SDKs - https://developers.facebook.com/docs/sdks/ or the AS3 SDK Sydney pointed to. If you mean you're completely new to

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread tom rhodes
hey, the graph api isn't such a hard thing to get your head around, it would be absolutely fantastic if it only worked how it was documented ;) the new(ish) as3 api that has been linked on here is a lot easier to use than the OAuth ports that were around before. this is really handy

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread Rohit Sharma
Hi, What Sidney pointed out is right. The facebook-adobe-actionscript-api coupled with Adobe dev tutorials is a good way to initiate the task. Later on, once you get the hang of it, you can start looking at the Javascript SDK and how the AS3 sdk wraps all its functionality. -Rohit On Thu, May

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-28 Thread allandt bik-elliott
thanks - do you have a url? On 20 May 2012 16:58, mogs10 mogs10 mike.ogr...@gmail.com wrote: The Direct-L list will help you better than the Flascoders List mike On Sun, May 20, 2012 at 11:50 PM, mogs10 mogs10 mike.ogr...@gmail.com wrote: hi On Sun, May 20, 2012 at 11:43 PM,

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-28 Thread mogs10 mogs10
http://listserv.uark.edu/cgi-bin/wa?A0=DIRECT-L On Mon, May 28, 2012 at 5:19 PM, allandt bik-elliott alla...@gmail.com wrote: thanks - do you have a url? On 20 May 2012 16:58, mogs10 mogs10 mike.ogr...@gmail.com wrote: The Direct-L list will help you better than the Flascoders List mike

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread David Hunter
maybe this might shed some light: http://www.matto1990.com/jquery/catfish/ presumably the close functionality is some kind of ExternalInterface.call(); Hope that helps. On 24 May 2012 09:30, Paul Andrews p...@ipauland.com wrote: I have been asked to work on some flash catfish adverts. Does

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread Karl DeSaulniers
http://www.matto1990.com/jquery/catfish/ Best, Karl On May 24, 2012, at 3:30 AM, Paul Andrews wrote: I have been asked to work on some flash catfish adverts. Does anyone know of any references about how they should behave? I can't find much online about them - specifically the close

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread Karl DeSaulniers
Lol, didn't see this post. Best, Karl On May 24, 2012, at 3:55 AM, David Hunter wrote: maybe this might shed some light: http://www.matto1990.com/jquery/catfish/ presumably the close functionality is some kind of ExternalInterface.call(); Hope that helps. On 24 May 2012 09:30, Paul

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread Paul Andrews
Thanks Guys! Paul On 24/05/2012 10:39, Karl DeSaulniers wrote: Lol, didn't see this post. Best, Karl On May 24, 2012, at 3:55 AM, David Hunter wrote: maybe this might shed some light: http://www.matto1990.com/jquery/catfish/ presumably the close functionality is some kind of

RE: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Ted Lehr
So this is what I am trying: when an html form is submitted I am calling this javascript function: function getValue() { var flash; var isIE = navigator.appName.indexOf(Microsoft)!=-1; flash = isIE?document.all.flashObjectId:document.flashObjectId; //it seems to fail at the next

Re: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Nathan Mynarcik
*In JS:* mainFlash = document.getElementById('flash'); //id of the object element mainFlash.asFunc(); //trigger flash with an external interface call *In Flash:* //Flash listens for asFunc in JS and knows to execute myFunc ExternalInterface.addCallback('asFunc', myFunc); //my Func is an

RE: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Ted Lehr
locally in the JS not sure if I have a js browser setting off or not... Ted -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Nathan Mynarcik Sent: Thu 5/24/2012 11:01 AM To: Flash Coders List Subject: Re: [Flashcoders] RE: Grab Textfield Value from

RE: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Ted Lehr
: RE: [Flashcoders] RE: Grab Textfield Value from Javascript Thanks for the response - I have tried this and a search of the internet makes it appear as though this is the tried and true method HOWEVER... in the FF error console - I am getting (if it were your code below): asFunc

RE: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Ted Lehr
H still cross-browser issues - it's always something... :-) -Original Message- From: Ted Lehr Sent: Thu 5/24/2012 11:43 AM To: Flash Coders List Subject: RE: [Flashcoders] RE: Grab Textfield Value from Javascript So seems like my issue was the object tag - I used a simplified

Re: [Flashcoders] RE: Grab Textfield Value from Javascript

2012-05-24 Thread Nathan Mynarcik
If you are not using swfObject to embed your flash, I highly recommend doing so. You should have no cross browser issues with it and the code provided/researched to achieve your objective. You can download it here: http://code.google.com/p/swfobject/downloads/list You can find the easy

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-23 Thread Ted Lehr
List Subject: RE: [Flashcoders] RE: Can Javascript Listen to Flash Events? I've got around the 'local security warning' issue in the past by running the content from a standalone webserver - check out Server2Go. You'll be able to fire off whatever ExternalInterface call you need. You'll have

Re: [Flashcoders] Can Javascript Listen to Flash Events?

2012-05-22 Thread Paul Andrews
I think you're doomed if you don't have the fla. On 22/05/2012 16:43, Ted Lehr wrote: So I have a swf that needs to run locally and make an ExternalInterface.call ... I am unable to make settings changes to the users Flash Players ... so as of now it seems unpossible! My thoughts was to see

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Matt S.
could you load the SWF into a shell, and add the FLV event listeners at the shell level? That would require knowing the name of the flv player within the SWF, but maybe you could figure it out with a decompiler? That's just a random idea, not sure if it would work... .m On Tue, May 22, 2012 at

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
Oh - yes - I have the .fla... I just am running into issues when I try to have the swf call out to the javascript - I get the security warning from the player - so I am trying to figure out how to, instead of having the swf make a call out - maybe the javascript could just listen to the

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Matt S. Sent: Tue 5/22/2012 12:03 PM To: Flash Coders List Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? could you load the SWF into a shell, and add the FLV event listeners at the shell level? That would

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Paul Andrews
Just get a flash event handler to call a javascript function. You probably don't have the security setting for the project set right - network access only. Paul On 22/05/2012 17:06, Ted Lehr wrote: Oh - yes - I have the .fla... I just am running into issues when I try to have the swf call

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
of Paul Andrews Sent: Tue 5/22/2012 12:15 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? Just get a flash event handler to call a javascript function. You probably don't have the security setting for the project set right - network access

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Merrill, Jason
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ted Lehr Sent: Tuesday, May 22, 2012 12:36 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Can Javascript Listen to Flash Events? I cannot change security settings for the player - this will be used by a lot

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Paul Andrews
in the publish tab in the IDE. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Paul Andrews Sent: Tue 5/22/2012 12:15 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? Just get a flash event

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Nathan Mynarcik
Would allowscriptaccess=always work in this situation? Perhaps the issue is deeper than that? On Tue, May 22, 2012 at 12:15 PM, Paul Andrews p...@ipauland.com wrote: Just get a flash event handler to call a javascript function. You probably don't have the security setting for the project

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ross Sclafani
Definitely do this Ross P. Sclafani Design | Technology | Creative http://www.neuromantic.com http://ross.sclafani.net http://www.twitter.com/rosssclafani 347.204.5714 On May 22, 2012, at 1:02 PM, Nathan Mynarcik nat...@mynarcik.com wrote: Would allowscriptaccess=always work in this situation?

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Chris Foster
a pretty seamless experience. C: -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason Sent: Wednesday, 23 May 2012 2:42 AM To: Flash Coders List Subject: RE: [Flashcoders] RE: Can Javascript Listen

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-20 Thread mogs10 mogs10
hi again On Fri, May 18, 2012 at 7:19 PM, allandt bik-elliott alla...@gmail.com wrote: Thanks mike thought i would share what i'd found on google so far - none of this has explicit hooks to detect blinks so may have to be further developed The main source of code seems to be an OpenCV(

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-20 Thread mogs10 mogs10
hi On Sun, May 20, 2012 at 11:43 PM, mogs10 mogs10 mike.ogr...@gmail.com wrote: hi again On Fri, May 18, 2012 at 7:19 PM, allandt bik-elliott alla...@gmail.com wrote: Thanks mike thought i would share what i'd found on google so far - none of this has explicit hooks to detect blinks so

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-20 Thread mogs10 mogs10
The Direct-L list will help you better than the Flascoders List mike On Sun, May 20, 2012 at 11:50 PM, mogs10 mogs10 mike.ogr...@gmail.com wrote: hi On Sun, May 20, 2012 at 11:43 PM, mogs10 mogs10 mike.ogr...@gmail.com wrote: hi again On Fri, May 18, 2012 at 7:19 PM, allandt bik-elliott

Re: [Flashcoders] Get Timezone City?

2012-05-20 Thread David Hunter
Thanks for the ideas guys, i'll see what the client says about any of these work arounds... On 17 May 2012 13:16, Karl DeSaulniers k...@designdrumm.com wrote: You could always prompt your user to enter their city if your needing specifics. Getting the city from the time zone is a bit general.

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread Mike Duguid
might want to have a look at the face.com api On 18 May 2012 11:18, allandt bik-elliott alla...@gmail.com wrote: Hey guys I'm looking for a face detection or, more specifically, a blink detection library for a project I'm on and I was wondering if anyone on this list has had any experience

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread allandt bik-elliott
Thanks mike thought i would share what i'd found on google so far - none of this has explicit hooks to detect blinks so may have to be further developed The main source of code seems to be an OpenCV( http://opencvlibrary.sourceforge.net/) port to AS3 called MariLena (

Re: [Flashcoders] Get Timezone City?

2012-05-17 Thread David Hunter
Thanks Karl, I can grab the time using the Date class in AS3, I'm more stuck on how to detect what city they have set in their system preferences or some other way to detect what city they are in. IP address? Thanks, David On 17 May 2012 00:37, Karl DeSaulniers k...@designdrumm.com wrote:

RE: [Flashcoders] Get Timezone City?

2012-05-17 Thread Karina Steffens
of Geo-IP database service for this. Karina -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of David Hunter Sent: 17 May 2012 10:31 To: Flash Coders List Subject: Re: [Flashcoders] Get Timezone City? Thanks

<    2   3   4   5   6   7   8   9   10   11   >