[Flashcoders] Re: how to read the user entry in Security.showSettings(SecurityPanel.PRIVACY)

2008-09-23 Thread Deepak Sahu
On Mon, Sep 22, 2008 at 6:20 PM, Deepak Sahu [EMAIL PROTECTED]wrote:

 Hi All,

 Starting new thread.

 i am using Security.showSettings(SecurityPanel.PRIVACY); so user see the
 remember panel in camera security dialog box,1st time but once he/she
 clicked on remember this should not appear,

 so the question is now How to read the value from flash player what user
 has done last time in secuity panel so i can put a case statement for
 Security.showSettings(SecurityPanel.PRIVACY)

 Any help is great appreciated.
 Thanks,
 Deepak

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash CS4 info

2008-09-23 Thread Paul Steven
Apologies if this has already been posted but I was searching for the minimum 
playback specification for Flash CS3 and came across this page:

http://www.adobe.com/products/flash/features/?view=topnewpromoid=DRHWS

p


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash CS4 info

2008-09-23 Thread Meinte van't Kruis
Cool! I'm curious as how to the new animation work-flow is going to be.
Allthough what I really hope for is a less buggy environment to work in.

On Tue, Sep 23, 2008 at 8:20 AM, Paul Steven [EMAIL PROTECTED]wrote:

 Apologies if this has already been posted but I was searching for the
 minimum playback specification for Flash CS3 and came across this page:

 http://www.adobe.com/products/flash/features/?view=topnewpromoid=DRHWS

 p


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
M.A. van't Kruis
http://www.malatze.nl/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] FW: External flv security issue...

2008-09-23 Thread Sander Schuurman
Does anyone have some knowledge to share? Concerning this issue?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sander Schuurman
Sent: Thursday, 18 September 2008 11:04
To: Flash Coders List
Subject: [Flashcoders] External flv security issue...

hi cool list,

I'm trying to load external swf into my flashapp.
crossdomain.xml is in the correct place... the root of the server wich hosts 
the flv's...
checkPolicyFile is giving positive results...
inside the the swf is a flash video... don't know if this is external or 
internal...

I keep getting this error:
SecurityError: Error #2121: Security sandbox violation: Loader.content: 
http://sitem/adtest.swf cannot access 
http://www.bladiebla.tv/flashcommercials/banner_320x240.swf?pid=test. This may 
be worked around by calling Security.allowDomain.

Inside the policylog all policy stuff is accepted. AllowDomain doesn't do the 
trick also...

On the papervision mailing list I came accross a 'new' security thingie from 
Flashplayer 9.0.115 I believe... and someone said something about a 
(policy)flag that needs to be in the video? I read it really quick so I'm not 
sure what I read ;) But google isn't telling much on the subject...

Does anyone know something about this issue?
___
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] How to avoid the camera security dialog box after checking remember

2008-09-23 Thread Glen Pike
Look at Camera.muted 
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/Camera.html#muted


And maybe you want to try Google for 
Security.showSettings(SecurityPanel.PRIVACY); as there are plenty of 
examples around including in the Livedocs which should probably be your 
first port of call before the list...


http://www.google.co.uk/search?hl=enq=Security.showSettings%28SecurityPanel.PRIVACY%29%3BbtnG=Google+Searchmeta=

Glen

Deepak Sahu wrote:

Hi Glen,

Thanks for the input,

However i am using Security.showSettings(SecurityPanel.PRIVACY); so user see
the remember panel 1st time but once he/she clichked on remember this should
not appear,

so the question is now How to read the value from flash player what user
has done last time so i can put a case statement for
Security.showSettings(SecurityPanel.PRIVACY)

Thanks once again.

Deepak Sahu

On Mon, Sep 22, 2008 at 4:51 PM, Glen Pike [EMAIL PROTECTED]wrote:

  

Hi,

  It should just work - you don't have to call any functions as the Flash
