[Flashcoders] AS3 Tween Class seems to have defects

2007-07-09 Thread asai
Has anybody noticed that with CS3, the Tween class seems to hang up if 
there's several simultaneous Tweens happening at the same time?  I've 
been developing a small picture viewer, which when I try to Tween in ten 
100x100 squares, the thing just stops in mid Tween.  I've seen this with 
other apps I've been developing, I've had to cut back on the Tweens in 
order to get them to finish,  but the weird thing is, is AS2, there was 
never any problem like that.


___
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] AS3 Tween Class seems to have defects

2007-07-09 Thread asai
For me it happens with seconds as well as frames...but thanks for the 
suggestion.



Patrick Matte|BLITZ wrote:

I've noticed that too when I was using frames. Try using seconds instead of 
frames.
Or use Tweener. http://code.google.com/p/tweener/


BLITZ | Patrick Matte - 310-551-0200 x214
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of asai
Sent: Monday, July 09, 2007 8:31 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] AS3 Tween Class seems to have defects

Has anybody noticed that with CS3, the Tween class seems to hang up if
there's several simultaneous Tweens happening at the same time?  I've
been developing a small picture viewer, which when I try to Tween in ten
100x100 squares, the thing just stops in mid Tween.  I've seen this with
other apps I've been developing, I've had to cut back on the Tweens in
order to get them to finish,  but the weird thing is, is AS2, there was
never any problem like that.

___
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] amfphp.org?

2007-05-15 Thread Asai
There's been a whole deal about it, check out Patrick Mineault's blog 
www.5etdemi.com.  You can find the amfphp website at 
http://amfphp.sourceforge.net


asai



dnk wrote:

looks like the domain has expired (May 7th). I am assuming the project is
not dead, but it is rather just an over site by the owner. Does anyone 
have

any info on this? How about a spot to download the latest?

d
___
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] Flash 9 Express Install

2007-05-03 Thread Asai
Why don't you check out Geoff Stearn's SWFObject site?  SWFObject 
supports express install for any version of the Flash Player.


asai



Matt Muller wrote:

Anyone know if the 'Express Install' is available for a Flash Player 9
upgrade yet?

thanks,

- MaTT
___
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] Runtime error

2006-05-16 Thread Asai
Nothing I've heard of, but that's not saying much.  Why don't you 
post the code?


At 09:10 AM 5/16/2006, you wrote:

Hello all,
I googled this, but could not find anything that would be of help. I am
trying to fix this MP3 player that I put up here recently, but now I am
getting a runtime error: The application has requested the runtime to
terminate in an unusual way.
What in the world is this? If you need me to post the code, I will, but just
wondered if it was something that you may have heard of. Thanks in advance
for any tips/directions to help.

--
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
[EMAIL PROTECTED]
www.mindarc.com

---

This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged.
This information is confidential information and is intended only for
the use of the individual or entity named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.

---
___
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


---asai 


___
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] Runtime error

2006-05-16 Thread Asai

