[Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Hi guys, I'm giving a presentation on using flash for an application in a few hours and would like to have a firm answer on the following items. 1. Can flash play audio streamed from Helix (Real Server)? 2. Can flash access a database directly? I know this is no. But I don't know what are all

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do ogg, i dont know.. :) Sorry. I meant to say: can a flash player, play mp3 streamed from Helix? Or does it have to come From Flash comm? ___

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Are you 100% sure about this? Is this documented someplace? I'm trying to get them to replace Helix with FCS. On 11/2/05, Martin Wood [EMAIL PROTECTED] wrote: 8ball Developer wrote: 1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
need to know the related server-side technology (php, asp, asp.net http://asp.net http://asp.net, cf, etc) to use it. Judah 8ball Developer wrote: 1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do ogg, i dont know

Re: [Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread 8ball Developer
All you have to do is to do a key board mapping depending on the language the user selects. The mapping is something like this: key code=0065 output=0410/ This is Russian key mapping. There is much more to this and I don't want to make it sound simple but it is doable and I've done it. I just

[Flashcoders] Video on mobile devices

2005-12-15 Thread 8ball Developer
Hi All, I'm very new to developing for mobile devices. I'm wondering which devices support flash and flash streaming if any. I'm trying to build something like http://www.mobitv.com/ to deliver video to cellphones. Is this even possible with Flash? Any feedback is much appreciated. Thanks

Re: [Flashcoders] Video on mobile devices

2005-12-16 Thread 8ball Developer
Thanks Karthik, So as Joe mentions no devices really support Flash lite 2 in the US which is my target. Is that the case? Does this mean I have to look at J2ME? Thanks On 12/16/05, Karthik [EMAIL PROTECTED] wrote: http://www.macromedia.com/devnet/devices/articles/flashlite_v2_preview.html

[Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread 8ball Developer
Hi all, I have a client coming in today who wants see some sample effects/transitions to apply to different parts of the Flash work. Do you have links to such samples where I can go through them with him? Any help is much appreciated. Thanks, Ben ___

Re: [Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread 8ball Developer
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 8ball Developer Sent: Wednesday, May 31, 2006 7:31 PM To: Flashcoders mailing list Subject: [Flashcoders] [URGENT] Flash effect/transition samples Hi all, I have a client coming in today who wants see some sample effects/transitions to apply to different

Re: [Flashcoders] [URGENT] Flash effect/transition samples

2006-06-01 Thread 8ball Developer
thank you all very much. On 6/1/06, Serge Jespers [EMAIL PROTECTED] wrote: http://weblogs.macromedia.com/mc/archives/2006/04/ transition_and.cfm#more ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Player question

2006-06-12 Thread 8ball Developer
Hi fellows, I'm very much confused about this matter so maybe you guys can help out. Which player allows me to open a swf from my desktop, is it the flash standalone player or a file type relation to the plugin? If it's the flash stand alone player, where do I get it from? I'm sending my client

Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer
Bank of America Learning Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of 8ball Developer Sent: Monday, June 12, 2006 8:57 AM To: Flashcoders mailing list Subject: [Flashcoders] Player question Hi fellows, I'm very

Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer
So, I looked at the player distribution license and the only things I see are flash player and shockwave, nothing about standalone player. Anyone have a link for that? Thanks On 6/12/06, Mike Mountain [EMAIL PROTECTED] wrote: or send him a copy of your own standalone player (on my machine

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread 8ball Developer
People, stop the madness The flash player question is not a newbie question. I have over 8 years of flash development under my belt. It's a simple question, not newbie and I still don't have a good answer for it. On 6/12/06, Mike Mountain [EMAIL PROTECTED] wrote: Too many people

Re: [Flashcoders] Eolas fix and backspace key flash bug

2006-06-15 Thread 8ball Developer
Hi Karina, (probably already answered question) Why does the javascript need to be external? Is there any solution to this problem that uses an internal javascript. Thanks in Advance. On 6/14/06, Karina Steffens [EMAIL PROTECTED] wrote: Hi Alec, You could try ObjectSwap on my blog -

[Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
I'm trying to make the browser window containing my swf go full screen. I NEED to make this work accross browsers/platforms (IE, Safari, Firefox/PC, Mac). Does anyone have code that works and are you willing to share :). Thanks. P.S. I promise not use this on a site, I hate windows that change

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
Thanks. But this is good for max not fullscreen. On 7/7/06, John Hart [EMAIL PROTECTED] wrote: This guy has the best solution there is for your full screen problem give it a try :) http://www.flash-db.com/PopUp/PopUp.html - Original Message - From: 8ball Developer [EMAIL PROTECTED

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
, there is no bullet-proof way to do this. *** REPLY SEPARATOR *** On 7/7/2006 at 7:34 AM 8ball Developer wrote: I'm trying to make the browser window containing my swf go full screen. I NEED to make this work accross browsers/platforms (IE, Safari, Firefox/PC, Mac). Does anyone have code

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of 8ball Developer Sent: Friday, July 07, 2006 10:26 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Fullscreen from SWF I don't want to send .exe around. I have 1

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
Enrico, Can you explain more? Wouldn't the refresh loop then? Thanks On 7/7/06, MetaArt [EMAIL PROTECTED] wrote: you can use a 'dirty' solution: launch first an empty window with meta http-equiv=refresh content=0 in the head tag, and from this open your fullscreen window. workin' offline,