Player will handle the user clicking Remember and whether they gave
permission or not for the camera or microphone to be used.

  If you call Camera.get() in AS2 or |getCamera() |in AS3 I guess FP checks
to see if permission has been given and remembered, then behaves
accordingly.

  I used a camera in an app a couple of weeks ago and only had to click
Remember once and I have not see the dialog since - I did not have to
write any extra code.

  Glen


Deepak Sahu wrote:



I dont think the storage is going to help me in this case, have you ever
tried the youtube upload, even in that if u say remember once in camera
dialog box, its not going to ask you ever.

let me know if you all have any idea how to archive this ?

On Mon, Sep 22, 2008 at 4:11 PM, Glen Pike [EMAIL PROTECTED]
  

wrote:



  

Hi,

 Have you looked at the storage page on the settings - I am not 100%,
but think that if you set the amount the site is allowed to store to 0
it
might affect the Remember option?

 Also, check this with a couple of browsers too...

 Glen


Deepak Sahu wrote:





Hi Glen,

I have gone through the link but, when i am checking Allow and
Remember
in the security dialog box, it should not appear in next login.
How can i take care if my user re-login, he/she should not see the
diallog
box again as he/she had marked remember previously.

Thanks,
Deepak Sahu

On Mon, Sep 22, 2008 at 3:25 PM, Glen Pike [EMAIL PROTECTED]


  

wrote:





  

http://www.macromedia.com/support/documentation/en/flashplayer/help/help09.html#117739

Deepak Sahu wrote:







Hi All,

Can any one give me brief idea about how to avoid the camera security
dialog
box, once user has clicked to remember check box in security dialog
box.

Thanks,
Deepak Sahu
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders








  

--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
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






  

--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
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




  

--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
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


  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Re: how to read the user entry in Security.showSettings(SecurityPanel.PRIVACY)

2008-09-23 Thread Glen Pike

Like I said in the other reply - check Camera.muted

RTFM / SWBG and don't keep starting new threads for the same subject, 
it's almost as annoying as people starting new topics by hitting reply.


Deepak Sahu wrote:

On Mon, Sep 22, 2008 at 6:20 PM, Deepak Sahu [EMAIL PROTECTED]wrote:

  

Hi All,

Starting new thread.

i am using Security.showSettings(SecurityPanel.PRIVACY); so user see the
remember panel in camera security dialog box,1st time but once he/she
clicked on remember this should not appear,

so the question is now How to read the value from flash player what user
has done last time in secuity panel so i can put a case statement for
Security.showSettings(SecurityPanel.PRIVACY)

Any help is great appreciated.
Thanks,
Deepak



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Drag and drop in AS3

2008-09-23 Thread Lord, Susan, CTR, DSS
Hi there,

I am programming a drag and drop using a instance array.   The problem I
am having is that the instances have dynamic text within them.  I am
trying to track what symbol the user clicked so that I can drag that
instance.  Well... sometimes, the program registers the button name, and
sometimes it registers the text within the button.  Is there a clean way
to prevent this from happening?

Any help you can provide is appreciated!  

Thanks!
Susan

~~

var aButtons:Array  = new Array(b0, b1, b2, b3);
aButtons[0].txDrag.text= Drag 1;
aButtons[1].txDrag.text= Drag 2;
aButtons[2].txDrag.text= Drag 3;
aButtons[3].txDrag.text= Drag 4;

//var _rectangle:Sprite;
var i:Number;


for (i= 0; i  aButtons.length; i++) {
aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
startDragging);
aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);

}



function startDragging(event:MouseEvent):void {
var count:Number = aButtons.length;
var index:Number;
trace(event.target.name)
for (i = 0; i  count; i++) {
if (evt.target.name == aButtons[i].name ) {
//drag code to be added...
aButtons[i].startDrag();
}



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Glen Pike

Hi,

   Try something like the following - choose one or the other depending 
on your implementation...


//loop...
aButtons[i].mouseChildren = false;
//or
aButtons[i].text.mouseEnabled = false;

HTH

Glen

Lord, Susan, CTR, DSS wrote:

Hi there,

I am programming a drag and drop using a instance array.   The problem I
am having is that the instances have dynamic text within them.  I am
trying to track what symbol the user clicked so that I can drag that
instance.  Well... sometimes, the program registers the button name, and
sometimes it registers the text within the button.  Is there a clean way
to prevent this from happening?

Any help you can provide is appreciated!  


Thanks!
Susan

~~

var aButtons:Array  = new Array(b0, b1, b2, b3);
aButtons[0].txDrag.text= Drag 1;
aButtons[1].txDrag.text= Drag 2;
aButtons[2].txDrag.text= Drag 3;
aButtons[3].txDrag.text= Drag 4;

//var _rectangle:Sprite;
var i:Number;


for (i= 0; i  aButtons.length; i++) {
aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
startDragging);
aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);

}



function startDragging(event:MouseEvent):void {
var count:Number = aButtons.length;
var index:Number;
trace(event.target.name)
for (i = 0; i  count; i++) {
if (evt.target.name == aButtons[i].name ) {
//drag code to be added...
aButtons[i].startDrag();
}



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Matt S.
I find that sometimes if the font for the dynamic text isnt embedded
it can cause weird mouseover issues, where the mouse is affected by
the dynamic text, even if I set mouseChildren and mouseEnabled to
false.

2¢...

.m

On Tue, Sep 23, 2008 at 10:58 AM, Lord, Susan, CTR, DSS
[EMAIL PROTECTED] wrote:
 Hi there,

 I am programming a drag and drop using a instance array.   The problem I
 am having is that the instances have dynamic text within them.  I am
 trying to track what symbol the user clicked so that I can drag that
 instance.  Well... sometimes, the program registers the button name, and
 sometimes it registers the text within the button.  Is there a clean way
 to prevent this from happening?

 Any help you can provide is appreciated!

 Thanks!
 Susan

 ~~

 var aButtons:Array  = new Array(b0, b1, b2, b3);
 aButtons[0].txDrag.text= Drag 1;
 aButtons[1].txDrag.text= Drag 2;
 aButtons[2].txDrag.text= Drag 3;
 aButtons[3].txDrag.text= Drag 4;

 //var _rectangle:Sprite;
 var i:Number;


 for (i= 0; i  aButtons.length; i++) {
aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
 startDragging);
aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);

 }



 function startDragging(event:MouseEvent):void {
var count:Number = aButtons.length;
var index:Number;
trace(event.target.name)
 for (i = 0; i  count; i++) {
if (evt.target.name == aButtons[i].name ) {
//drag code to be added...
aButtons[i].startDrag();
 }



 ___
 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] Drag and drop in AS3

2008-09-23 Thread Gerry

Susan,
Try...

aButton[i].buttonMode = true;
aButtons[i].mouseChildren = false;



On Sep 23, 2008, at 10:58 AM, Lord, Susan, CTR, DSS wrote:


Hi there,

I am programming a drag and drop using a instance array.   The  
problem I

am having is that the instances have dynamic text within them.  I am
trying to track what symbol the user clicked so that I can drag that
instance.  Well... sometimes, the program registers the button name,  
and
sometimes it registers the text within the button.  Is there a clean  
way

to prevent this from happening?

Any help you can provide is appreciated!

Thanks!
Susan

~~

var aButtons:Array  = new Array(b0, b1, b2, b3);
aButtons[0].txDrag.text= Drag 1;
aButtons[1].txDrag.text= Drag 2;
aButtons[2].txDrag.text= Drag 3;
aButtons[3].txDrag.text= Drag 4;

//var _rectangle:Sprite;
var i:Number;


for (i= 0; i  aButtons.length; i++) {
aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
startDragging);
aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);

}