It seems the problem is that where you're using this code:

 radio.loadSound(http://216.235.91.30:80,true);

is what is crashing it.  You've got to be more specific about what it 
is you're wanting to load, like http://216.235.91.30:80/yourSound.mp3


Flash can't load an entire IP. ;-)

At 09:22 AM 5/16/2006, you wrote:

Thanks, Asai. We just tried to test in another copy of Flash and still got
that crash. Here's my code. Something may have changed that we can't see:

System.security.allowDomain(http://216.235.91.30;);
//System.security.allowDomain(http://www.live365.com/;);
var up:Boolean = false;
var reloadInt:Number;
function createLoaderText(output){
   _root.createEmptyMovieClip(loader_mc,1000);
   loader_mc.createTextField(p_txt,1100,60,6,160,20);
   loader_mc.p_txt.text = output;
   var loadingFmt:TextFormat = new TextFormat();
   loadingFmt.font = My Font;
   loadingFmt.color = 0xFF9900;
   loadingFmt.bold = true;
   loader_mc.p_txt.embedFonts = true;
   loader_mc.p_txt.setTextFormat(loadingFmt);
   loader_mc.onEnterFrame = function(){
   if(up == false){
   this.p_txt._alpha -= 5;
   if(this.p_txt._alpha = 0){
   up = true;
   }
   }else{
   this.p_txt._alpha += 5;
   if(this.p_txt._alpha = 100){
   up = false;
   }
   }
   }
}
var radio:Sound = new Sound();
var volume:Number = 50;
var marker:MovieClip = volume_mc.slider_mc;
var volTrackFactor = volume_mc.track_mc._width/100;
var stopped:Boolean = false;
var trackLoaded:Boolean;
vumeter_mc.stop();
function playRadio(){
   radio.stop();
   delete radio;
   if(!loader_mc){
   createLoaderText(loading);
   }
   mute_mc.gotoAndStop(1);
   volume_mc.slider_mc._x = volume_mc.track_mc._x +
volume_mc.track_mc._width/2 - 10;
   stopped = false;
   radio = new Sound();
   radio.setVolume(volume);
   radio.loadSound(http://216.235.91.30:80,true);//http://216.235.91.30:80
OR http://www.live365.com/play/signonsandiego/pro
   stop1_btn.enabled = true;
   stop1_btn._alpha = 100;
   play1_btn.enabled = false;
   play1_btn._alpha = 30;
   var lastPosition = 0;
   vumeter_mc.onEnterFrame = function(){
   if(radio.position  1  stopped==false  radio.position 
lastPosition){
   lastPosition = radio.position;
   clearInterval(reloadInt);
   loader_mc.removeMovieClip();
   vumeter_mc.play();
   }else{
   if(!loader_mc){
   createLoaderText(buffering);
   }
   vumeter_mc.gotoAndStop(1);
   }
   }
   reload();
}
function stopPlay(){
   delete vumeter_mc.onEnterFrame;
   clearInterval(reloadInt);
   loader_mc.removeMovieClip();
   mute_mc.gotoAndStop(1);
   vumeter_mc.gotoAndStop(1);
   stopped = true;
   radio.stop();
   play1_btn.enabled = true;
   play1_btn._alpha = 100;
   stop1_btn.enabled = false;
   stop1_btn._alpha = 30;
}
play1_btn.onRelease = playRadio;
stop1_btn.onRelease = stopPlay;
marker.onPress = function ():Void {
   this.startDrag(false, 0, this._y, volume_mc.track_mc._width-10,
this._y);
   this.onMouseMove = function():Void {
   mute_mc.gotoAndStop(1);
   volume = Math.floor(this._x/volTrackFactor);
   radio.setVolume(volume);
   updateAfterEvent();
   }
}
marker.onRollOver = function(){
   marker.gotoAndStop(2);
}
marker.onRollOut = function(){
   marker.gotoAndStop(1);
}
marker.onRelease = marker.onReleaseOutside = function():Void {
   this.stopDrag();
   delete this.onMouseMove;
}
var mute:Boolean = false;
mute_mc.onRollOver = function(){
   mute_mc.gotoAndStop(2);
}
mute_mc.onRollOut = function(){
   if(mute){
   mute_mc.gotoAndPlay(3);
   }else{
   mute_mc.gotoAndStop(1);
   }
}
mute_mc.onRelease = function(){
   if(mute==true){
   mute_mc.gotoAndStop(1);
   mute = false;
   marker._x = volume_mc.track_mc._x +
(volume_mc.track_mc._width/(100/volume));
   radio.setVolume(volume);
   }else{
   mute_mc.gotoAndPlay(3);
   mute = true;
   radio.setVolume(0);
   marker._x = volume_mc.track_mc._x;
   }
}
playRadio();
function reload(){
   reloadInt = setInterval(function(){if(radio.position  1){stopPlay();
playRadio();}},6000);
}
stop();

On 6/16/06, Asai [EMAIL PROTECTED] wrote:


Nothing I've heard of, but that's not saying much.  Why don't you
post the code?


___
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


---asai 


___
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] Runtime error

2006-05-16 Thread Asai
Right, I don't know if this is the best advice by any means, but when 
a situation like that happens in the IDE and if it doesn't run in 
certain copies of IE, you may want to reconsider using that 
particular IP.  It may be less of a headache in the short term and in 
the long run. I tested it and, yeah, it just crashed Flash 
completely.  There may be other work arounds.  Again, I would advise 
finding a more specific URL for that stream if at all possible, but 
I'm no expert.


At 10:09 AM 5/16/2006, you wrote:

We were told by Live365 that that is the best IP to use and that it resolves
to a single stream. The exported movie plays in Firefox, but the problem of
testing the movie in the IDE still happens and it doesn't play in all the
copies of IE we are running.  The commented out code you can see shows the
previous URL for use.

On 6/16/06, Asai [EMAIL PROTECTED] wrote:


It seems the problem is that where you're using this code:

  radio.loadSound(http://216.235.91.30:80,true);

is what is crashing it.  You've got to be more specific about what it
is you're wanting to load, like http://216.235.91.30:80/yourSound.mp3

Flash can't load an entire IP. ;-)

At 09:22 AM 5/16/2006, you wrote:
Thanks, Asai. We just tried to test in another copy of Flash and still
got
that crash. Here's my code. Something may have changed that we can't see:

System.security.allowDomain(http://216.235.91.30;);
//System.security.allowDomain(http://www.live365.com/;);
var up:Boolean = false;
var reloadInt:Number;
function createLoaderText(output){
_root.createEmptyMovieClip(loader_mc,1000);
loader_mc.createTextField(p_txt,1100,60,6,160,20);
loader_mc.p_txt.text = output;
var loadingFmt:TextFormat = new TextFormat();
loadingFmt.font = My Font;
loadingFmt.color = 0xFF9900;
loadingFmt.bold = true;
loader_mc.p_txt.embedFonts = true;
loader_mc.p_txt.setTextFormat(loadingFmt);
loader_mc.onEnterFrame = function(){
if(up == false){
this.p_txt._alpha -= 5;
if(this.p_txt._alpha = 0){
up = true;
}
}else{
this.p_txt._alpha += 5;
if(this.p_txt._alpha = 100){
up = false;
}
}
}
}
var radio:Sound = new Sound();
var volume:Number = 50;
var marker:MovieClip = volume_mc.slider_mc;
var volTrackFactor = volume_mc.track_mc._width/100;
var stopped:Boolean = false;
var trackLoaded:Boolean;
vumeter_mc.stop();
function playRadio(){
radio.stop();
delete radio;
if(!loader_mc){
createLoaderText(loading);
}
mute_mc.gotoAndStop(1);
volume_mc.slider_mc._x = volume_mc.track_mc._x +
volume_mc.track_mc._width/2 - 10;
stopped = false;
radio = new Sound();
radio.setVolume(volume);
radio.loadSound(http://216.235.91.30:80
,true);//http://216.235.91.30:80
OR http://www.live365.com/play/signonsandiego/pro
stop1_btn.enabled = true;
stop1_btn._alpha = 100;
play1_btn.enabled = false;
play1_btn._alpha = 30;
var lastPosition = 0;
vumeter_mc.onEnterFrame = function(){
if(radio.position  1  stopped==false  radio.position 
lastPosition){
lastPosition = radio.position;
clearInterval(reloadInt);
loader_mc.removeMovieClip();
vumeter_mc.play();
}else{
if(!loader_mc){
createLoaderText(buffering);
}
vumeter_mc.gotoAndStop(1);
}
}
reload();
}
function stopPlay(){
delete vumeter_mc.onEnterFrame;
clearInterval(reloadInt);
loader_mc.removeMovieClip();
mute_mc.gotoAndStop(1);
vumeter_mc.gotoAndStop(1);
stopped = true;
radio.stop();
play1_btn.enabled = true;
play1_btn._alpha = 100;
stop1_btn.enabled = false;
stop1_btn._alpha = 30;
}
play1_btn.onRelease = playRadio;
stop1_btn.onRelease = stopPlay;
marker.onPress = function ():Void {
this.startDrag(false, 0, this._y, volume_mc.track_mc._width-10,
this._y);
this.onMouseMove = function():Void {
mute_mc.gotoAndStop(1);
volume = Math.floor(this._x/volTrackFactor);
radio.setVolume(volume);
updateAfterEvent();
}
}
marker.onRollOver = function(){
marker.gotoAndStop(2);
}
marker.onRollOut = function(){
marker.gotoAndStop(1);
}
marker.onRelease = marker.onReleaseOutside = function():Void {
this.stopDrag();
delete this.onMouseMove;
}
var mute:Boolean = false;
mute_mc.onRollOver = function(){
mute_mc.gotoAndStop(2);
}
mute_mc.onRollOut = function(){
if(mute){
mute_mc.gotoAndPlay(3);
}else{
mute_mc.gotoAndStop(1);
}
}
mute_mc.onRelease = function(){
if(mute==true){
mute_mc.gotoAndStop(1);
mute = false;
marker._x = volume_mc.track_mc._x +
(volume_mc.track_mc._width/(100/volume));
radio.setVolume(volume);
}else{
mute_mc.gotoAndPlay(3);
mute = true;
radio.setVolume(0);
marker._x

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Asai

Aasim,

Hi, I also did a little work with this XML file tutorial.  I had a 
lot of problems with it, in fact I received a response from one of 
the Adobe engineers who said that basically, the code in that XML 
tutorial was full of problems and should have been checked more 
thoroughly before being put on line.  Now, I don't want to discourage 
you from trying it out. You'll need to post a little more of your 
code in order to really diagnose the problem.


At 09:28 AM 5/15/2006, you wrote:

Hi,

I have downloaded the sample on the macromedia site for Flash Media
Server using XML file
http://www.macromedia.com/devnet/flash/articles/video_player.html
http://www.macromedia.com/devnet/flash/articles/video_player.html

The application works fine, but when the xml file is edited to suit a
local machine. i.e. when I change the xml entry from rtmp://www.
To rtmp://localhost/... The application fails to load the movies
although the thumbnails can be viewed in the list box.

I can see this message in the log window of the FMS Console

Sending this message: Hello! You are connected as: false
Error : command msg sent before client connection has been accepted.

I am using Windows XP SP2, Flash 8 Professional, Flash Player 8.

Please suggest what changes can be made to enable this.

Regards,
Aasim


___
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


---asai 


___
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 Media Server tutorial not working

2006-05-15 Thread Asai
I think I remember this problem.  Do you have all your files set up 
in the proper paths?  Like do you have the trike_final video in the 
videosource folder under the applications folder?

Sometimes path errors can be a really common problem.  Are they all in place?

At 09:44 AM 5/15/2006, you wrote:

Asai,

I have not edited any of the source files. The only edit has been in the
xml file. I have put a snippet below for ur reference.

listitem name=The Trike url=rtmp://localhost/videosource
stream name=trike_final start=0 len=-1/
/listitem

You can download the source files from the link I put in my previous
mail.

Regards,
Aasim Momin


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Asai
Sent: Monday, May 15, 2006 10:06 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash Media Server tutorial not working

Aasim,

Hi, I also did a little work with this XML file tutorial.  I had a
lot of problems with it, in fact I received a response from one of
the Adobe engineers who said that basically, the code in that XML
tutorial was full of problems and should have been checked more
thoroughly before being put on line.  Now, I don't want to discourage
you from trying it out. You'll need to post a little more of your
code in order to really diagnose the problem.

At 09:28 AM 5/15/2006, you wrote:
Hi,

I have downloaded the sample on the macromedia site for Flash Media
Server using XML file
http://www.macromedia.com/devnet/flash/articles/video_player.html
http://www.macromedia.com/devnet/flash/articles/video_player.html

The application works fine, but when the xml file is edited to suit a
local machine. i.e. when I change the xml entry from rtmp://www.
To rtmp://localhost/... The application fails to load the movies
although the thumbnails can be viewed in the list box.

I can see this message in the log window of the FMS Console

Sending this message: Hello! You are connected as: false
Error : command msg sent before client connection has been accepted.

I am using Windows XP SP2, Flash 8 Professional, Flash Player 8.

Please suggest what changes can be made to enable this.

Regards,
Aasim


___
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

---asai

___
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


---asai 


___
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 Media Server tutorial not working

2006-05-15 Thread Asai
I don't know, brother, this is one of those strange FMS/XML 
things.  I'd suggest asking this question on the 
[EMAIL PROTECTED] list.  That's where some great Flash 
experts are.  Those guys would probably be able to answer your 
question better than me. You can search the archives on the flashcomm 
mailing list for the following thread: Dynamic Playlist with XML 
generated thumbnails.  Some guys got back to me on it and it helped 
a bit.  But I'm not sure that's what you're looking for.


At 10:38 AM 5/15/2006, you wrote:

Asai,
All these files have been placed in their respective folders.
the flv files have been placed under the 
\applications\videosource\streams\_definst_ folder

as instructed by the tutorial.

Regards,
Aasim Momin



From: [EMAIL PROTECTED] on behalf of Asai
Sent: Mon 5/15/2006 10:30 PM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Flash Media Server tutorial not working



I think I remember this problem.  Do you have all your files set up
in the proper paths?  Like do you have the trike_final video in the
videosource folder under the applications folder?
Sometimes path errors can be a really common problem.  Are they all in place?

At 09:44 AM 5/15/2006, you wrote:
Asai,

I have not edited any of the source files. The only edit has been in the
xml file. I have put a snippet below for ur reference.

 listitem name=The Trike url=rtmp://localhost/videosource
 stream name=trike_final start=0 len=-1/
 /listitem

You can download the source files from the link I put in my previous
mail.

Regards,
Aasim Momin


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Asai
Sent: Monday, May 15, 2006 10:06 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash Media Server tutorial not working

Aasim,

Hi, I also did a little work with this XML file tutorial.  I had a
lot of problems with it, in fact I received a response from one of
the Adobe engineers who said that basically, the code in that XML
tutorial was full of problems and should have been checked more
thoroughly before being put on line.  Now, I don't want to discourage
you from trying it out. You'll need to post a little more of your
code in order to really diagnose the problem.

At 09:28 AM 5/15/2006, you wrote:
 Hi,
 
 I have downloaded the sample on the macromedia site for Flash Media
 Server using XML file
 http://www.macromedia.com/devnet/flash/articles/video_player.html
 http://www.macromedia.com/devnet/flash/articles/video_player.html
 
 The application works fine, but when the xml file is edited to suit a
 local machine. i.e. when I change the xml entry from rtmp://www.
 To rtmp://localhost/... The application fails to load the movies
 although the thumbnails can be viewed in the list box.
 
 I can see this message in the log window of the FMS Console
 
 Sending this message: Hello! You are connected as: false
 Error : command msg sent before client connection has been accepted.
 
 I am using Windows XP SP2, Flash 8 Professional, Flash Player 8.
 
 Please suggest what changes can be made to enable this.
 
 Regards,
 Aasim
 
 
 ___
 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

---asai

___
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

---asai

___
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


---asai 


___
Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Clearing FLV visual content

2006-05-15 Thread Asai
My standard approach to this type of problem has been to never have 
more than one FLV on the stage at one time.  I've developed a class 
that, on video.stop(), unloads the video.  Then loads another one 
from the library and resets the contentPath of the FLV player.  To 
me, it's alot simpler that way, hope that helps... :-)


At 02:45 PM 5/15/2006, you wrote:

Been testing loading a blank movie prior to the new movie using two
quickly successive  contentPath calls, only to cause the same
instability and Flash App crashing.

Thought I'd post it in case its useful...  Any other ideas more
desperately needed. Thanks.

Dan

On 15 May 2006, at 22:12, Dan Efergan wrote:


I've tried the video.stop() and video.closeVideoPlayer() prior to
opening the new stream, but these do not seem to clear it.

(Tangent: calling video.stop() without a loaded Video in place
seems to make Flash  Flash player pretty unstable and causes both
applications to crash)

Thinking about loading a blank movie between change overs, but any
other suggestions appreciated.


Dan Efergan
[EMAIL PROTECTED]



___
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


---asai 


___
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] Clearing FLV visual content

2006-05-15 Thread Asai

I've avoided the whole Video Index thing and I don't regret it.  Good Luck

At 03:19 PM 5/15/2006, you wrote:

Yeah, could be the way.

I've also been looking video.activeVideoPlayerIndex, which does
something similar but all within one component.

I tried toggling the players (moving from index = 0 to index = 1 and
back) but the stream was still remembering the final frame.

I could continually increase the Video Player Index, but I'm unsure
how to deal with the memory issues.  I'm assuming each new command
given to a videoPlayerIndex creates a new Video Player Class object,
but how do I delete them?

If I can't sort it that way I'll probably do what you suggest and
reload from library.

Thanks

On 15 May 2006, at 23:11, Asai wrote:


My standard approach to this type of problem has been to never have
more than one FLV on the stage at one time.  I've developed a class
that, on video.stop(), unloads the video.  Then loads another one
from the library and resets the contentPath of the FLV player.  To
me, it's alot simpler that way, hope that helps... :-)


Dan Efergan
[EMAIL PROTECTED]



___
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


---asai 


___
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] Proxy for Express Install

2006-05-14 Thread Asai
Thanks for the advice.  I was thinking about what you just wrote and 
I agree, it would be a headache. I have, however, tried to reach 
someone at Adobe via email.  With their feedback forms and Flash 
Player help forms, 5 times already with no response.  Do you know of 
a more direct way to get their attention?


At 08:41 AM 5/14/2006, you wrote:

i think setting up your own proxy for express install would be way
more trouble than it's worth...

you'd have to have every plugin version and do platform sniffing and
return the correct plugin for each platform.. then when adobe updates
the Flash player, you'll have to update all your stuff... it wouldn't
be very much fun.

it sounds to me like the DNS hasn't propagated across to some of your
DNS servers yet.

so as a temporary fix, you could try replacing the
fpdownload.macromedia.com in the express install code with the ip
address of the server (make sure you get the ip address from a
computer that the install works on)

i don't recommend this as a permanent fix, but it might work until
adobe takes care of their DNS issues.

you should also try e-mailing someone over there - the flash
developer relations person (i'm not sure who that is anymore) and see
if they have any insight into the problem.



On Jun 13, 2006, at 5:11 PM, Asai wrote:


Adobe still hasn't fixed the problem (it seems to be coming from
them anyway) which is preventing me and others from other parts of
the country (and world) from being able to download the Flash
Player using the express install feature (or simply trying to
download it direct from their site).  However, when I use our
remote server to get it, not from my own personal broadband
connection, there is no problem.  Does anyone (Geoff Stearns,
perhaps?) know how I could rig up the express install code to use
our server as a proxy?

---asai
___
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


---asai 


___
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] Proxy for Express Install

2006-05-13 Thread Asai
Adobe still hasn't fixed the problem (it seems to be coming from them 
anyway) which is preventing me and others from other parts of the 
country (and world) from being able to download the Flash Player 
using the express install feature (or simply trying to download it 
direct from their site).  However, when I use our remote server to 
get it, not from my own personal broadband connection, there is no 
problem.  Does anyone (Geoff Stearns, perhaps?) know how I could rig 
up the express install code to use our server as a proxy?


---asai 


___
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] Trouble with Downloading Flash Player

2006-05-05 Thread Asai



Is anyone having trouble downloading the Flash Player right now?  I'm 
testing the Express Install Feature but every time I try to go to the 
fpdownload.macromedia.com page, I get a server not found message.  My 
paths are correct I know, because once I was able to successfully 
test last night, but that was erratic and in between not found messages. 


___
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] Trouble with Downloading Flash Player

