Re: [Flashcoders] :: anyone passed flash 8 certification exam?::

2006-12-11 Thread Orindom Dhar
hi flashsaavy,
   
  Thanks for ur inputs.
   
  Arin

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  arin,

i recently sat and passed the Flash 8 Certification exam.

i had previously passed the Developer cert for both Flash MX and MX 2004. i had 
never sat the Designer cert.

my impression is that the Flash 8 Certification exam IS a Developer exam. my 
guess is that to pass the Flash 8 certification, you have to know ActionScript.

mind you, when you sit the exam you might end up with a completely different 
set of questions. my guess is that they have hundreds of questions, of which 
you will have to answer 70. passing grade is 70%, meaning you have to get 49+ 
correct to pass. and you have 75 minutes to complete the exam.

yeah, the test prep materials for the Flash 8 Cert suck.

but ...

here are some things you definitely should do:
-- sample questions that download with the PDF at Adobe.com with the info about 
the Flash 8 exam
http://partners.adobe.com/public/en/ace/ACE_Exam_Guide_Flash_8.pdf
-- sample question that download with the PDF at Adobe.com with the info about 
the Flash MX 2004 Developer exam
www.adobe.com/support/training/certified_professional_program/flmx2004_dev_sample.pdf
-- sample question that download with the PDF at Adobe.com with the info about 
the Flash MX 2004 Designer exam
www.adobe.com/support/training/certified_professional_program/flmx2004_des_sample.pdf
-- know what is new with Flash 8. there are 1 hour of training videos on F8 new 
features here:
http://movielibrary.lynda.com/html/modPage.asp?ID=170
and you can get a 24 hour free pass here:
http://www.lynda.com/freepass/24

beyond that, you can use some MX 2004 Developer study guide materials. tom 
kitta created a sample exam and put up a ton of his notes. you can find links 
to both here:
http://www.tomkitta.com/flash/index.cfm

and you can still get the MX 2004 Developer study guide book:
http://www.amazon.com/Macromedia-Flash-Certified-Developer-Study/dp/0321256026/

as i said earlier, you might end up with completely different questions than I 
did. following are 3 topics that I saw more than 1 question on:
-- LoadVars
-- Font outline embedding. defaults for static text, dynamic text, input text. 
etc.
-- Video. Video class. import formats supported.
-- Audio. Sound class. import formats supported.

one surprise for me was no questions related to components. v2 or otherwise. 
none. nada.

there were non-ActionScript questions. some related to the IDE. so maybe those 
came in from the Designer cert, or maybe not. things like publish profiles, 
bandwidth profiler, etc.

one last bit of advice, if you can afford to take it twice, the best way to 
find out what is on the exam is to take it. you definitely have to prep for the 
first time that you take the exam. in the event that you don't pass on the 
first go, you have to know enough to know what you didn't know. if that makes 
sense. so if you can afford the risk of taking the test a second time don't 
over agonize about it. prep, go, if you pass the first time excellent. if not, 
likely you will know exactly what you need to study up on to pass it with 
flying colors the second time around.

i hope this helps. please post back about your experience after you take the 
exam.

and anyone else who has taken the exam. please post your impressions too.

best of luck!

On 12/6/06, Orindom Dhar wrote:Hello,

Has anyone out there,cleared the flash 8 professional certification exam. If 
yes, could you please give some advice on how to prepare for it. Unlike 
previous flash certifications, in flash 8 they have combined the designer and 
developer and made it as one,its ridiculous! As a hardcore actionscripter I 
would have loved to skip the graphic designing part.Sigh!Also there is no clear 
cut blueprint from adobe for flash 8 cert exam.

Any help in this regard is highly appreciated.

regards,

Arin


-
Have a burning question? Go to Yahoo! Answers and get answers from real people 
who know.
___
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


 
-
Everyone is raving about the all-new Yahoo! Mail beta.
___
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] :: anyone passed flash 8 certification exam?::

2006-12-06 Thread Orindom Dhar
Hello,
   
  Has anyone out there,cleared the flash 8 professional certification exam. If 
yes, could you please give some advice on how to prepare for it. Unlike 
previous flash certifications, in flash 8 they have combined the designer and 
developer and made it as one,its ridiculous! As a hardcore actionscripter I 
would have loved to skip the graphic designing part.Sigh!Also there is no clear 
cut blueprint from adobe for flash 8 cert exam.
   
  Any help in this regard is highly appreciated.
   
  regards,
   
  Arin

 
-
Everyone is raving about the all-new Yahoo! Mail beta.
___
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] Problems with IE starting a sound stream.

2006-07-04 Thread Orindom Dhar
is there any solution to this problem even when server sends Transfer-Encoding: 
Chunked? Is it any bug with flash player upto ver 8.0 ?
   
  Is there any possible solution at the client side?
   
  Please help!
   
  regards,
   
  Arin
   
   
   
  Alexis Glass [EMAIL PROTECTED] wrote:
  Is your server sending the data with Content-Length set in the header or 
as Transfer-Encoding: Chunked? Flash up to version 8 in IE doesn't seem 
to play audio loaded using loadSound unless the header has 
Content-Length set. Flash 9 seems to work most of the time, but slows 
to a crawl if the file being loaded is big (say, bigger than 15 MB). 

Alexis

David Saunders wrote:

 I tried loading the flash player from several version of IE, the sound 
 never
 starts. I can play the flash on the same computer in firefox or 
 standalone.

 But the problem is not that it not geting the data, but not startign 
 to play
 the stream.. I use the following code.

 -- code snip --

 this.createTextField(message_txt, this.getNextHighestDepth(),
 10,10,300,22)
 this.createTextField(status_txt, this.getNextHighestDepth(), 10, 50, 
 300,
 40);
 status_txt.autoSize = true;
 status_txt.multiline = true;
 status_txt.border = true;


 _soundbuftime=3;

 var globalsound = new Sound();
 globalsound.loadSound(http://ss1.gotdns.org:8000/test,true);
 globalsound.start(true);

 var my_interval:Number;
 my_interval = setInterval(checkProgress, 100, globalsound);
 function checkProgress(the_sound:Sound):Void {
 var pct:Number = Math.round
 (the_sound.getBytesLoaded()/the_sound.getBytesTotal()*100);
 var pos:Number = Math.round(the_sound.position/the_sound.duration*100);
 status_txt.text = the_sound.getBytesLoaded()+ of
 +the_sound.getBytesTotal()+ bytes (+pct+%)+newline;
 status_txt.text += the_sound.position+ of +the_sound.duration+
 milliseconds (+pos+%)+newline;
 }

 stop();

 --- End code snip --

 The getBytesTotal and duration incresases, the getBtytesloaded and 
 position
 stay at 0.. My obsevation says the flash is geting the mp3 stream, yet 
 never
 starting to play it?



 I am a newbie at codeing flash and useing this project to learn what i 
 can
 :)
 ___
 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


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] Problems with IE starting a sound stream.

2006-07-04 Thread Orindom Dhar
Tested on lot of client computers,which didn't have zone alarm installed in 
them. 
   
  The problem seems to lie elsewhere, not in zonealarm.
   
  anyone there,would be grateful for some light thrown into this.
   
  regards,
   
  Arin
Marc Hoffman [EMAIL PROTECTED] wrote:
  Test on other computers. I had the same problem and it was caused by 
a ZoneAlarm setting on the client computer.

Marc Hoffman

At 02:41 AM 7/4/2006, you wrote:
is there any solution to this problem even when server sends 
Transfer-Encoding: Chunked? Is it any bug with flash player upto ver 8.0 ?

 Is there any possible solution at the client side?

 Please help!

 regards,

 Arin



 Alexis Glass wrote:
 Is your server sending the data with Content-Length set in the header or
as Transfer-Encoding: Chunked? Flash up to version 8 in IE doesn't seem
to play audio loaded using loadSound unless the header has
Content-Length set. Flash 9 seems to work most of the time, but slows
to a crawl if the file being loaded is big (say, bigger than 15 MB).

Alexis

David Saunders wrote:

  I tried loading the flash player from several version of IE, the sound
  never
  starts. I can play the flash on the same computer in firefox or
  standalone.
 
  But the problem is not that it not geting the data, but not startign
  to play
  the stream.. I use the following code.
 
  -- code snip --
 
  this.createTextField(message_txt, this.getNextHighestDepth(),
  10,10,300,22)
  this.createTextField(status_txt, this.getNextHighestDepth(), 10, 50,
  300,
  40);
  status_txt.autoSize = true;
  status_txt.multiline = true;
  status_txt.border = true;
 
 
  _soundbuftime=3;
 
  var globalsound = new Sound();
  globalsound.loadSound(http://ss1.gotdns.org:8000/test,true);
  globalsound.start(true);
 
  var my_interval:Number;
  my_interval = setInterval(checkProgress, 100, globalsound);
  function checkProgress(the_sound:Sound):Void {
  var pct:Number = Math.round
  (the_sound.getBytesLoaded()/the_sound.getBytesTotal()*100);
  var pos:Number = Math.round(the_sound.position/the_sound.duration*100);
  status_txt.text = the_sound.getBytesLoaded()+ of
  +the_sound.getBytesTotal()+ bytes (+pct+%)+newline;
  status_txt.text += the_sound.position+ of +the_sound.duration+
  milliseconds (+pos+%)+newline;
  }
 
  stop();
 
  --- End code snip --
 
  The getBytesTotal and duration incresases, the getBtytesloaded and
  position
  stay at 0.. My obsevation says the flash is geting the mp3 stream, yet
  never
  starting to play it?
 
 
 
  I am a newbie at codeing flash and useing this project to learn what i
  can
  :)
  

___
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



-
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.
___
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] :: mp3 not playing in IE ::

2006-06-26 Thread Orindom Dhar
Thanks a lot.
   
  But, i don't have ZoneAlarm installed anywhere.
   
  Any idea what could else be be causing the problem.
   
  --- Arin
  
Marc Hoffman [EMAIL PROTECTED] wrote:
  Same problem for me was caused by ZoneAlarm. The MP3 would get 
downloaded into cache. It would also play directly in the browser 
using Windows Media Player. But it wouldn't play in Flash until I 
disabled ZoneAlarm and eventually tweaked the ZoneAlarm settings 
(sorry, I don't recall what I changed in ZoneAlarm).

- Marc

At 09:29 PM 6/25/2006, you wrote:
Hi,

 I encountered a frustrating problem reagarding mp3 playback in flash in IE.

 The x.mp3 when played locally through the y.swfand browser(IE 
 6+),works fine , but y.swf and x.mp3 are placed at a particular 
 domain, and accessed through same browser(IE 6+),the x.mp3 fails 
 to play.The x.mp3 comes the temp internet files of the local 
 machine but y.swf just dosent play s.swf.

 There is no problem of cross domain policy found in this case.

 Anyone, encountered such problem recently? If yes, got any solution ?

 Please, help!

 Thanks,

 Arin

 __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.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



-
Ring'em or ping'em. Make  PC-to-phone calls as low as 1ยข/min with Yahoo! 
Messenger with Voice.
___
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] :: mp3 not playing in IE ::

2006-06-25 Thread Orindom Dhar
Hi,
   
  I encountered a frustrating problem reagarding mp3 playback in flash in IE.
   
  The x.mp3 when played locally through the y.swfand browser(IE 6+),works 
fine , but y.swf and x.mp3 are placed at a particular domain, and accessed 
through same browser(IE 6+),the x.mp3 fails to play.The x.mp3 comes the 
temp internet files of the local machine but y.swf just dosent play s.swf. 
   
  There is no problem of cross domain policy found in this case.
   
  Anyone, encountered such problem recently? If yes, got any solution ?
   
  Please, help!
   
  Thanks,
   
  Arin

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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