function startDragging(event:MouseEvent):void {
var count:Number = aButtons.length;
var index:Number;
trace(event.target.name)
for (i = 0; i  count; i++) {
if (evt.target.name == aButtons[i].name ) {
//drag code to be added...
aButtons[i].startDrag();
}



___
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] FW: External flv security issue...

2008-09-23 Thread Gregory Boland
I don't know if you have checked into this or not, but I have had a similar
issue in as2 where I couldn't load anything off of an external server.  I
had the cross-domain in place and as it turns out it was re-directing to
another site when Flash tried to hit the cross-domain file.

Good luck

greg


On 9/23/08 4:47 AM, Sander Schuurman [EMAIL PROTECTED]
wrote:

 Does anyone have some knowledge to share? Concerning this issue?
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Sander
 Schuurman
 Sent: Thursday, 18 September 2008 11:04
 To: Flash Coders List
 Subject: [Flashcoders] External flv security issue...
 
 hi cool list,
 
 I'm trying to load external swf into my flashapp.
 crossdomain.xml is in the correct place... the root of the server wich hosts
 the flv's...
 checkPolicyFile is giving positive results...
 inside the the swf is a flash video... don't know if this is external or
 internal...
 
 I keep getting this error:
 SecurityError: Error #2121: Security sandbox violation: Loader.content:
 http://sitem/adtest.swf cannot access
 http://www.bladiebla.tv/flashcommercials/banner_320x240.swf?pid=test. This may
 be worked around by calling Security.allowDomain.
 
 Inside the policylog all policy stuff is accepted. AllowDomain doesn't do the
 trick also...
 
 On the papervision mailing list I came accross a 'new' security thingie from
 Flashplayer 9.0.115 I believe... and someone said something about a
 (policy)flag that needs to be in the video? I read it really quick so I'm not
 sure what I read ;) But google isn't telling much on the subject...
 
 Does anyone know something about this issue?
 ___
 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

 
Gregory Boland | IconNicholson
Flash Engineer, Technology
[EMAIL PROTECTED]
tel +1 212.981.0563
mobile +1 201.600.6269
295 Lafayette Street, New York, NY 10012
 
www.iconnicholson.com
--
This communication may contain information that is confidential or exempt
from disclosure.  If you are not the intended recipient, please note that
any dissemination, distribution, or copying of this communication is
strictly prohibited. Anyone who receives this message in error should notify
the sender immediately by telephone or by return email and delete it from
his or her computer.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [BULK] Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Lord, Susan, CTR, DSS
aButtons[i].mouseChildren = false; worked like a charm! 

Thanks!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gerry
Sent: Tuesday, September 23, 2008 11:23 AM
To: Flash Coders List
Subject: [BULK] Re: [Flashcoders] Drag and drop in AS3
Importance: Low

Susan,
Try...

aButton[i].buttonMode = true;
aButtons[i].mouseChildren = false;



On Sep 23, 2008, at 10:58 AM, Lord, Susan, CTR, DSS wrote:

 Hi there,

 I am programming a drag and drop using a instance array.   The  
 problem I
 am having is that the instances have dynamic text within them.  I am
 trying to track what symbol the user clicked so that I can drag that
 instance.  Well... sometimes, the program registers the button name,  
 and
 sometimes it registers the text within the button.  Is there a clean  
 way
 to prevent this from happening?

 Any help you can provide is appreciated!

 Thanks!
 Susan

 ~~

 var aButtons:Array  = new Array(b0, b1, b2, b3);
 aButtons[0].txDrag.text= Drag 1;
 aButtons[1].txDrag.text= Drag 2;
 aButtons[2].txDrag.text= Drag 3;
 aButtons[3].txDrag.text= Drag 4;

 //var _rectangle:Sprite;
 var i:Number;


 for (i= 0; i  aButtons.length; i++) {
   aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
 startDragging);
   aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);

 }



 function startDragging(event:MouseEvent):void {
   var count:Number = aButtons.length;
   var index:Number;
   trace(event.target.name)
 for (i = 0; i  count; i++) {
   if (evt.target.name == aButtons[i].name ) {
   //drag code to be added...
   aButtons[i].startDrag();
 }



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


Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Ashim D'Silva
When you recieve an event the difference between event.currentTarget and
event.target could be of much help. I can never remember which is which but
check the language reference. But nothing like disabling the childrens mouse
events with mouseChildren = false;

2008/9/24 Matt S. [EMAIL PROTECTED]

 I find that sometimes if the font for the dynamic text isnt embedded
 it can cause weird mouseover issues, where the mouse is affected by
 the dynamic text, even if I set mouseChildren and mouseEnabled to
 false.

 2¢...

 .m

 On Tue, Sep 23, 2008 at 10:58 AM, Lord, Susan, CTR, DSS
 [EMAIL PROTECTED] wrote:
  Hi there,
 
  I am programming a drag and drop using a instance array.   The problem I
  am having is that the instances have dynamic text within them.  I am
  trying to track what symbol the user clicked so that I can drag that
  instance.  Well... sometimes, the program registers the button name, and
  sometimes it registers the text within the button.  Is there a clean way
  to prevent this from happening?
 
  Any help you can provide is appreciated!
 
  Thanks!
  Susan
 
  ~~
 
  var aButtons:Array  = new Array(b0, b1, b2, b3);
  aButtons[0].txDrag.text= Drag 1;
  aButtons[1].txDrag.text= Drag 2;
  aButtons[2].txDrag.text= Drag 3;
  aButtons[3].txDrag.text= Drag 4;
 
  //var _rectangle:Sprite;
  var i:Number;
 
 
  for (i= 0; i  aButtons.length; i++) {
 aButtons[i].addEventListener(MouseEvent.MOUSE_DOWN,
  startDragging);
 aButtons[i].addEventListener(MouseEvent.MOUSE_UP, stopDragging);
 
  }
 
 
 
  function startDragging(event:MouseEvent):void {
 var count:Number = aButtons.length;
 var index:Number;
 trace(event.target.name)
  for (i = 0; i  count; i++) {
 if (evt.target.name == aButtons[i].name ) {
 //drag code to be added...
 aButtons[i].startDrag();
  }
 
 
 
  ___
  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




-- 
The Random Lines
My online portfolio
www.therandomlines.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Mendelsohn, Michael
Hi list...

Anyone know of any additions or changes to AS3 in Flash CS4?  I haven't
been able to find any specifics online.

- MM


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Radley Marx




http://labs.adobe.com/technologies/flashplayer10/


-r


On Sep 23, 2008, at 10:14 AM, Mendelsohn, Michael wrote:


Hi list...

Anyone know of any additions or changes to AS3 in Flash CS4?  I  
haven't

been able to find any specifics online.

- MM


___
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] Nightmare flash File with Lots of textfields

2008-09-23 Thread Michael William Ypes

Yet again I find myself dealing with someone elses sh*te.

Basically compile times are like a million years/5 minutes and I  
believe it is because some numpty has embedded a million textfields  
and some of them has all selected to embed fonts - just in case the  
whole world wants to see it :)


Anyway my question is is there anyway of finding out which fields are  
using the 'All' font embedding.


Probably not but I thought I would give it a shot.

Cheers

M

 
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Pedro Kostelec
Check Adobe TV for all the new features of FL CS4


*Pedro D. Kostelec*
[EMAIL PROTECTED]



On Tue, Sep 23, 2008 at 1:50 PM, Radley Marx [EMAIL PROTECTED] wrote:




 http://labs.adobe.com/technologies/flashplayer10/


 -r



 On Sep 23, 2008, at 10:14 AM, Mendelsohn, Michael wrote:

  Hi list...

 Anyone know of any additions or changes to AS3 in Flash CS4?  I haven't
 been able to find any specifics online.

 - MM


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


Re: [Flashcoders] Nightmare flash File with Lots of textfields

2008-09-23 Thread Hans Wichman
Hi,

not sure but I think you are looking for text.embedRanges in jsfl.

greetz
JC

On Tue, Sep 23, 2008 at 9:00 PM, Michael William Ypes
[EMAIL PROTECTED] wrote:
 Yet again I find myself dealing with someone elses sh*te.

 Basically compile times are like a million years/5 minutes and I believe it
 is because some numpty has embedded a million textfields and some of them
 has all selected to embed fonts - just in case the whole world wants to see
 it :)

 Anyway my question is is there anyway of finding out which fields are using
 the 'All' font embedding.

 Probably not but I thought I would give it a shot.

 Cheers

 M

 ___
 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] AS3 additions/changes in CS4?

2008-09-23 Thread Merrill, Jason
And this page:

http://www.adobe.com/products/flash/features/?view=topnew


Jason Merrill
Bank of America 
Instructional Technology  Media 
Join the Bank of America Flash Platform Developer Community 
Are you a Bank of America associate interested in innovative learning ideas and 
technologies?
Check out our internal  Innovative Learning Blog  subscribe. 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Kostelec
Sent: Tuesday, September 23, 2008 3:10 PM
To: Flash Coders List
Subject: Re: [Flashcoders] AS3 additions/changes in CS4?

Check Adobe TV for all the new features of FL CS4


*Pedro D. Kostelec*
[EMAIL PROTECTED]



On Tue, Sep 23, 2008 at 1:50 PM, Radley Marx [EMAIL PROTECTED] wrote:




 http://labs.adobe.com/technologies/flashplayer10/


 -r



 On Sep 23, 2008, at 10:14 AM, Mendelsohn, Michael wrote:

  Hi list...

 Anyone know of any additions or changes to AS3 in Flash CS4?  I haven't
 been able to find any specifics online.

 - MM


 ___
 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 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] AS3 additions/changes in CS4?

2008-09-23 Thread Merrill, Jason
Sorry - you said AS changes - my mistake.

Jason Merrill
Bank of America 
Instructional Technology  Media 
Join the Bank of America Flash Platform Developer Community 
Are you a Bank of America associate interested in innovative learning ideas and 
technologies?
Check out our internal  Innovative Learning Blog  subscribe. 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Tuesday, September 23, 2008 4:18 PM
To: Flash Coders List
Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

And this page:

http://www.adobe.com/products/flash/features/?view=topnew


Jason Merrill
Bank of America 
Instructional Technology  Media 
Join the Bank of America Flash Platform Developer Community 
Are you a Bank of America associate interested in innovative learning ideas and 
technologies?
Check out our internal  Innovative Learning Blog  subscribe. 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Kostelec
Sent: Tuesday, September 23, 2008 3:10 PM
To: Flash Coders List
Subject: Re: [Flashcoders] AS3 additions/changes in CS4?

Check Adobe TV for all the new features of FL CS4


*Pedro D. Kostelec*
[EMAIL PROTECTED]



On Tue, Sep 23, 2008 at 1:50 PM, Radley Marx [EMAIL PROTECTED] wrote:




 http://labs.adobe.com/technologies/flashplayer10/


 -r



 On Sep 23, 2008, at 10:14 AM, Mendelsohn, Michael wrote:

  Hi list...

 Anyone know of any additions or changes to AS3 in Flash CS4?  I haven't
 been able to find any specifics online.

 - MM


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


Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Zeh Fernando

 Anyone know of any additions or changes to AS3 in Flash CS4?  I haven't
 been able to find any specifics online.


Maybe because those have been known for a long while: those are Flash Player
10 (Astro) features. People have been working with it for a while, compilers
are already available, and editors like FDT and FlashDevelop already support
the new features like Vector types.

http://labs.adobe.com/technologies/flashplayer10/

There's more in-depth articles about it, including code samples, but looking
for Flash 10 should suffice.