2006-05-05 Thread Asai
It seems like indigestion.  I still can't connect.  This can't be 
internet wide can it?  Perhaps its only my neck of the woods, who at 
Adobe can I report this to?


At 09:11 AM 5/5/2006, you wrote:

there were some hiccups last monday / tuesday when they switched to
the adobe server, but they were all fixed up as of wednesday i think.

you could use this page as another test:
http://blog.deconcept.com/swfobject/expressinstall.html



On May 5, 2006, at 12:02 PM, Asai wrote:




Is anyone having trouble downloading the Flash Player right now?
I'm testing the Express Install Feature but every time I try to go
to the fpdownload.macromedia.com page, I get a server not found
message.  My paths are correct I know, because once I was able to
successfully test last night, but that was erratic and in between
not found messages.
___
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


---asai 


___
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] Trouble with Downloading Flash Player

2006-05-05 Thread Asai
Dang, I can't even get it to download.  It just sits there.  But the 
thing is that even when I go to the actual download Flash Player page 
at Adobe, I get the can't find server error message. So there's some 
problem accessing the server from where I'm at.


At 09:47 AM 5/5/2006, you wrote:

i just tested it, and the download part worked fine, but when the
install was finished, it didn't redirect me back to the original page...

they said they were still working on that part on wednesday, so
hopefully it will be all fixed soon.


On May 5, 2006, at 12:19 PM, Asai wrote:


It seems like indigestion.  I still can't connect.  This can't be
internet wide can it?  Perhaps its only my neck of the woods, who
at Adobe can I report this to?

At 09:11 AM 5/5/2006, you wrote:

there were some hiccups last monday / tuesday when they switched to
the adobe server, but they were all fixed up as of wednesday i think.

you could use this page as another test:
http://blog.deconcept.com/swfobject/expressinstall.html



On May 5, 2006, at 12:02 PM, Asai wrote:




Is anyone having trouble downloading the Flash Player right now?
I'm testing the Express Install Feature but every time I try to go
to the fpdownload.macromedia.com page, I get a server not found
message.  My paths are correct I know, because once I was able to
successfully test last night, but that was erratic and in between
not found messages.
___
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


---asai
___
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


---asai 


___
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] FMS Service STOPS??

2006-05-04 Thread Asai
Yeah, totally.  At one point I accidentally switched the date on my 
computer one month in advance.  When I realized my mistake, I 
switched it back.  But after that point, FMS quit working, with the 
very same Log report.  Its a real headache because I can't run FMS on 
my local development machine without changing the date back ahead one month.


At 12:25 AM 5/4/2006, you wrote:

Hi all.
I am recently experiencing a strange behavior on our Breeze 
installation with the FMS service stopping (the only one out of 4).
I visited FMS support forum on MM's just to find out that others are 
dealing with this but still we haven't worked this out.


http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=578threadid=1148846enterthread=y

my Master log reports:
FMS has detected system time is going backwards; shutting down server.

Has anyone ever heard it before?
thanks
francesco
___
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


---asai 


___
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] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Asai
 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


---asai 


___
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] Scope problems

2006-04-25 Thread Asai



I'm having some frustrating problems with scope in trying to author 
some classes.  Basically, how do I get a value which is nested in a 
function, returned to update the value of a given property?  I've got 
several functions nested inside a public function which includes 
function literals. In the following code I just want to be able to 
have the returnBW function update the value of the vidQuality 
property.  But I can't figure out how to return it?  Any knowledge?


thanks.

class classes.CheckBW {
var nc:NetConnection;
var ns:NetStream;
var whichServer;
var counter;
var vidQuality:String;
public function bwCheck(whichServer):Void{
nc = new NetConnection();
nc.onStatus = function(info) {
trace(Level: +info.level+ Code: +info.code);
NetConnection.prototype.onBWDone = function(p_bw) {
trace(onBWDone: +p_bw);
if (p_bw != undefined) {
returnBW(p_bw);
}
};
function returnBW(p_bw) {
trace(returnBW called);
if (p_bw=400) {
vidQuality = 
_med;

} else if (p_bw400  p_bw=150) {
vidQuality = 
_low;

} else if (p_bw150) {
vidQuality = 
_low;

}
}
NetConnection.prototype.onBWCheck = function() {
return ++counter;
// Serverside, just ignore any 
return value and return the call count

};

};
nc.connect(whichServer);
nc.call(checkBandwidth, null);


}

}

