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  in the head tag, and from this open your
fullscreen window. workin' offline, this will be so fast that users can't
realize it...

* Enrico Tomaselli
* web designer
[EMAIL PROTECTED]
http://www.metatad.it
* Skype: MetaArt
RSS: http://www.metatad.it/mnfeeder.php

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer

I think my best bet is to pop a new window that goes fullscreen.
Thank you everyone.

On 7/7/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:


Pop-up blockers don't block pop-ups if the user clicks the link that
launches the pop-up (they're effectively opting-in).

BLITZ | Steven Sacks - 310-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 html, 1 swf and to
represent it
> in fullscreen mode.
>
> On 7/7/06, Ian Thomas <[EMAIL PROTECTED]> wrote:
> >
> > But if you're running offline, you could use a swf2exe tool such as
> > SWFStudio, Screenweaver or Zinc.
> >
> > HTH,
> >   Ian
> >
> > On 7/7/06, Jim Berkey <[EMAIL PROTECTED]> wrote:
> > > My understanding is that it is not possible to make the current
> browser
> > window fullscreen via any code. It is possible to open a new browser
> window
> > full screen via pop-up, but any browser pop-up blockers would stop
this
> (
> > google for 'javascript fullscreen') - so in effect, 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 that works and are you willing to
share
> :).
> > > >Thanks.
> > > >
> > > >P.S. I promise not use this on a site, I hate windows that change
> size
> > too.
> > > >Offline project!
> > > >___
> > > >Flashcoders@chattyfig.figleaf.com
> > > >To change your subscription options or search the archive:
> > > >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > > >Brought to you by Fig Leaf Software
> > > >Premier Authorized Adobe Consulting and Training
> > > >http://www.figleaf.com
> > > >http://training.figleaf.com
> > >
> > >
> > >
> > > ___
> > > Flashcoders@chattyfig.figleaf.com
> > > To change your subscription options or search the archive:
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > > Brought to you by Fig Leaf Software
> > > Premier Authorized Adobe Consulting and Training
> > > http://www.figleaf.com
> > > http://training.figleaf.com
> > >
> > ___
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer

I don't want to send .exe around. I have 1 html, 1 swf and to represent it
in fullscreen mode.

On 7/7/06, Ian Thomas <[EMAIL PROTECTED]> wrote:


But if you're running offline, you could use a swf2exe tool such as
SWFStudio, Screenweaver or Zinc.

HTH,
  Ian

On 7/7/06, Jim Berkey <[EMAIL PROTECTED]> wrote:
> My understanding is that it is not possible to make the current browser
window fullscreen via any code. It is possible to open a new browser window
full screen via pop-up, but any browser pop-up blockers would stop this (
google for 'javascript fullscreen') - so in effect, 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 that works and are you willing to share :).
> >Thanks.
> >
> >P.S. I promise not use this on a site, I hate windows that change size
too.
> >Offline project!
> >___
> >Flashcoders@chattyfig.figleaf.com
> >To change your subscription options or search the archive:
> >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> >Brought to you by Fig Leaf Software
> >Premier Authorized Adobe Consulting and Training
> >http://www.figleaf.com
> >http://training.figleaf.com
>
>
>
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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]>
To: "Flashcoders mailing list" 
Sent: Friday, July 07, 2006 10:34 AM
Subject: [Flashcoders] Fullscreen from SWF


> 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 size
> too.
> Offline project!
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 size too.
Offline project!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 -
http://www.neo-archaic.net/blog/2006/04/25/objectswap.htm

Karina




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 answering newbie posts instead of pointing
> them to the newbie list.

I'm guilty of that - it was the flash player thread that prompted the
"hang on a minute..." moment and begat this email


> Plus, too many OT posts. Why would someone want to read
> discussions on non-Flash coding topics in Flashcoders? That's
> what other lists are for.

These can be debatable it's true - depends what ti is - I don't want to
see posts about the last episode of "Lost" on here, but I don't mind the
odd bit of humour in a thread that is flash coders related.

I just seem to find myself scanning over/deleting instantly more and
more posts, whereas 8-12 months ago I was reading the vast majority


M
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer

I found this:

http://www.adobe.com/support/documentation/en/flashplayer/7/readme/fp7_r19_english.html

There is talk about standaloneplayer for both mac and pc but where do I
download it and how do I apply for the license to distribute this?

Thoughts?

On 6/12/06, 8ball Developer <[EMAIL PROTECTED]> wrote:


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 it's in C:\Program
> > Files\Macromedia\Flash 8\Players)
> >
> > Danny
> >
>
> Don't think that's allowed without a distribution license.
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 it's in C:\Program
> Files\Macromedia\Flash 8\Players)
>
> Danny
>

Don't think that's allowed without a distribution license.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer

Thanks, but: 1. I don't want to send and executable, 2. In general, what do
people need in order to play swf on their desktop?

On 6/12/06, Merrill, Jason <[EMAIL PROTECTED]> wrote:


In your publish settings, it's Windows Projector (.exe) for Windows or
Macintosh projector (.hqx).

Jason Merrill
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 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 swf files but he can't open it. What do I need
to have
>>him do (other than drag the file to your bowser window)?
>>
>>Thanks for your help
>>___
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 swf files but he can't open it. What do I need to have
him do (other than drag the file to your bowser window)?

Thanks for your help
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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

2006-05-31 Thread 8ball Developer

This is good, but I'm looking for very simple things like bounce effect and
such.