Zeh
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Mendelsohn, Michael
Yes, because what I'm concerned about is having to jump from AS2 to AS3 to some 
sort of AS3.1.  My migration to AS3 is taking much longer than expected, given 
my workload.  I can't imagine the AS3 will be radically different, right?

- MM



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Tuesday, September 23, 2008 4:23 PM
To: Flash Coders List
Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

Sorry - you said AS changes - my mistake.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Problems with Full Screen

2008-09-23 Thread John Giotta
I figured it out soon after sending this.
You can't trigger full screen from outside flash. It can only be
triggered by user input from within flash.

On Fri, Sep 19, 2008 at 3:04 PM, John Giotta [EMAIL PROTECTED] wrote:
 I'm working with a flash video player that is simliar to Youtube's
 chromeless video player. However, for some reason I continue to get
 SecurityError: Error #2152: Full screen mode is not allowed. even
 though allowFullScreen is set to true.

 public function interfaceFullScreen ():void
 {
if (stage.displayState == StageDisplayState.NORMAL) {
trace('normal to full');
stage.fullScreenSourceRect = new Rectangle(videoChild.x,
 videoChild.y, videoChild.width, videoChild.height);
try {
stage.displayState = StageDisplayState.FULL_SCREEN;
} catch (e:Error) {
trace(e);
}
} else {
stage.displayState = StageDisplayState.NORMAL;
}
 }

 I'm not sure if there is something happening here with the way the SWF
 embeds (javascript string to div innerHTML) or if I'm over looking
 something.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread eric e. dolecki
I believe AS3 is going to be augmented with new classes, not radically
changed -- certainly nothing like AS2-AS3.

On Tue, Sep 23, 2008 at 4:52 PM, Mendelsohn, Michael 
[EMAIL PROTECTED] wrote:

 Yes, because what I'm concerned about is having to jump from AS2 to AS3 to
 some sort of AS3.1.  My migration to AS3 is taking much longer than
 expected, given my workload.  I can't imagine the AS3 will be radically
 different, right?

 - MM



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Merrill, Jason
 Sent: Tuesday, September 23, 2008 4:23 PM
 To: Flash Coders List
 Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

 Sorry - you said AS changes - my mistake.


 ___
 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] AS3 additions/changes in CS4?

2008-09-23 Thread Merrill, Jason
 what I'm concerned about is having to jump from AS2 to AS3 to some sort of 
 AS3.1

There is nothing to be concerned about. AS3 is not different.  The fact that 
there are new features to the Flash 10 player just means there are more classes 
you can do cool things with than you could in Fp9.  The language isn't changing 
at all - there are just new libraries.  That's all. It’s still AS 3.0 - there 
is no AS 3.1.  There is however, a new Flash CS4 framework to tap into an 
compile new class libraries to FP10 which has these new features.

Jason Merrill
Bank of America 
Instructional Technology  Media 
Join the Bank of America Flash Platform Developer Community 
Are you a Bank of America associate interested in innovative learning ideas and 
technologies?
Check out our internal  Innovative Learning Blog  subscribe. 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, 
Michael
Sent: Tuesday, September 23, 2008 4:52 PM
To: Flash Coders List
Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

Yes, because what I'm concerned about is having to jump from AS2 to AS3 to some 
sort of AS3.1.  My migration to AS3 is taking much longer than expected, given 
my workload.  I can't imagine the AS3 will be radically different, right?

- MM



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Tuesday, September 23, 2008 4:23 PM
To: Flash Coders List
Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

Sorry - you said AS changes - my mistake.


___
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] AS3 additions/changes in CS4?

2008-09-23 Thread Juan Delgado
There's no AS3.1. What has happened is that Adobe has added new
libraries or capabilities to the API, no change in the language
itself.

Cheers!

Juan