___
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] Scope problems

2006-04-25 Thread Asai


Hey Cedric, thanks a lot, man!  It works. That was just killing me. 
Sometimes it doesn't matter how many O'Reilly books you read, you 
gotta have someone tell you how it is.

Thanks again!

At 12:18 PM 4/25/2006, you wrote:

what about:

class classes.CheckBW {
var nc:NetConnection;
var ns:NetStream;
var whichServer;
var counter;
var vidQuality:String;
var owner:Object = this;
public function bwCheck(whichServer):Void{
nc = new NetConnection();
nc.onStatus = function(info) {
trace(Level: +info.level+ Code:
+info.code);
NetConnection.prototype.onBWDone = function (p_bw) {
trace(onBWDone: +p_bw);
if (p_bw != undefined) {
owner.returnBW(p_bw);
}
};
function returnBW(p_bw) {
trace(returnBW called);
if (p_bw=400) {
vidQuality = _med;
} else if (p_bw400  p_bw=150) {
vidQuality = _low;
} else if (p_bw150) {
vidQuality = _low;
}
}
NetConnection.prototype.onBWCheck = function () {
return ++counter;
// Serverside, just ignore any
return value and return the call count
};

};
nc.connect(whichServer);
nc.call(checkBandwidth, null);


}

}


??
(just added the 'owner')