On 5/31/06, André Goliath <[EMAIL PROTECTED]> wrote:


Something like this?

http://www.experiment23.de/tmp/index.html

(the menu are the small bars at the left)

hth

-Original Message-
From: [EMAIL 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 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
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
>
> is a little more comprehensive..
>
> -K
>
> On 16/12/05, Karthik <[EMAIL PROTECTED]> wrote:
> > The Flash Lite 2.0 player will support video.
> >
> > Links of interest:
> > http://www.macromedia.com/devnet/devices/
> > http://www.macromedia.com/mobile/supported_devices/
> > http://www.macromedia.com/software/flashlite/
> >
> > hth
> > -K
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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:

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 can't share the code. Sorry.

Good luck.


On 12/15/05, Mike Lyda <[EMAIL PROTECTED]> wrote:
>
>
> umm..  it kind of sounds like you want Flash to automatically map the
> characters to the keypress?  i.e. if someone with an English
> keyboard/system,
> types into your input field the characters will show up as Chinese?
>
> ...  it might be possible to have them actually typing into an
> offscreen/hidden
> input box, capture keypresses, do key mapping based on a table, and then
> insert
> the corresponding Chinese character into the (visible) input box...  that
> might
> work as long as they're using an English keyboard..
>
> --- Devendran I <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >
> >   We can Display Unicode Characters in dynamic and Input text field. Is
> it
> > possible to get unicodeInput in a input text?
> >
> >   Consider this. You are having One input text box. By selecting a
> language,
> > your Key press should be displayed as choosen language(in input text).
> >
> >   If u select Chinese Langugae. When you type it should be chinese
> >   If u select Hindi Language. when you type it should be Hindi .
> >
> >   All these should happen in single text field.(And have to controll
> with
> > script)
> >
> >
> >   Thanks & regards
> >   Devendran.I
>
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash capabilities

2005-11-03 Thread 8ball Developer
Thank you all for your response.

On 11/2/05, Jordan Snyder <[EMAIL PROTECTED]> wrote:
>
> Martin is correct about Flash requiring FCS to stream MP3s. Flash can
> either
> pick up an MP3 from the server's filesystem, or connect to FCS to pick up
> a
> stream of MP3 information.
> He's also correct about Flash8 binary sockets and connecting to databases
> directly. I'm sure someone will dig into the socket level RDBMS specs for
> various servers and create connection classes for them, at some point in
> the
> future. But for the time being (which is what matters most), you DO have
> to
> have some sort of middleware, as Judah stated, and as you probably already
> know.
> Cheers
>
> On 11/2/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:
> >
> > To stream an mp3 all you need is a path to the file. The flash player
> > will handle the streaming.
> >
> > For database interaction all you need is flash remoting. It is one of my
> > favorite features of flash. It ROCKS! You can check out the free
> > amfphp.com <http://amfphp.com> <http://amfphp.com> or the commercial
> versions for asp.net <http://asp.net><http://asp.net>,
> > cold fusion, etc. We
> > have been using both and it makes it very easy to connect to a database.
> > You do 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.. :)
> > >>
> > >>
> > >
> > > Sorry. I meant to say: can a flash player, play mp3 streamed from
> Helix?
> > Or
> > >does it have to come From Flash comm?
> > >___
> > >Flashcoders mailing list
> > >Flashcoders@chattyfig.figleaf.com
> > >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > >
> > >
> > >
> > >
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> Jordan Snyder
> Applications Developer
> ImageAction, USA
> http://www.imageaction.com
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Thank you all for you response.

On 11/2/05, Jordan Snyder <[EMAIL PROTECTED]> wrote:
>
> Martin is correct about Flash requiring FCS to stream MP3s. Flash can
> either
> pick up an MP3 from the server's filesystem, or connect to FCS to pick up
> a
> stream of MP3 information.
> He's also correct about Flash8 binary sockets and connecting to databases
> directly. I'm sure someone will dig into the socket level RDBMS specs for
> various servers and create connection classes for them, at some point in
> the
> future. But for the time being (which is what matters most), you DO have
> to
> have some sort of middleware, as Judah stated, and as you probably already
> know.
> Cheers
>
> On 11/2/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:
> >
> > To stream an mp3 all you need is a path to the file. The flash player
> > will handle the streaming.
> >
> > For database interaction all you need is flash remoting. It is one of my
> > favorite features of flash. It ROCKS! You can check out the free
> > amfphp.com <http://amfphp.com> <http://amfphp.com> or the commercial
> versions for asp.net <http://asp.net><http://asp.net>,
> > cold fusion, etc. We
> > have been using both and it makes it very easy to connect to a database.
> > You do 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.. :)
> > >>
> > >>
> > >
> > > Sorry. I meant to say: can a flash player, play mp3 streamed from
> Helix?
> > Or
> > >does it have to come From Flash comm?
> > >___
> > >Flashcoders mailing list
> > >Flashcoders@chattyfig.figleaf.com
> > >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > >
> > >
> > >
> > >
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> Jordan Snyder
> Applications Developer
> ImageAction, USA
> http://www.imageaction.com
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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?
>
> no, it can come from anywhere. :)
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 the work arounds. Suggestions?
 Thanks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash XML to JSP to disk

2005-10-07 Thread 8ball Developer
Hi All,
 I'm in a bit of a jam here. I'm trying to save and XML generated in my swf
to the server from a JSP page. Could someone send me an example that does
this?
 Many thanks in advance.
Ben
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders