Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
HI,
First I would like to thank you for the great Control.
I am using the free version of your control in my developing application and planning to purchase the control soon. I am using Flex 2 Builder to build the SWF file which I will provide as source for the control "movie URL".
I am not much of Flash developer and would like to know how to refrence ActionSpeak in the MXML. You have shown how to install it in the first Frame of the MovieClip which I am not planning to pursue. I generated the SWF of your provided FLA file by running it in Flash Profissional CS3 but this still not helpfull.
I did some search and I came to know that I could add that SWF ass Asset to AS application In FLEX 2 Builder, but I am using FLEX 2 Builder to create MXML Application and there is no Asset Concept, or it is how it seems to me.
I will Appriciate any help, and if you think the answer is not related to your product please let me know.
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
Hi ActionSpeak is currently only compatible with ActionScript 1 & 2 (not 3 as Flex 2 uses). Perhaps we can work together to resolve this? I believe that this problem may also be solved using a "local connection" object. http://www.aspnetflash.com/forum/Default.aspx?g=posts&t=30 http://www.aspnetmedia.com
|
Rank: Newbie Groups: Member
Joined: 9/13/2007 Posts: 2 Points: 6
|
Thanks Jake for the response.
I had to make a decision last week on my onging project. I resolved to regular flash object in the ASP.NET page and would like to add some points:
1- I am no flash developer, I used Flex Builder 2, which is close to how we layout controls in ASP.NET, to build the Flash application. I am already familiar with using LocalConnection to access SWF files written in AS1 and AS2, but I am not sure how much willing to explore this path as I am in a tight schedule.
2- I am using ExternalInterface class introduced in Flash 8 to communicate with Flash's ActionScript throw Javascript.
3- <object classID="....." ...> declrations is not Ajax friendly. I had to exclude it form any UpdatePanel which limited my its flexibility.
My project is in work in progress status, I will definitly adapt any enhancment for your stable and valubale contol toward ActionScript 3 and Flex 2 development.
I Appreciate your help.
Yaman
|