On Tue, Sep 23, 2008 at 9:52 PM, Mendelsohn, Michael
[EMAIL PROTECTED] wrote:
 Yes, because what I'm concerned about is having to jump from AS2 to AS3 to 
 some sort of AS3.1.  My migration to AS3 is taking much longer than expected, 
 given my workload.  I can't imagine the AS3 will be radically different, 
 right?

 - MM



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason
 Sent: Tuesday, September 23, 2008 4:23 PM
 To: Flash Coders List
 Subject: RE: [Flashcoders] AS3 additions/changes in CS4?

 Sorry - you said AS changes - my mistake.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Juan Delgado - Zárate
http://zarate.tv
http://dandolachapa.com
http://loqueyosede.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Zeh Fernando
The language *was* changed, but very little. Check out the new and awesome
vector type:

http://probertson.com/articles/2008/03/28/vector-as3-strongly-typed-arrays-redux/
(Also read Francis Cheng's links on the article above)

The rest (that concerns developers) are just API changes and additions -
pixel bender shader support, simple 3d, new sound, new wmodes, new video
formats... The language itself is unchanged, it's just the available classes
that have changed. You can read about most of that here:

http://www.kaourantin.net/

And heck, editors and compilers are already available.

Zeh

On Tue, Sep 23, 2008 at 6:12 PM, Juan Delgado [EMAIL PROTECTED] wrote:

 There's no AS3.1. What has happened is that Adobe has added new
 libraries or capabilities to the API, no change in the language
 itself.

 Cheers!

 Juan

 On Tue, Sep 23, 2008 at 9:52 PM, Mendelsohn, Michael
 [EMAIL PROTECTED] wrote:
  Yes, because what I'm concerned about is having to jump from AS2 to AS3
 to some sort of AS3.1.  My migration to AS3 is taking much longer than
 expected, given my workload.  I can't imagine the AS3 will be radically
 different, right?
 
  - MM
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Merrill, Jason
  Sent: Tuesday, September 23, 2008 4:23 PM
  To: Flash Coders List
  Subject: RE: [Flashcoders] AS3 additions/changes in CS4?
 
  Sorry - you said AS changes - my mistake.
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 Juan Delgado - Zárate
 http://zarate.tv
 http://dandolachapa.com
 http://loqueyosede.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


[Flashcoders] AIR WebKit browser breaks when internet is slow

2008-09-23 Thread Steven Sacks
If a web page is having latency problems, like YouTube during heavy load times 
(like now, 9:30pm PST), then AIR's HTMLLoader has all kinds of problems.


From rendering stuff completely incorrectly, to failing to pass Flash player 
detection, to this crazy error that got spit out when I tried to load a YouTube 
URL in it and it hung for about 20 seconds until finally this junk was spit into 
the output window:


ReferenceError: Can't find variable: initWatchQueue
undefined at http://www.youtube.com/watch?v=RbdbVhBGETQ : 77
ReferenceError: Can't find variable: writeMoviePlayer
undefined at http://www.youtube.com/watch?v=RbdbVhBGETQ : 375
undefined at http://www.youtube.com/watch?v=RbdbVhBGETQ : 375
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1646
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1585
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1524
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1545
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1667
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1565
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1687
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1626
ReferenceError: Can't find variable: delayLoad
onload at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1606
TypeError: Undefined value
undefined at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1
undefined at http://www.youtube.com/watch?v=RbdbVhBGETQ : 1
Debug session terminated.


Note that none of these variables are mine.  Also note that Firefox doesn't have 
the same latency that AIR is having.  This is running in Flash CS3 IDE Debug 
Mode AIR publishing.  Trivial code here, too.  I'm literally just creating an 
HTMLLoader and telling it to load this YouTube URL.


Any ideas?

I'd like to point out that Firefox actually loads that same URL fairly quickly 
(maybe 5-7 seconds with latency) but AIR is significantly slower every time. 
Sometimes it succeeds at loading it and rendering the page correctly, sometimes 
it loads the page but the YouTube player is drawn above the stage about half its 
height, sometimes it crashes Flash when it hangs too long.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders