Adobe Dreamweaver Forums



Last 10 THreads :         Dumb CSS question re: graphic alignment (Last Post : meinmichigan - Replies : 0 - Views : 1 )           »          Burn to a CD (Last Post : vodesjardins - Replies : 3 - Views : 4 )           »          Format numbers with leading zeros (Last Post : NedWebs - Replies : 1 - Views : 2 )           »          Event listener (Last Post : NedWebs - Replies : 3 - Views : 4 )           »          mouseover slide menu! ... help! (Last Post : openspark - Replies : 1 - Views : 2 )           »          Trouble with SQL Query Tool on Leopard (Last Post : Daverms - Replies : 8 - Views : 9 )           »          Re: Cannot paste text from MS Publisher into Dreamweaver (Last Post : Tim G - Replies : 8 - Views : 9 )           »          action script for button (Last Post : NedWebs - Replies : 5 - Views : 10 )           »          403 error from my domain? (Last Post : Ken Ford - *ACE* - Replies : 1 - Views : 4 )           »          Adding database RDS Login Dreamweaver 8 Coldfusion 8 (Last Post : ClubbyJMC2008 - Replies : 4 - Views : 5 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Director
 
Tags: ,



Reply
  #1 (permalink)  
Old 07-31-2008, 05:04 PM
John Twycross
 
Posts: n/a
Diggs:
Default Director 11 and Actionscript 3

I am having trouble getting some Action Script 3 Flash movies to run in
Director 11. I am aware that you should not use Flash components and have
avoided this. Can somebody point me in the direction of a comprehensive
document explaining best practices for making Flash AS3 and Director 11 run
together? or a list of what just doesn't work?




Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-31-2008, 05:04 PM
John Twycross
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

Thanks, I am not sure though what you are mean by "AS3 routines". Do you mean actionscript that is part of a user defined function or an external imported actionscript?
Reply With Quote
  #3 (permalink)  
Old 07-31-2008, 05:04 PM
Nanomedia
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

[q]Originally posted by: John Twycross
Thanks, I am not sure though what you are mean by "AS3 routines". Do you mean
actionscript that is part of a user defined function or an external imported
actionscript?[/q]

In Director 11 you cannot use AS3 at all.
The AVM2 is present, but is not operational.



Reply With Quote


  #4 (permalink)  
Old 07-31-2008, 05:04 PM
John Twycross
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

That explains it, thanks.
Reply With Quote
  #5 (permalink)  
Old 08-06-2008, 03:35 PM
DanTurner
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

Sorry to reopen a dead thread but I'm getting some odd results from director +
flash.

Not knowing that D11 doesn't support AS3 I made a UI for an app, imported it
to the stage and it seems to run just fine looking at the debug output. But
it's not rendering at all. From the output window I can see that It's creating
movieclips, getting data and tweening just fine!

After reading this: "In Director 11 you can import SWF version 9 files, but
you cannot run AS3 routines." I'm a bit concerned that i'm seeing the exact
opposite here....

So AS3 code works but objects / components don't, is that right? Or is it a
rendering problem?

Cheers!

Reply With Quote
  #6 (permalink)  
Old 08-06-2008, 03:41 PM
Nanomedia
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

[q]Originally posted by: DanTurner
After reading this: "In Director 11 you can import SWF version 9 files, but
you cannot run AS3 routines." I'm a bit concerned that i'm seeing the exact
opposite here....
So AS3 code works but objects / components don't, is that right? Or is it a
rendering problem?[/q]

The D11 flash asset xtra is based on flash player 9.0.28.0
You can import SWF version 9 files containing AS1 and AS2 routines.
The flash asset is full functional, but the AVM2 output is ignored in Director
12.


Reply With Quote


  #7 (permalink)  
Old 08-06-2008, 04:01 PM
DanTurner
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

[q]Originally posted by: Nanomedia
[Q]Originally posted by: DanTurner
After reading this: "In Director 11 you can import SWF version 9 files, but
you cannot run AS3 routines." I'm a bit concerned that i'm seeing the exact
opposite here....
So AS3 code works but objects / components don't, is that right? Or is it a
rendering problem?[/Q]

The D11 flash asset xtra is based on flash player 9.0.28.0
You can import SWF version 9 files containing AS1 and AS2 routines.
The flash asset is full functional, but the AVM2 output is ignored in Director
12.
[/q]

sorry but I may be a bit confused here..

I wrote all of the code and compliled the flash file using as3 code in flash
cs3, the code executes just fine and outputs trace commands to directors' debug
window that were bound to as3 tween and movieclip events. By 'AVM2 output is
ignored in Director 12' do you mean the rendering or all code? If the latter is
true then how come my as3 code is running? Apart from that i do find it a bit
strange that director can use flash as3 components but flash within director
can't.



Reply With Quote
  #8 (permalink)  
Old 08-06-2008, 05:10 PM
Nanomedia
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

[q]Originally posted by: DanTurner
By 'AVM2 output is ignored in Director 12' do you mean the rendering or all
code?
If the latter is true then how come my as3 code is running?[/q]

Because the D11 flash asset (9.0.28.0) is full functional and running.
If there is no output (nothing rendered) for your SWF 9 - AS3 files in
Director 11,
why do we have to argue on this subject?



Reply With Quote
  #9 (permalink)  
Old 08-06-2008, 05:48 PM
DanTurner
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

Woah there!

I wasn't arguing about anything, I'm just asking a few questions.

1) as3 isn't supported in avm12 but it seems to run ok, how come?
2) CS3 components work natively in director but not in a CS3 swf brought into
director, why?
3) are you certain that there's gonna be a fix for this?

Thant's all, I think you're missunderstanding what i meant.

Reply With Quote


  #10 (permalink)  
Old 08-06-2008, 05:48 PM
Nanomedia
 
Posts: n/a
Diggs:
Default Re: Director 11 and Actionscript 3

[q]Originally posted by: DanTurner
are you certain that there's gonna be a fix for this?[/q]

Yes.

Important Note: These online forums are for user-to-user discussions of Adobe
products, and are not an official customer support channel for Adobe. If you
require direct assistance, or prefer to contact Adobe support staff directly,
please contact http://www.adobe.com/support/contact/.

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:43 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk