Re: [flexcoders] MovieClips in AS3

2006-06-19 Thread judah






to Adobe employees,

To quote that link to the blaze post,
We also decided to take this opportunity to do something that we've
never been able to do before. We're planning to release a very early
alpha build of BLAZE publicly to all Flash Professional 8 or Studio 8
customers that will allow Flash developers to use ActionScript 3.0 and
compile to Flash Player 8.5. We plan to release this public preview
alpha release of BLAZE in the Spring of 2006 when Flash Player 8.5 is
released. We're doing so in order to give developers who use the Flash
authoring tool a chance to start learning ActionScript 3.0, migrate
existing projects, and slowly transition to the new language.

I purchased or should I say upgraded to Studio 8 last month. I emailed
Adobe support about two weeks ago about getting an alpha of Blaze and I
never got a response. I could guess a number of legit reasons for not
getting a response, but I'd rather not guess. What is the status on
Blaze and can developers still get an alpha of it? Thanks

Judah


Hilary Bridel wrote:

  Ok,
  I did some more research.
  You cannot programmatically make AS3 movieclips.
  Ali Mills has a blog post with a workaround using
localconnection until Blaze
is available
  
  http://www.asserttrue.com/articles/2006/05/16/library-type-assets-in-actionscript-3-0-using-assets-created-with-current-releases-of-flash-authoring
  
  

  Thanks Ali...
  
  Hil
  
  --

  On 6/18/06, Hilary Bridel [EMAIL PROTECTED] wrote:
  

Weyert, that's correct.
If I cant do it with a flash 8 swf, how can I make a flash
9/AS3 movieclip so I can use it in Flex with gotoAndPlay etc.
The AS3 docos say that you can only manipulate AS3 movieclips.

Hil

--




  
  
  



-- 
"Always bear in mind that your own resolution to succeed is more important than any one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 

- Abraham Lincoln

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___




Re: [flexcoders] MovieClips in AS3

2006-06-18 Thread Hilary Bridel



Weyert, that's correct.
If I cant do it with a flash 8 swf, how can I make a flash 9/AS3 movieclip so I can use it in Flex with gotoAndPlay etc.
The AS3 docos say that you can only manipulate AS3 movieclips.

Hil

--
On 6/18/06, Weyert de Boer [EMAIL PROTECTED] wrote:
I think he wants to import a Flash 8 SWF and use gotoAndPlay() commandson a movieclip of the loaded flash 8 movie.
 What I want to do is import/load a flash 8 SWF and manipulate it with gotoAndPlay etc, but you can only do that with AS3 MC's. I don't really understand what you mean? IE only do that with AS3 MC's.
 Import  load into a Flex Application? Yahoo! Groups Sponsor ~--Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM~---
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to: [EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/-- Hilary-- 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] MovieClips in AS3

2006-06-18 Thread Hilary Bridel



Ok,
I did some more research.
You cannot programmatically make AS3 movieclips.
Ali Mills has a blog post with a workaround using localconnection until Blaze is available

http://www.asserttrue.com/articles/2006/05/16/library-type-assets-in-actionscript-3-0-using-assets-created-with-current-releases-of-flash-authoring


Thanks Ali...

Hil

--
On 6/18/06, Hilary Bridel [EMAIL PROTECTED] wrote:


Weyert, that's correct.
If I cant do it with a flash 8 swf, how can I make a flash 9/AS3 movieclip so I can use it in Flex with gotoAndPlay etc.
The AS3 docos say that you can only manipulate AS3 movieclips.

Hil

--


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] MovieClips in AS3

2006-06-17 Thread Michael Schmalle



Hi,

As far as I know it isn't;

You can manipulate the MovieClip object but;

The new FlashIDE will incorperate this stuff. 

FlexBuilder == code/development
Flash == design/graphics

You can still use Flash8 swfs in AS3, all the code is stripped out so
you would have to use The loader object to access the content swf and
control the MovieClip object from there.

Peace, Mike
On 6/17/06, Hilary Bridel [EMAIL PROTECTED] wrote:









  



Hi all,
Is it possible to programmatically build an AS3 movieclip complete with frame names and content on each frameetc?
If not, does that meanwe have to wait for the next version of the Flash IDE?-- Hilary-- 

  













-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] MovieClips in AS3

2006-06-17 Thread Hilary Bridel



Thanks Mike,
What I want to do is import/load a flash 8SWF and manipulate it with gotoAndPlay etc, but you can only do that with AS3 MC's.

How do I get on the new Flash IDE Beta ;-)

Hil

--
On 6/18/06, Michael Schmalle [EMAIL PROTECTED] wrote:


Hi,As far as I know it isn't;You can manipulate the MovieClip object but;The new FlashIDE will incorperate this stuff. FlexBuilder == code/developmentFlash == design/graphics
You can still use Flash8 swfs in AS3, all the code is stripped out so you would have to use The loader object to access the content swf and control the MovieClip object from there.Peace, Mike

On 6/17/06, Hilary Bridel [EMAIL PROTECTED]
 wrote: 







Hi all,
Is it possible to programmatically build an AS3 movieclip complete with frame names and content on each frameetc?
If not, does that meanwe have to wait for the next version of the Flash IDE?-- Hilary-- 

-- What goes up, does come down.  -- Hilary-- 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] MovieClips in AS3

2006-06-17 Thread Michael Schmalle



What I want to do is import/load a flash 8SWF and manipulate
it with gotoAndPlay etc, but you can only do that with AS3 MC's.

I don't really understand what you mean? IE only do that with AS3 MC's.

Import  load into a Flex Application?

Peace, Mike


On 6/17/06, Hilary Bridel [EMAIL PROTECTED] wrote:









  



Thanks Mike,
What I want to do is import/load a flash 8SWF and manipulate
it with gotoAndPlay etc, but you can only do that with AS3 MC's.

How do I get on the new Flash IDE Beta ;-)

Hil

--
On 6/18/06, Michael Schmalle 
[EMAIL PROTECTED] wrote:


Hi,As far as I know it isn't;You can manipulate the MovieClip object but;The new FlashIDE will incorperate this stuff. FlexBuilder == code/developmentFlash == design/graphics

You can still use Flash8 swfs in AS3, all the code is stripped out
so you would have to use The loader object to access the content swf
and control the MovieClip object from there.Peace, Mike

On 6/17/06, Hilary Bridel [EMAIL PROTECTED]

 wrote: 







Hi all,
Is it possible to programmatically build an AS3 movieclip complete with frame names and content on each frameetc?
If not, does that meanwe have to wait for the next version of the Flash IDE?-- Hilary-- 

-- What goes up, does come down.  -- Hilary-- 

  













-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] MovieClips in AS3

2006-06-17 Thread Weyert de Boer
I think he wants to import a Flash 8 SWF and use gotoAndPlay() commands 
on a movieclip of the loaded flash 8 movie.

 

 What I want to do is import/load a flash 8 SWF and manipulate it with 
 gotoAndPlay etc, but you can only do that with AS3 MC's.

 I don't really understand what you mean? IE only do that with AS3 MC's.

 Import  load into a Flex Application?


  



 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/