[Flashcoders] How can we sum to dates???

2007-06-15 Thread Amandeep Singh
Hi everyone,

I got stuck in a problem. What i need is to sum to dates.

Let say there is an event that starts at Jun 14 2007 11:30:00. The duration
of the event is 50 min. That means the end time will be Jun 14 2007
12:20:00.

Now what i need is to sum the start time and the duration to get the end
time.

Anyone who know how to do this please let me know. I will be very thankful.

Thanks in Advance.

Regards,
Amandeep

___
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] Can we control the quality of the web cam

2007-05-23 Thread Amandeep Singh
Hi,

Can any one let me know that how can we control the quality of the web cam
publishing on the FMS.

What I am doing is scaling the size of the video component, which also
causes the quality of the cam to reduce down. 

As per my project requirement I have to scale the size of the video player.

Please help me in improving the video stream quality.

Thanks in advance. :)

Regards,
Amandeep

___
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] Mortgage calculator in Flash or other technology?

2007-05-15 Thread Amandeep Singh
I suggest go for flash. As it is widely spread plug-in for web browsers.


Amandeep Singh,
Senior Flash Engineer,
Synapse Communication Pvt. Ltd.
F-18, Sector 11, NOIDA, UP
www.synapse.co.in
Mobile: +91 92161 03894
Office: +91 120 4330500 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Steven
Sent: Tuesday, May 15, 2007 4:14 PM
To: flashcoders@chattyfig.figleaf.com; 'Paul V.'
Subject: [Flashcoders] Mortgage calculator in Flash or other technology?

Hi there

A client has asked me to create a mortgage calculator for their site and I
was thinking of doing it in Flash. However the client is concerned that not
everyone has Flash plugin. Therefore I need to consider the alternatives,
one of which is to do it in javascript. However I read that 7% of internet
users do not have javascript turned on.

I would appreciate any advice on what the best technology is to create this.
Hopefully Flash is the answer:)

Thanks

Paul

___
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


RE: [Flashcoders] TextFileds not receivign data?

2007-04-30 Thread Amandeep Singh
Hi,

Seen you code. Just change the following line of code:

_root.createTextField(mytext+[i], 1, myX, 0, 100, 30);

To this one:

_root.createTextField(mytext+[i], i, myX, 0, 100, 30);

**

The problem with your code is that you are giving the same depth to all the
textfields. In flash you cannot assign the same depth to different objects
else it will remove the first object and place the new object on the same
depth.

Amandeep Singh,
Senior Flash Engineer,
Synapse Communication Pvt. Ltd.
F-18, Sector 11, NOIDA, UP
www.synapse.co.in
Mobile: +91 92161 03894
Office: +91 120 4330500 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Trentini
Sent: Monday, April 30, 2007 4:37 PM
To: chattyFig
Subject: [Flashcoders] TextFileds not receivign data?

Hi guys,


I want to create as many text fields (which eventually I would like to 
turn into buttons) as the length of an array. I also want to use the 
content of the array to populate the text of the fields created 
dynamically. I have tried everything I know but all I seem to get is 
one filed with the lasat item in the array, sheesh!

I've gone absolutely mad on this one (newish to actionScript, I am!) but 
can anyone tell me what  I am doing wrong here? I could do with a 
helping hand or seven =:-)



var myTxt:Array = new Array(branding, news, about us, print, 
marks, contact);
var myX = 430;
var menuArray:Array = new Array();
var ySpacing:Number = 90;
//

/*create  textFields**/
//
//

for(i=0; imyTxt.length; i++) {
_root.createTextField(mytext+[i], 1, myX, 0, 100, 30);
myId = _root[mytext+[i]];
myId._y = ySpacing;
ySpacing += 40;
//   
trace(myTxt[i]);//the trace works, it list all tyhe 
lements in the array but
myId.text = myTxt[i];  // this one in not producing the appropriate 
results
//
myId.border = false;
myformat = new TextFormat();
myformat.font = Verdana;
myformat.size = 14;
myformat.bold = true;
myformat.color = 0x55;
myformat.align = right;
//
myId.selectable = false;
myId.setTextFormat(myformat);
//myId.text = myTxt[i];  //tried putting it at the end but no dah!
//
}
___
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


[Flashcoders] Playing MP3 file through FMS

2007-04-18 Thread Amandeep Singh
Hi,

I am playing MP3 file through FMS. It is working fine.

My problem is that i am unable to get the duration of the stream. Can anyone
help me in this?

Thanks,
Amandeep

___
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] Flash chat and Smiley

2007-02-24 Thread Amandeep Singh
Hi Johann,

I tried this thing, but it gives weird results.
Thanks for reply.

Regards,
Amandeep Singh,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of johann
martinache
Sent: Friday, February 23, 2007 6:46 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Flash chat and Smiley

Hi

You could replace the smiley text by an image by using  the img tag (only
working with htmltext)

Example:
var sTxt:String = 'HelloWorld :-) !!!';
sTxt = sTxt.split(':-)').join('img src=yoursmileyimagepath.jpg/')
trace('sTxt  '+sTxt)


shoe[box]


On 2/23/07, Amandeep Singh [EMAIL PROTECTED] wrote:

 Hi All,

 Can anyone help me in adding the Smiley feature in a Flash Chat
 application?
 Or give me a link where I can find the same.


 Thanks in advance.

 Regards,
 Amandeep Singh

 ___
 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

___
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] Flash chat and Smiley

2007-02-23 Thread Amandeep Singh
Hi All,

Can anyone help me in adding the Smiley feature in a Flash Chat application?
Or give me a link where I can find the same.


Thanks in advance.

Regards,
Amandeep Singh

___
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] Trace: level of details?

2007-02-12 Thread Amandeep Singh
For loading images use the MovieClipLoader class.

Amandeep Singh,
Senior Flash Engineer,
Synapse Communication Pvt. Ltd.
F-18, Sector 11, NOIDA, UP
www.synapse.co.in
Mobile: +91 92161 03894
Office: +91 120 4330500 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gregory N
Sent: Sunday, February 11, 2007 7:12 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Trace: level of details?

Hi all,

I'm curious, is there a way to set level of details for trace()?

In the project I'm working on, there's a lot of images loading. Some of them
are missing, so I'm getting a 4-line message:
Error opening URL
file:///.long_url_of_jpg
I'd like to get rid of this trash in output to be able to read my own
messages in convenience :-).

Any ideas?


-- 
-- 
Best regards,
GregoryN

http://GOusable.com
Flash components development.
Usability services.
___
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


RE: [Flashcoders] How does YouTube convert all video formats to Flashformat?

2007-02-08 Thread Amandeep Singh
ON2 is use to convert any video format to flv format.
Try this.

Amandeep Singh,
Senior Flash Engineer,
Synapse Communication Pvt. Ltd.
F-18, Sector 11, NOIDA, UP
www.synapse.co.in
Mobile: +91 92161 03894
Office: +91 120 4330500 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel
Snoddas
Sent: Thursday, February 08, 2007 6:09 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] How does YouTube convert all video formats to
Flashformat?

 Dunno how you tube does it but Sorenson Squeeze can be set up to watch a
folder and convert stuff that gets dropped in it. If you are running on a
foreign OS you could always map a network drive and do it that way.




2007/2/8, Paul Steven [EMAIL PROTECTED]:

 I am working on a Flash project that requires the user to upload a video
 clip. Ideally they should not be restricted to a particular video format
 so
 I was hoping for some advice on how to convert different video formats
 online to flash format.

 I have seen this done on the YouTube website but have no idea what they
 are
 using - anyone know what they are using?

 Any advice much appreciated!

 Thanks

 Paul

 ___
 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

___
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] SVG format

2007-02-05 Thread Amandeep Singh
Hi Matthias,

I need to do the same at runtime. How can I convert the flash output into AI
at runtime and then convert the same to SVG?

Thanks anyways for replying.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthias
Dittgen
Sent: Monday, February 05, 2007 1:26 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] SVG format

Hello.

you might try export as AI (Adobe Illustrator) and convert it with an
appropiate software, like Adobe Illustrator to svg, can't you?
Regards,
Matthias

2007/2/5, Amandeep Singh [EMAIL PROTECTED]:
 Thank you sir,

 I knew it, if no one answer, then you will be the one to answer.

 Thanks a lot sir.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of rishi
 Sent: Monday, February 05, 2007 10:08 AM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] SVG format

 Hi Amandeep

 You can use SVG Parser provided by Burak Kalyaci. Also you can write
 your own svg files. Its same as xml just a little bit study for
 different mappings of your objects as well as there properties on stage.

 Keep in touch.

 Rishi



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Amandeep
 Singh
 Sent: Monday, February 05, 2007 10:02 AM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] SVG format

 Hi,



 Can anyone tell me that how can I get the SVG format from flash through
 ActionScript at runtime.



 Let say I am designing a template in flash which uses text, images, and
 vector graphics. I need to export the same as a high resolution JPEG and
 also need to export the same as SVG format.



 I know how to export the high resolution JPEG, but I don't know how to
 export the SVG format. Can anyone help me in doing the same?



 Thanks in advance.



 ___
 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

 ___
 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

___
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] SVG format

2007-02-05 Thread Amandeep Singh
Hi Matthias,

As said by S. Rishi Raj Singh, SVG is similar as XML format (see below,
reply by rishi). I will create a XML object and will modify as per the user
input on the work area.

This is somewhat similar to point a mentioned by you.

Thanks,
Amandeep


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthias
Dittgen
Sent: Monday, February 05, 2007 1:55 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] SVG format

Oh, I see, so in short you look for:
FlashPlayer output conversion into SVG - at runtime (after user input, I
guess)

a) you exclusively use the drawing api in your Flash, then the
solution is to replace the methods of the drawing API with custom
methods.

b) you use also use other vector graphics and even raster images
that are created with the Flash IDE at creation time, then I don't
know of a solution, that works scripted/within the FlashPlayer. You
would probably need a custom FlashPlayer. ;-)

Matthias

2007/2/5, Amandeep Singh [EMAIL PROTECTED]:
 Hi Matthias,

 I need to do the same at runtime. How can I convert the flash output into
AI
 at runtime and then convert the same to SVG?

 Thanks anyways for replying.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Matthias
 Dittgen
 Sent: Monday, February 05, 2007 1:26 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] SVG format

 Hello.

 you might try export as AI (Adobe Illustrator) and convert it with an
 appropiate software, like Adobe Illustrator to svg, can't you?
 Regards,
 Matthias

 2007/2/5, Amandeep Singh [EMAIL PROTECTED]:
  Thank you sir,
 
  I knew it, if no one answer, then you will be the one to answer.
 
  Thanks a lot sir.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of rishi
  Sent: Monday, February 05, 2007 10:08 AM
  To: Flashcoders mailing list
  Subject: RE: [Flashcoders] SVG format
 
  Hi Amandeep
 
  You can use SVG Parser provided by Burak Kalyaci. Also you can write
  your own svg files. Its same as xml just a little bit study for
  different mappings of your objects as well as there properties on stage.
 
  Keep in touch.
 
  Rishi
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Amandeep
  Singh
  Sent: Monday, February 05, 2007 10:02 AM
  To: flashcoders@chattyfig.figleaf.com
  Subject: [Flashcoders] SVG format
 
  Hi,
 
 
 
  Can anyone tell me that how can I get the SVG format from flash through
  ActionScript at runtime.
 
 
 
  Let say I am designing a template in flash which uses text, images, and
  vector graphics. I need to export the same as a high resolution JPEG and
  also need to export the same as SVG format.
 
 
 
  I know how to export the high resolution JPEG, but I don't know how to
  export the SVG format. Can anyone help me in doing the same?
 
 
 
  Thanks in advance.
 
 
 
  ___
  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
 
  ___
  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

 ___
 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

[Flashcoders] SVG format

2007-02-04 Thread Amandeep Singh
Hi,

 

Can anyone tell me that how can I get the SVG format from flash through
ActionScript at runtime.

 

Let say I am designing a template in flash which uses text, images, and
vector graphics. I need to export the same as a high resolution JPEG and
also need to export the same as SVG format. 

 

I know how to export the high resolution JPEG, but I don't know how to
export the SVG format. Can anyone help me in doing the same?

 

Thanks in advance.

 

___
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] SVG format

2007-02-04 Thread Amandeep Singh
Thank you sir,

I knew it, if no one answer, then you will be the one to answer.

Thanks a lot sir.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of rishi
Sent: Monday, February 05, 2007 10:08 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] SVG format

Hi Amandeep 

You can use SVG Parser provided by Burak Kalyaci. Also you can write
your own svg files. Its same as xml just a little bit study for
different mappings of your objects as well as there properties on stage.

Keep in touch.

Rishi



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Amandeep
Singh
Sent: Monday, February 05, 2007 10:02 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] SVG format

Hi,

 

Can anyone tell me that how can I get the SVG format from flash through
ActionScript at runtime.

 

Let say I am designing a template in flash which uses text, images, and
vector graphics. I need to export the same as a high resolution JPEG and
also need to export the same as SVG format. 

 

I know how to export the high resolution JPEG, but I don't know how to
export the SVG format. Can anyone help me in doing the same?

 

Thanks in advance.

 

___
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

___
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] Make flash transparent

2007-01-10 Thread Amandeep Singh
Hi,

 

Can anyone tell me that how can I make my flash activex object transparent
in VC++.

 

Amandeep Singh,
Senior Flash Engineer,
Synapse Communication Pvt. Ltd.
F-18, Sector 11, NOIDA, UP
 http://www.synapse.co.in www.synapse.co.in
Mobile: +91 92161 03894
Office: +91 120 4330500 

 

___
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