Re: [Audyssey] flash games

2015-09-29 Thread Thomas Ward
Hello Marvin,

Yes, it is possible to make a Flash game accessible, but the only way
I know of to accomplish that is by making the game self-voicing. As
how to accomplish that I'd say the easiest method would be by using
prerecorded voice clips which wouldn't necessarily work for a browser
based game. You'll likely have to use some text to speech engine
instead.

As to the issue of a universal speech engine for the browser there
isn't any that I know of. You are talking about something that simply
does not exist. Every platform in existence has a totally different
way of handling text to speech and therefore to be totally universal
you are going to have to take the time and effort to support them all
or give up on universal speech output.

To be blunt I don't think what you want to do is technically possible,
and it might help if you can focus on one platform for the time being.
I'm not sure exactly which platforms do and do not support Flash, but
I do know there are some that don't. For that reason alone using Flash
probably isn't going to work for what you intend. You might be better
off with a language like Javascript if you are looking for more
universal/cross-platform support. I can't help but think you are
accelerating full force into a block wall because you don't know what
you are doing and are trying hard to fit a square peg into a round
hole which ultimately will lead to failure.

Cheers!


On 9/29/15, Marvin Hunkin  wrote:
> Hi.
>
> Can flash games be made accessible.
>
> If so, how to.
>
> And also is there a universal speech engine, for the browser.
>
> Which os, does not support flash, I know apple or ios does, so how do they
> get around that.
>
> And will search for a accessible text to speech engine for a browser or
> maybe accessible flash games.
>
> And then how to then extend to multi player and then play over the
> internet.
>
> They will be the last two sections of this game.
>
> So, will download and use how to build this game, tutorial.
>
> Maybe built by a visually impaired or blind person.
>
> Has left and right arrow keys to arrow across and the space bar to shoot.
>
> Marvin.
>
> Ps: pasting this below.
>
>
>
> http://www.makeflashgames.com/tutorials/tut3.php
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.
>

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] flash games

2015-09-28 Thread Brandon Keith Biggs

Hello,
Flash games can be made accessible somewhat, but I can't think of any 
that are.
If you are looking to develop browser based games, why are you 
considering Flash? Flash is a really old language that is not supported 
very much anymore.
If you would like to develop for browsers, check out HTML5 and 
Javascript. In HTML5 there is something called Aria and live 
notifications. You change the text of a live element and it announces. 
This will trigger the screen reader to read. For example:




creates a nice container that you just then insert text into. HowlerJS 
is the definitive audio library if you don't want to deal with the Web 
Audio API directly.

thanks,

Brandon Keith Biggs 
On 9/29/2015 6:59 AM, Marvin Hunkin wrote:

Hi.

Can flash games be made accessible.

If so, how to.

And also is there a universal speech engine, for the browser.

Which os, does not support flash, I know apple or ios does, so how do they
get around that.

And will search for a accessible text to speech engine for a browser or
maybe accessible flash games.

And then how to then extend to multi player and then play over the internet.

They will be the last two sections of this game.

So, will download and use how to build this game, tutorial.

Maybe built by a visually impaired or blind person.

Has left and right arrow keys to arrow across and the space bar to shoot.

Marvin.

Ps: pasting this below.

  


http://www.makeflashgames.com/tutorials/tut3.php

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] flash games

2015-09-28 Thread Marvin Hunkin
Hi.

Can flash games be made accessible.

If so, how to.

And also is there a universal speech engine, for the browser.

Which os, does not support flash, I know apple or ios does, so how do they
get around that.

And will search for a accessible text to speech engine for a browser or
maybe accessible flash games.

And then how to then extend to multi player and then play over the internet.

They will be the last two sections of this game.

So, will download and use how to build this game, tutorial.

Maybe built by a visually impaired or blind person.

Has left and right arrow keys to arrow across and the space bar to shoot.

Marvin.

Ps: pasting this below.

 

http://www.makeflashgames.com/tutorials/tut3.php

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Flash Games

