Re: [Flashcoders] Couple questions re Zinc and Access

2007-07-29 Thread vipin chandran
Dave,
Try the flat file DB called SQLite. There is an open source dll (mac version
also) which connects Zinc to SQLIte DB. This is very simple and you dont
need to worry about ODBC and stuffs... The SQLite is capable of handling
almost all the SQL queries also.

-Vipin

On 7/26/07, Dave Burnett [EMAIL PROTECTED] wrote:


 Hi all;

 I'm looking to connect a projector to an Access db, both on CD.

 Looks like Zinc will do this, but I'm curious if any folks with experience
 in the area could enlighten me:

 1. Are there any client requirements? MDAC version? Do I have to make an
 ODBC connection?

 2. What does Zinc mean when they say the recordset can be dumped in a
 simple XML format?

 e.g. is there any control over the XML structure, or is it WYSIWYG?

 Thanks.

 Dave

 _

 http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_pcmag_0507

 ___
 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] Couple questions re Zinc and Access

2007-07-29 Thread vipin chandran
Nope, if your requirements hangs around a PC then, access can be used
easily. But if you are looking for a hybrid (PC and Mac) then go with SQLite
and this library.
-Vipin

On 7/29/07, Dave Burnett [EMAIL PROTECTED] wrote:

 Thanks Vipin, I'll check that out.

 So I take it using Access with Zinc will have client requirements, MDAC
 etc?

 Dave

 From: vipin chandran [EMAIL PROTECTED]
 Reply-To: flashcoders@chattyfig.figleaf.com
 To: flashcoders@chattyfig.figleaf.com
 Subject: Re: [Flashcoders] Couple questions re Zinc and Access
 Date: Sun, 29 Jul 2007 11:29:19 +0530
 
 Dave,
 Try the flat file DB called SQLite. There is an open source dll (mac
 version
 also) which connects Zinc to SQLIte DB. This is very simple and you dont
 need to worry about ODBC and stuffs... The SQLite is capable of handling
 almost all the SQL queries also.
 
 -Vipin
 
 On 7/26/07, Dave Burnett [EMAIL PROTECTED] wrote:
  
  
   Hi all;
  
   I'm looking to connect a projector to an Access db, both on CD.
  
   Looks like Zinc will do this, but I'm curious if any folks with
 experience
   in the area could enlighten me:
  
   1. Are there any client requirements? MDAC version? Do I have to make
 an
   ODBC connection?
  
   2. What does Zinc mean when they say the recordset can be dumped in a
   simple XML format?
  
   e.g. is there any control over the XML structure, or is it WYSIWYG?
  
   Thanks.
  
   Dave
  
   _
  
  
 
 http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_pcmag_0507
  
   ___
   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

 _
 http://newlivehotmail.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] Reading font information from loaded SWF

2007-06-24 Thread vipin chandran

Hi All,

I am loading an SWF file runtime into my main application. The swf will have
more of text, and with different fonts. How can I find out the list of fonts
used in the swf after I load the SWF?

I just need the names of fonts. Is it possible with actionscript?

Thanks

Regards,
-Vipin
___
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 CS 3 Proff - Backward compatibility

2007-04-25 Thread vipin chandran

Hi All,

This is again related to Flash CS3.

We are having running projects which uses either flash MX 2004 or Flash 8.
These projects come back to us on a yearly basis for updations. So we wont
get time to change/migrate all the MX 2004 projects to 8 or to CS3.

Now the company is thinking of upgrading all the existing Flash MX 2004 and
Flash 8 to CS3. My question here is, how well backward compatible is Flash
CS3? If we have only CS3 in our machines, will we be able to:

  1. compile the FLAs which has AS 1 code, to ver 7 swf?
  2. compile the FLAs which has either AS1 or AS2 code, to ver 8 swf?

I am looking forward for getting a positive answer from you guys.

Thanks
--vpn
___
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 CS 3 Professional -- compile AS2 code?

2007-04-13 Thread vipin chandran

Hi all,

CS3 professional seems to be a good release with AS3 support. I have a
question here as my company is all set for an upgradation.

Will we be able to compile AS2 code in Flash CS3 Professional?

Thank you,
--vpn
___
[EMAIL PROTECTED]
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] Action Script implementation for FSQL

2007-02-19 Thread vipin chandran

Hello All,

Is there any known implementation of FSQL (flat file SQL) database, in
action script?

I was searching for one. Please let me know if we have one.

Thanks
Vipin
___
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] Lucene Indexed Search implementation

2007-02-08 Thread vipin chandran

Hello All,

Have any one of you came across a ActionScript 2 implementation of Lucene
faceted search ? I have to implement this search in one of my projects and I
am thinking of various possibilities of implementation. I have in possession
the java class which will create the index files. I am looking for a search
code, which will load this index files and search in it.

Thanks in advance for all your help.


Regards,
-Vipin
___
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] HTML Rendering Code ?