hth,
cedric




class classes.CheckBW {
var nc:NetConnection;
var ns:NetStream;
var whichServer;
var counter;
var vidQuality:String;
public function bwCheck(whichServer):Void{
nc = new NetConnection();
nc.onStatus = function(info) {
trace(Level: +info.level+ Code:
+info.code);
NetConnection.prototype.onBWDone = function (p_bw) {
trace(onBWDone: +p_bw);
if (p_bw != undefined) {
returnBW(p_bw);
}
};
function returnBW(p_bw) {
trace(returnBW called);
if (p_bw=400) {
vidQuality = _med;
} else if (p_bw400  p_bw=150) {
vidQuality = _low;
} else if (p_bw150) {
vidQuality = _low;
}
}
NetConnection.prototype.onBWCheck = function () {
return ++counter;
// Serverside, just ignore any
return value and return the call count
};

};
nc.connect(whichServer);
nc.call(checkBandwidth, null);


}

}


___
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


---asai 


___
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] seemless video in flash

2006-04-19 Thread Asai
I think that starting with an avi, you wont get a very good quality 
coversion into Flash.  If you can, start with a cleaner source 
file.  What codec are you using for conversion into flv?


At 04:32 AM 4/19/2006, you wrote:

Hello,

i got 400mb avi, encoding into flv is terrible quality loss, and i 
need it in flash application,

good thing it is in Zinc, can ia detect end of the viedo in mdm.Video?
or is there any flv encoder with really low quality loss??


Thanks a lot

Martin
___
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