2014-08-25 Thread ishan dhami
Hi sir rajjaprak also is a flash game but I am not sure it is online or offline
Thanks
Ishan

On 8/12/14, Danielle Antoine  wrote:
> Hi,
> Yes I meant online flash games. Should've been more specific.
>
>
> On 8/9/14, Thomas Ward  wrote:
>> Hi Ishan,
>>
>> Well, there are other Flash based games besides Drive. The new Blind
>> Swordsman is also written in Flash. The main question I have for
>> Danielle  is are you looking for online based Flash games or off line
>> stand alone games written in Flash?
>>
>> cheers!
>>
>>
>> On 8/8/14, ishan dhami  wrote:
>>> Hi there is the game called drive
>>> ralley racer.
>>> this is the answer of the question of flash games.
>>> I have a question that what is fun according to you?
>>> Do you think some games based on comic themes and have a comic cut seens
>>> is this is fun according to you?
>>> Thanks
>>> Ishan
>>
>> ---
>> Gamers mailing list __ Gamers@audyssey.org
>> If you want to leave the list, send E-mail to
>> gamers-unsubscr...@audyssey.org.
>> You can make changes or update your subscription via the web, at
>> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
>> All messages are archived and can be searched and read at
>> http://www.mail-archive.com/gamers@audyssey.org.
>> If you have any questions or concerns regarding the management of the
>> list,
>> please send E-mail to gamers-ow...@audyssey.org.
>>
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.
>

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Flash Games

2014-08-11 Thread Danielle Antoine
Hi,
Yes I meant online flash games. Should've been more specific.


On 8/9/14, Thomas Ward  wrote:
> Hi Ishan,
>
> Well, there are other Flash based games besides Drive. The new Blind
> Swordsman is also written in Flash. The main question I have for
> Danielle  is are you looking for online based Flash games or off line
> stand alone games written in Flash?
>
> cheers!
>
>
> On 8/8/14, ishan dhami  wrote:
>> Hi there is the game called drive
>> ralley racer.
>> this is the answer of the question of flash games.
>> I have a question that what is fun according to you?
>> Do you think some games based on comic themes and have a comic cut seens
>> is this is fun according to you?
>> Thanks
>> Ishan
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.
>

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Flash Games

2014-08-09 Thread Thomas Ward
Hi Ishan,

Well, there are other Flash based games besides Drive. The new Blind
Swordsman is also written in Flash. The main question I have for
Danielle  is are you looking for online based Flash games or off line
stand alone games written in Flash?

cheers!


On 8/8/14, ishan dhami  wrote:
> Hi there is the game called drive
> ralley racer.
> this is the answer of the question of flash games.
> I have a question that what is fun according to you?
> Do you think some games based on comic themes and have a comic cut seens
> is this is fun according to you?
> Thanks
> Ishan

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Flash Games

2014-08-09 Thread ishan dhami
Hi there is the game called drive
ralley racer.
this is the answer of the question of flash games.
I have a question that what is fun according to you?
Do you think some games based on comic themes and have a comic cut seens
is this is fun according to you?
Thanks
Ishan


On 8/8/14, Danielle Antoine  wrote:
> Hi All,
>
> What are some good fun flash games you like to play? And where can
> they be found? I'm not interested in going through audiogames.net at
> this time.
>
> TIA,
> Danielle
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.
>

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] Flash Games

2014-08-07 Thread Danielle Antoine
Hi All,

What are some good fun flash games you like to play? And where can
they be found? I'm not interested in going through audiogames.net at
this time.

TIA,
Danielle

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] flash games

2007-05-10 Thread djc
I use win-eyes here and I noted that several of the audiogames.net flash
games didn't work at all here. I can't give you names off the top of my
head Richard but a number of the new titles don't work at all and I have
latest flash as well as the latest direx here.


 djc's Jukebox: http://paulmerrell.net:9212 or
http://paulmerrell.net:9660 Saturday Evenings 9 to midnight Eastern.

 My Journal http://livejournal.com/users/djc1   

 email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.