2007-01-29 Thread vipin chandran

Hi All,

I am in search for  a good and faast html or xhtml rendering engine for
using in my project.
I have tried Deng, but the rendering is too slow.

Anyone has any idea about such a tool? a component? or a class?


Thanks in advance...

--vipin
___
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] Running Flash Application on a local network

2007-01-23 Thread vipin chandran

This is a flat network share and the html file will be accessed from within
the LAN.

Locally everything is working fine, but when i share the folder and try to
access the file, content is not loading (xml).

I am using normal XML class for loading the xml.

The client machine may not have an internet connection, so the settings
manager may not help. I am looking for a way of hard coding the stuff which
you are doing with the online settings manager.

Any help friends?

Thanks
`vipin

On 1/23/07, eugen pflüger [EMAIL PROTECTED] wrote:


i had this problem too.
i couldnt get really behind this issue but i know how to avoid this
problem and get your files loaded.

you need to set the security settings for your pc:
http://www.macromedia.com/support/documentation/en/flashplayer/help/
settings_manager04.html

the clients computer needs to have an internet connection to do this.
you then choose the folder of your project and then add this to the
list. or as i did, you add the main hard disk folder (/).

i know this is a hacky solution and i never could understand why this
has to be this way.
this security restrictions shouldnt happen if you choose use only
local files. but that didnt work in my case.

hope it helps.
eugen





Am 23.01.2007 um 03:28 schrieb JulianG:

are you using an HTTP server on the host computer?
or just opening the HTML/SWF file using a network share?

___
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] Running Flash Application on a local network

2007-01-22 Thread vipin chandran

Hello All,

I have some serious issue, at the end of my projects.

I have a flash application, which is developed for web, which loads xmls,
flvs, images etc...

The client also want this to be in their local network.

When I tried running the html file from the network, few of the content
(xmls) refused to load.

I came to know that this is related to some security issue. I've tried
various options got from web and flash help (like crossdomain.xml).

But still, the loading fails, sometimes when we access the file on a
network.

The project end date is closing in and i am not able to find a solution for
this strange problem.

I am using MM compiler and version is 8. I am also using Deng Modular
Browser in this, which is compiled in version 6.

Please help me out.

Thanks
Vipin
___
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] Problem capturing the ALT key

2007-01-10 Thread vipin chandran

Hello All,

I am doing a project where we are embedding a flash swf in director and
making projector.

My problem hers is when i am in the projector, the ALT key is not getting
captured.

And i really need this for giving one short-cut key. (The client is mad
about it).

Please help me if you have any solution for this.

Thanks'
Vipin
___
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] Q:Simulate HTML anchors in html text

2006-12-22 Thread vipin chandran

I have also faced same issue, where i wanted to put anchors in html display
of one of my projects, and i could not do it.
If you can be little more specifics, that will be geat!

On 12/21/06, Jason Lutes [EMAIL PROTECTED] wrote:


I made a couple of glossary-type applications that use the same kind of
anchor mechanism.

The solution to simulating this involves writing text to the field in
chunks. You need to capture (into an array, or similar) the number of the
last occupied line (using the maxscroll and bottomScroll TextField
properties) before writing each new chunk. Doing this creates a scroll
position index. Create code to scroll to some line number in the index,
based on whatever corresponding criteria suits you.

I left a few details out, but that's the general idea. I can be more
specific if needed.


-
Jason

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of [EMAIL PROTECTED]
 Sent: Thursday, December 21, 2006 8:47 AM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Q:Simulate HTML anchors in html text

 Hi
 Did a search but so far haven't found a solution.

 Is there a way to simulate HTML anchors in a HTML text field??

 I have a long, scrollable text list with an associated
 calendar...I want to be able to simply scroll to a specific
 text description when I click on a calendar event.

 Thanks in advance!
 Jim Bachalo

 [e] jbach at bitstream.ca
 [c] 416.668.0034
 [w] www.bitstream.ca
 
 ...all improvisation is life in search of a style.
  - Bruce Mau,'LifeStyle'
 ___
 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] mCom component set with MTASC

2006-12-07 Thread vipin chandran

Hello All,

I am migrating to mCom component set for a project which is an MTASC
project.

The mCom component work well when i use with MM compiler.

But when i use MTASC, it asks for classes so that it can compile them.

I have the source for mCom components in 'com' package.

Even if i give -cp ./mcom (which is the folder in to which i put the 'com'
package) and  -pack com , MTASC gives an error. It says the package 'com'
not found.

Anybody has got a solution for this? How can I use the Metaliq mCom
compoenents with MTASC?

Thanks
Vipin
___
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] Re: mCom component set with MTASC

2006-12-07 Thread vipin chandran

Hello,
Can anybody please respond to the issue i am facing here?


On 12/7/06, vipin chandran [EMAIL PROTECTED] wrote:


Hello All,

I am migrating to mCom component set for a project which is an MTASC
project.

The mCom component work well when i use with MM compiler.

But when i use MTASC, it asks for classes so that it can compile them.

I have the source for mCom components in 'com' package.

Even if i give -cp ./mcom (which is the folder in to which i put the
'com' package) and  -pack com , MTASC gives an error. It says the package
'com' not found.

Anybody has got a solution for this? How can I use the Metaliq mCom
compoenents with MTASC?

Thanks
Vipin


___
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] Re: mCom component set with MTASC

2006-12-07 Thread vipin chandran

Anybody who has got any experience using the mCom component with MTASC,
please do help me. Please see my problem in the below mail thread.

Regards
Vipin

On 12/7/06, vipin chandran [EMAIL PROTECTED] wrote:


Hello,
Can anybody please respond to the issue i am facing here?


On 12/7/06, vipin chandran  [EMAIL PROTECTED] wrote:

 Hello All,

 I am migrating to mCom component set for a project which is an MTASC
 project.

 The mCom component work well when i use with MM compiler.

 But when i use MTASC, it asks for classes so that it can compile them.

 I have the source for mCom components in 'com' package.

 Even if i give -cp ./mcom (which is the folder in to which i put the
 'com' package) and  -pack com , MTASC gives an error. It says the
 package 'com' not found.

 Anybody has got a solution for this? How can I use the Metaliq mCom
 compoenents with MTASC?

 Thanks
 Vipin




___
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] Fwd: Help needed. Embeding fonts in Deng Modular Browser

2006-11-13 Thread vipin chandran

Guys...

Please check if anybody can help me in this

-- Forwarded message --
From: vipin chandran [EMAIL PROTECTED]
Date: Nov 8, 2006 3:53 PM
Subject: Help needed. Embeding fonts in Deng Modular Browser
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

Hello All,

Can any body help me about embedding fonts in Deng Modular Browser?

The official deng site is not having any link to this tutorial.

If anybody came across this...please help me...


Thanks in advance

Vipin
___
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] Help needed. Embeding fonts in Deng Modular Browser

2006-11-08 Thread vipin chandran

Hello All,

Can any body help me about embedding fonts in Deng Modular Browser?

The official deng site is not having any link to this tutorial.

If anybody came across this...please help me...


Thanks in advance

Vipin
___
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] HTML display component for Flash?

2006-11-05 Thread vipin chandran

That will be wonderful. Great effort. I am interested i it. How to send the
info to Adobe?

Between...

Can you tell me how to embed a font in Deng. I have some issues like the
letters like 'y,g' are all cutting when i put them inside a table.
I thought it will be a problem with font embedding.
Even the deng web site is down for maintenance. So i am not getting the
tutorial for it.
Please help.

I got one more HTML renderer which is the FP HTML RENDERER. That seems good.
But their homepage also leading to some other page (flashpushers.net).
Anybody got any idea about this component ? (and they have one more good
free component which is fp pane.)

So I need u guys help urgently...please...

Thanks in advance
Vipin

On 11/5/06, Claus Wahlers [EMAIL PROTECTED] wrote:



 I got one, which is Deng. But it takes a lot of time to render my
content.

I'm working on a AS3 version of DENG which should be 'a little' faster.
However unfortunately it's gonna take a while yet to finish as i can
only work on it in my free time.

If more people are interested in an AS3 DENG, please let Adobe know.

Cheers,
Claus.

--
claus wahlers
côdeazur brasil
http://codeazur.com.br
___
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] HTML display component for Flash?

2006-11-04 Thread vipin chandran

Sorry I can't wait that long. This is an emergency situation for me.

I don't have time to code a parser by myself.

If anybody can share your experience with me, that will be great!!!

Thanks in advance

Regards,
Vipin

On 11/4/06, eka [EMAIL PROTECTED] wrote:


Hello :)

if you wait the end of this year you can use HTML in a SWF with apollo :

http://labs.adobe.com/wiki/index.php/Apollo

More information in this videos :

http://video.google.com/videoplay?docid=1551903488172905143

http://www.mediabox.fr/adobe_max_2006_01.html ( cuePoint about apollo at
the
end of the list on the bottom of this link)

EKA+ :)


2006/11/4, vipin chandran [EMAIL PROTECTED]:

 Hello All,

 I am in search for a flash component which display HTML content.
 I got one, which is Deng. But it takes a lot of time to render my
content.
 I have my content as XHTML.

 I am new to this group and I dont have any previous discussion about
this.

 Anybody, please help me getting a good component or code library which
 does
 this.

 Regards,
 Vipin
 ___
 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] FLVPlayBack Component in Flash 8

2006-07-17 Thread vipin chandran

Hello All,

I am using FLVPlayBack Component for my project. I have a doubt here. The
fastforward and rewind button just takes the playhead to end and start of
the movie respectively.

I want the real ffwd and rwnd function for my video player. I am streaming
from Flash Meda Server. Help me out how i can achieve this...

Regards,

Vipin
___
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