Hi Everybody,
Its simple ....
Past Bal thackeray
Marathis vs South Indians
Present Raj thackeray
Marathis vs North Indians
Future Bal vs Raj
Marathi vs Marathi
This thackeray clan will kill there own ppl for power BEWARE maharashtrians
they dont care about anyone they only want power.. what have they done for
vidharba farmers...
Maharashtrians are peace loving ppl with very good family values which i have
seen in suburbs like dombivli kalyan... i hardly see them spending on luxuries
like cars or big house but they will spend on there kids education who in turn
also take care of there parents... this type of violence is hardly seen in them
Please forward this to everyone who are unaware of this fact .......
[Non-text portions of this message have been removed]
Hello all,
I am looking to develop and online chat application similar to "Shoutbox" as
given below.
http://www.xigla.com/shoutbox/
Please let me know if any of you is interested to develop such an
application. Please get back to me on my personal email ID.
Thanks & regards,
Atul
[Non-text portions of this message have been removed]
The script i gave you is intended to be used on exe. Should be working fine
because we did more than 20 projects with that one.
Raj.
________________________________
From: darshan rane <darr_zol@...>
To: iGeeks@yahoogroups.com
Sent: Wednesday, 24 June, 2009 12:07:17 AM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
yes
it doesnt work in exe
it will work in browser or swf but not in exe
____________ _________ _________ __
From: Rajkumar <flasziraj@yahoo. co.in>
To: iGeeks@yahoogroups. com
Sent: Thursday, 18 June, 2009 10:47:01 PM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Let me know what issue you face.
Raj.
____________ _________ _________ __
From: J <j4k4ever@gmail. com>
To: iGeeks@yahoogroups. com
Sent: Wednesday, 17 June, 2009 2:21:07 PM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Sorry, but it's not working. Seems to be a problem - I searched other forums
too and quite a number of people are complaining about it. Has it worked for
you? I haven't tested another machine(OS) nor another flash version (I'm
using CS3).
Thanks!
~ jai
On Tue, Jun 16, 2009 at 10:59 PM, J <j4k4ever@gmail. com> wrote:
> Thanks Raj, will try this :)
>
> regards
> ~ jai
>
> On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@yahoo. co.in> wrote:
>
>>
>>
>> Hi Jai,
>>
>> If you want to open up OE / default mail client from a standalone player,
>> getURL doesn't work. You will have to use some alternate method to achieve
>> it.
>>
>> You can write down a bat file to open the mail client and then execute the
>> .bat file through Flash. Here is the code for the .bat file:
>>
>> @ECHO off
>> start c:\progra~ 1\outloo~ 1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail. com>
>> ?subject=mailSubjec t
>> cls
>> exit
>>
>> Save this as a .bat file, say OEmail.bat and then have this called via
>> Flash. Here is how you could do that:
>>
>> fscommand("exec" ,"OEmail. bat");
>>
>> NOTE: You will have to place the .bat file in a folder named "fscommand",
>> the usual way.
>>
>> Hope this helps.
>>
>> Raj.
>>
>>
>> --- In iGeeks@yahoogroups. com <iGeeks%40yahoogrou ps.com>, J <j4k4ever@.. .>
>> wrote:
>> >
>> > Hey friends,
>> >
>> > Standalone player (exe and swf without html) doesn't launch my default
>> email
>> > client by this code:
>> >
>> > on(release)
>> > {
>> > getURL("mailto: abc@...", "_blank");
>> > }
>> >
>> > Any ideas would be appreciated!
>> >
>> > Thanks & Regards,
>> > ~ Jai
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>>
>>
>>
>
>
[Non-text portions of this message have been removed]
Love Cricket? Check out live scores, photos, video highlights and more. Click
here http://cricket. yahoo.com
[Non-text portions of this message have been removed]
Cricket on your mind? Visit the ultimate cricket website. Enter http://cricket.
yahoo.com
[Non-text portions of this message have been removed]
ICC World Twenty20 England '09 exclusively on YAHOO! CRICKET
http://cricket.yahoo.com
[Non-text portions of this message have been removed]
Thats nice to hear!
Raj.
________________________________
From: "aliasgar2004@..." <aliasgar2004@...>
To: iGeeks@yahoogroups.com
Sent: Friday, 26 June, 2009 3:30:57 PM
Subject: Re: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Hi
I have tried the same thing its working fine with me.
Aliasgar
On Jun 24, 2009 12:07am, darshan rane <darr_zol@yahoo. co.in> wrote:
> yes
> it doesnt work in exe
> it will work in browser or swf but not in exe
> ____________ _________ _________ __
> From: Rajkumar flasziraj@yahoo. co.in>
> To: iGeeks@yahoogroups. com
> Sent: Thursday, 18 June, 2009 10:47:01 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Let me know what issue you face.
> Raj.
> ____________ _________ _________ __
> From: J
> To: iGeeks@yahoogroups. com
> Sent: Wednesday, 17 June, 2009 2:21:07 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Sorry, but it's not working. Seems to be a problem - I searched other
> forums
> too and quite a number of people are complaining about it. Has it worked
> for
> you? I haven't tested another machine(OS) nor another flash version (I'm
> using CS3).
> Thanks!
> ~ jai
> On Tue, Jun 16, 2009 at 10:59 PM, J wrote:
> > Thanks Raj, will try this :)
> >
> > regards
> > ~ jai
> >
> > On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar co.in> wrote:
> >
> >>
> >>
> >> Hi Jai,
> >>
> >> If you want to open up OE / default mail client from a standalone
> player,
> >> getURL doesn't work. You will have to use some alternate method to
> achieve
> >> it.
> >>
> >> You can write down a bat file to open the mail client and then execute
> the
> >> .bat file through Flash. Here is the code for the .bat file:
> >>
> >> @ECHO off
> >> start c:\progra~ 1\outloo~ 1\msimn.exe
> /mailurl:mailto:abc@...%40mail. com>
> >> ?subject=mailSubjec t
> >> cls
> >> exit
> >>
> >> Save this as a .bat file, say OEmail.bat and then have this called via
> >> Flash. Here is how you could do that:
> >>
> >> fscommand("exec" ,"OEmail. bat");
> >>
> >> NOTE: You will have to place the .bat file in a folder
> named "fscommand",
> >> the usual way.
> >>
> >> Hope this helps.
> >>
> >> Raj.
> >>
> >>
> >> --- In iGeeks@yahoogroups. com ps.com>, J
> >> wrote:
> >> >
> >> > Hey friends,
> >> >
> >> > Standalone player (exe and swf without html) doesn't launch my
> default
> >> email
> >> > client by this code:
> >> >
> >> > on(release)
> >> > {
> >> > getURL("mailto: abc@...", "_blank");
> >> > }
> >> >
> >> > Any ideas would be appreciated!
> >> >
> >> > Thanks & Regards,
> >> > ~ Jai
> >> >
> >> >
> >> > [Non-text portions of this message have been removed]
> >> >
> >>
> >>
> >>
> >
> >
> [Non-text portions of this message have been removed]
> Love Cricket? Check out live scores, photos, video highlights and more.
> Click here http://cricket. yahoo.com
> [Non-text portions of this message have been removed]
> Cricket on your mind? Visit the ultimate cricket website. Enter
> http://cricket. yahoo.com
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
Cricket on your mind? Visit the ultimate cricket website. Enter
http://cricket.yahoo.com
[Non-text portions of this message have been removed]
Hi
I have tried the same thing its working fine with me.
Aliasgar
On Jun 24, 2009 12:07am, darshan rane <darr_zol@...> wrote:
> yes
> it doesnt work in exe
> it will work in browser or swf but not in exe
> ________________________________
> From: Rajkumar flasziraj@...>
> To: iGeeks@yahoogroups.com
> Sent: Thursday, 18 June, 2009 10:47:01 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Let me know what issue you face.
> Raj.
> ____________ _________ _________ __
> From: J
> To: iGeeks@yahoogroups. com
> Sent: Wednesday, 17 June, 2009 2:21:07 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Sorry, but it's not working. Seems to be a problem - I searched other
> forums
> too and quite a number of people are complaining about it. Has it worked
> for
> you? I haven't tested another machine(OS) nor another flash version (I'm
> using CS3).
> Thanks!
> ~ jai
> On Tue, Jun 16, 2009 at 10:59 PM, J wrote:
> > Thanks Raj, will try this :)
> >
> > regards
> > ~ jai
> >
> > On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar co.in> wrote:
> >
> >>
> >>
> >> Hi Jai,
> >>
> >> If you want to open up OE / default mail client from a standalone
> player,
> >> getURL doesn't work. You will have to use some alternate method to
> achieve
> >> it.
> >>
> >> You can write down a bat file to open the mail client and then execute
> the
> >> .bat file through Flash. Here is the code for the .bat file:
> >>
> >> @ECHO off
> >> start c:\progra~ 1\outloo~ 1\msimn.exe
> /mailurl:mailto:abc@...%40mail. com>
> >> ?subject=mailSubjec t
> >> cls
> >> exit
> >>
> >> Save this as a .bat file, say OEmail.bat and then have this called via
> >> Flash. Here is how you could do that:
> >>
> >> fscommand("exec" ,"OEmail. bat");
> >>
> >> NOTE: You will have to place the .bat file in a folder
> named "fscommand",
> >> the usual way.
> >>
> >> Hope this helps.
> >>
> >> Raj.
> >>
> >>
> >> --- In iGeeks@yahoogroups. com ps.com>, J
> >> wrote:
> >> >
> >> > Hey friends,
> >> >
> >> > Standalone player (exe and swf without html) doesn't launch my
> default
> >> email
> >> > client by this code:
> >> >
> >> > on(release)
> >> > {
> >> > getURL("mailto: abc@...", "_blank");
> >> > }
> >> >
> >> > Any ideas would be appreciated!
> >> >
> >> > Thanks & Regards,
> >> > ~ Jai
> >> >
> >> >
> >> > [Non-text portions of this message have been removed]
> >> >
> >>
> >>
> >>
> >
> >
> [Non-text portions of this message have been removed]
> Love Cricket? Check out live scores, photos, video highlights and more.
> Click here http://cricket. yahoo.com
> [Non-text portions of this message have been removed]
> Cricket on your mind? Visit the ultimate cricket website. Enter
> http://cricket.yahoo.com
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
yes
it doesnt work in exe
it will work in browser or swf but not in exe
________________________________
From: Rajkumar <flasziraj@...>
To: iGeeks@yahoogroups.com
Sent: Thursday, 18 June, 2009 10:47:01 PM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Let me know what issue you face.
Raj.
____________ _________ _________ __
From: J <j4k4ever@gmail. com>
To: iGeeks@yahoogroups. com
Sent: Wednesday, 17 June, 2009 2:21:07 PM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Sorry, but it's not working. Seems to be a problem - I searched other forums
too and quite a number of people are complaining about it. Has it worked for
you? I haven't tested another machine(OS) nor another flash version (I'm
using CS3).
Thanks!
~ jai
On Tue, Jun 16, 2009 at 10:59 PM, J <j4k4ever@gmail. com> wrote:
> Thanks Raj, will try this :)
>
> regards
> ~ jai
>
> On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@yahoo. co.in> wrote:
>
>>
>>
>> Hi Jai,
>>
>> If you want to open up OE / default mail client from a standalone player,
>> getURL doesn't work. You will have to use some alternate method to achieve
>> it.
>>
>> You can write down a bat file to open the mail client and then execute the
>> .bat file through Flash. Here is the code for the .bat file:
>>
>> @ECHO off
>> start c:\progra~ 1\outloo~ 1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail. com>
>> ?subject=mailSubjec t
>> cls
>> exit
>>
>> Save this as a .bat file, say OEmail.bat and then have this called via
>> Flash. Here is how you could do that:
>>
>> fscommand("exec" ,"OEmail. bat");
>>
>> NOTE: You will have to place the .bat file in a folder named "fscommand",
>> the usual way.
>>
>> Hope this helps.
>>
>> Raj.
>>
>>
>> --- In iGeeks@yahoogroups. com <iGeeks%40yahoogrou ps.com>, J <j4k4ever@.. .>
>> wrote:
>> >
>> > Hey friends,
>> >
>> > Standalone player (exe and swf without html) doesn't launch my default
>> email
>> > client by this code:
>> >
>> > on(release)
>> > {
>> > getURL("mailto: abc@...", "_blank");
>> > }
>> >
>> > Any ideas would be appreciated!
>> >
>> > Thanks & Regards,
>> > ~ Jai
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>>
>>
>>
>
>
[Non-text portions of this message have been removed]
Love Cricket? Check out live scores, photos, video highlights and more. Click
here http://cricket. yahoo.com
[Non-text portions of this message have been removed]
Cricket on your mind? Visit the ultimate cricket website. Enter
http://cricket.yahoo.com
[Non-text portions of this message have been removed]
Let me know what issue you face.
Raj.
________________________________
From: J <j4k4ever@...>
To: iGeeks@yahoogroups.com
Sent: Wednesday, 17 June, 2009 2:21:07 PM
Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
Sorry, but it's not working. Seems to be a problem - I searched other forums
too and quite a number of people are complaining about it. Has it worked for
you? I haven't tested another machine(OS) nor another flash version (I'm
using CS3).
Thanks!
~ jai
On Tue, Jun 16, 2009 at 10:59 PM, J <j4k4ever@gmail. com> wrote:
> Thanks Raj, will try this :)
>
> regards
> ~ jai
>
> On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@yahoo. co.in> wrote:
>
>>
>>
>> Hi Jai,
>>
>> If you want to open up OE / default mail client from a standalone player,
>> getURL doesn't work. You will have to use some alternate method to achieve
>> it.
>>
>> You can write down a bat file to open the mail client and then execute the
>> .bat file through Flash. Here is the code for the .bat file:
>>
>> @ECHO off
>> start c:\progra~ 1\outloo~ 1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail. com>
>> ?subject=mailSubjec t
>> cls
>> exit
>>
>> Save this as a .bat file, say OEmail.bat and then have this called via
>> Flash. Here is how you could do that:
>>
>> fscommand("exec" ,"OEmail. bat");
>>
>> NOTE: You will have to place the .bat file in a folder named "fscommand",
>> the usual way.
>>
>> Hope this helps.
>>
>> Raj.
>>
>>
>> --- In iGeeks@yahoogroups. com <iGeeks%40yahoogrou ps.com>, J <j4k4ever@.. .>
>> wrote:
>> >
>> > Hey friends,
>> >
>> > Standalone player (exe and swf without html) doesn't launch my default
>> email
>> > client by this code:
>> >
>> > on(release)
>> > {
>> > getURL("mailto: abc@...", "_blank");
>> > }
>> >
>> > Any ideas would be appreciated!
>> >
>> > Thanks & Regards,
>> > ~ Jai
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>>
>>
>>
>
>
[Non-text portions of this message have been removed]
Love Cricket? Check out live scores, photos, video highlights and more.
Click here http://cricket.yahoo.com
[Non-text portions of this message have been removed]
Sorry Guys,
There was some problem with the attachment in the earlier mail
You can download my CV from the below given link ...
http://helloscript.com/start/Deepaks_resume.doc
Regards,
Deepak Katiyar
--- On Wed, 6/17/09, deepak katiyar <Kat_302000@...> wrote:
From: deepak katiyar <Kat_302000@...>
Subject: [iGeeks] looking for a job change ....
To: iGeeks@yahoogroups.com
Date: Wednesday, June 17, 2009, 4:26 PM
Hi Guys,
I am a Sr. Programmer working in DMCL(Essel Group) looking for a job change.
If you are aware of any job vacancy in any company related to Flash and Flex,
please let me know.
Short description :
I have done BE as a graduation.
I am Flash CS3 Professional certified.
Total experience is of 5.5 years.
For detailed information you can have a look in my attached resume
Regards,
Deepak Katiyar
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Hi Guys,
I am a Sr. Programmer working in DMCL(Essel Group) looking for a job change.
If you are aware of any job vacancy in any company related to Flash and Flex,
please let me know.
Short description :
I have done BE as a graduation.
I am Flash CS3 Professional certified.
Total experience is of 5.5 years.
For detailed information you can have a look in my attached resume
Regards,
Deepak Katiyar
[Non-text portions of this message have been removed]
Sorry, but it's not working. Seems to be a problem - I searched other forums
too and quite a number of people are complaining about it. Has it worked for
you? I haven't tested another machine(OS) nor another flash version (I'm
using CS3).
Thanks!
~ jai
On Tue, Jun 16, 2009 at 10:59 PM, J <j4k4ever@...> wrote:
> Thanks Raj, will try this :)
>
> regards
> ~ jai
>
> On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@...> wrote:
>
>>
>>
>> Hi Jai,
>>
>> If you want to open up OE / default mail client from a standalone player,
>> getURL doesn't work. You will have to use some alternate method to achieve
>> it.
>>
>> You can write down a bat file to open the mail client and then execute the
>> .bat file through Flash. Here is the code for the .bat file:
>>
>> @ECHO off
>> start c:\progra~1\outloo~1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail.com>
>> ?subject=mailSubject
>> cls
>> exit
>>
>> Save this as a .bat file, say OEmail.bat and then have this called via
>> Flash. Here is how you could do that:
>>
>> fscommand("exec","OEmail.bat");
>>
>> NOTE: You will have to place the .bat file in a folder named "fscommand",
>> the usual way.
>>
>> Hope this helps.
>>
>> Raj.
>>
>>
>> --- In iGeeks@yahoogroups.com <iGeeks%40yahoogroups.com>, J <j4k4ever@...>
>> wrote:
>> >
>> > Hey friends,
>> >
>> > Standalone player (exe and swf without html) doesn't launch my default
>> email
>> > client by this code:
>> >
>> > on(release)
>> > {
>> > getURL("mailto:abc@...", "_blank");
>> > }
>> >
>> > Any ideas would be appreciated!
>> >
>> > Thanks & Regards,
>> > ~ Jai
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>>
>>
>>
>
>
[Non-text portions of this message have been removed]
Thanks Raj, will try this :)
regards
~ jai
On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@...> wrote:
>
>
> Hi Jai,
>
> If you want to open up OE / default mail client from a standalone player,
> getURL doesn't work. You will have to use some alternate method to achieve
> it.
>
> You can write down a bat file to open the mail client and then execute the
> .bat file through Flash. Here is the code for the .bat file:
>
> @ECHO off
> start c:\progra~1\outloo~1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail.com>
> ?subject=mailSubject
> cls
> exit
>
> Save this as a .bat file, say OEmail.bat and then have this called via
> Flash. Here is how you could do that:
>
> fscommand("exec","OEmail.bat");
>
> NOTE: You will have to place the .bat file in a folder named "fscommand",
> the usual way.
>
> Hope this helps.
>
> Raj.
>
> --- In iGeeks@yahoogroups.com <iGeeks%40yahoogroups.com>, J <j4k4ever@...>
> wrote:
> >
> > Hey friends,
> >
> > Standalone player (exe and swf without html) doesn't launch my default
> email
> > client by this code:
> >
> > on(release)
> > {
> > getURL("mailto:abc@...", "_blank");
> > }
> >
> > Any ideas would be appreciated!
> >
> > Thanks & Regards,
> > ~ Jai
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
[Non-text portions of this message have been removed]
Hi Jai,
If you want to open up OE / default mail client from a standalone player, getURL
doesn't work. You will have to use some alternate method to achieve it.
You can write down a bat file to open the mail client and then execute the .bat
file through Flash. Here is the code for the .bat file:
@ECHO off
start c:\progra~1\outloo~1\msimn.exe
/mailurl:mailto:abc@...?subject=mailSubject
cls
exit
Save this as a .bat file, say OEmail.bat and then have this called via Flash.
Here is how you could do that:
fscommand("exec","OEmail.bat");
NOTE: You will have to place the .bat file in a folder named "fscommand", the
usual way.
Hope this helps.
Raj.
--- In iGeeks@yahoogroups.com, J <j4k4ever@...> wrote:
>
> Hey friends,
>
> Standalone player (exe and swf without html) doesn't launch my default email
> client by this code:
>
> on(release)
> {
> getURL("mailto:abc@...", "_blank");
> }
>
> Any ideas would be appreciated!
>
> Thanks & Regards,
> ~ Jai
>
>
> [Non-text portions of this message have been removed]
>
ZInc (or any other SWF compiler) is used to package Flash standalone
projectors.
gives better control on many standalone functions.
had worked with it 2-3 years ago.
not sure if it is still available and valid.
best,
kedar prabhavalkar
www.studioinspira.com
On Tue, Jun 16, 2009 at 3:49 PM, J <j4k4ever@...> wrote:
>
>
> Hi,
>
> Thanks for your replies.
>
> @Studio - no, am not familiar with Zinc. I'm working with something I made
> in flash.
>
> @Rashid - My syntax works if I publish the html and open it. Same with your
> syntax. However, none work if I open the swf or the projector exe.
>
> Any other idea?
>
> Regards,
> ~ Jai
>
>
> On Tue, Jun 16, 2009 at 3:33 PM, Rashid Ahmed
<abid.inc@...<abid.inc%40gmail.com>>
> wrote:
>
> >
> >
> > Hi,
> >
> > your syntax seems to be correct. Try this out:
> >
> > on (release) {
> > MailVar = "abc@... <abc%40xyz.com> <abc%40xyz.com>";
> > URL = "mailto:" + MailVar;
> > getURL (URL, "_blank");
> > }
> >
> > Hope this helps,
> >
> > Cheers
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]
Hi,
Thanks for your replies.
@Studio - no, am not familiar with Zinc. I'm working with something I made
in flash.
@Rashid - My syntax works if I publish the html and open it. Same with your
syntax. However, none work if I open the swf or the projector exe.
Any other idea?
Regards,
~ Jai
On Tue, Jun 16, 2009 at 3:33 PM, Rashid Ahmed <abid.inc@...> wrote:
>
>
> Hi,
>
> your syntax seems to be correct. Try this out:
>
> on (release) {
> MailVar = "abc@... <abc%40xyz.com>";
> URL = "mailto:" + MailVar;
> getURL (URL, "_blank");
> }
>
> Hope this helps,
>
> Cheers
>
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]
Hi,
your syntax seems to be correct. Try this out:
on (release) {
MailVar = "abc@...";
URL = "mailto:" + MailVar;
getURL (URL, "_blank");
}
Hope this helps,
Cheers
[Non-text portions of this message have been removed]
are you familiar with Zinc ?
best,
kedar prabhavalkar
www.studioinspira.com
On Tue, Jun 16, 2009 at 12:58 PM, J <j4k4ever@...> wrote:
>
>
> Hey friends,
>
> Standalone player (exe and swf without html) doesn't launch my default
> email
> client by this code:
>
> on(release)
> {
> getURL("mailto:abc@... <abc%40xyz.com>", "_blank");
> }
>
> Any ideas would be appreciated!
>
> Thanks & Regards,
> ~ Jai
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]
Hey friends,
Standalone player (exe and swf without html) doesn't launch my default email
client by this code:
on(release)
{
getURL("mailto:abc@...", "_blank");
}
Any ideas would be appreciated!
Thanks & Regards,
~ Jai
[Non-text portions of this message have been removed]
Hi
I am a flash developer and we got a project in flash. I have some issues
regarding with fonts.
1. Project language is Hindi
2. We have a flash engine which loads content from xml file.
3. We will be using the same engine for different language
4. I am using ArialUnicodeMs font in my engine
5. Adding "Devanagari" font is showing differently few chars
which is the best way to overcome this issue, requirement.
Thanks in Advance
Aloysius
Explore your hobbies and interests. Go to
http://in.promos.yahoo.com/groups/
[Non-text portions of this message have been removed]
Hi,
iam new to flex and offcourse this forum, so firstly my greetings.
I would love to get your feedback on my effort to create a flex
frontend for Wordpress. Which iam calling WordPlex :D
pls check www.mdvn.co.nr
Wordplex is Flex front end implementation for WordPress CMS.
>
> The Flex App is purely a window.
>
> The present implementation is built on a single XML export of all
> postings from the WordPress site.
> Information such as main menu items, is processed at runtime from the
> Categories in the WordPress site.
>
> Likewise, menu order or page order is set in WordPress and carried as
> metadata to the flex app thro the tag attribute of each WP posting.
>
> WordPlex can handle videos directly from Youtube using the tubeloc
> libraries implemented as modules.
>
> All images are stored and fetched from Flickr. And so is the
> Slideshows.
>
> The Flickr API docs at present don’t address how to grab its
> slideshows from inside Flex. So for the time being its an external
> implementation.
>
> I hope to keep adding features and off course a regular blog frontend
> in the near future. My next target is getting the WP comments
> interfaced into the app through RSS.
>
> Thanks for your interest.
>
> The WP site used as backend is http://mdevan.wordpress.com/, will be
> very kind if you could leave your comments there, until I get it
> implemented in flex.
>
> many thanks
>
> maha
>
>
>
>
Hi
Can u please give me project specifications
Regards
rakesh
--- On Wed, 3/11/09, Chintu <chintu_web@...> wrote:
From: Chintu <chintu_web@...>
Subject: Re: [iGeeks] Flash AS3 coderd
To: iGeeks@yahoogroups.com
Date: Wednesday, March 11, 2009, 11:41 AM
Hi,
Yes, I'm intrested and i can do this project.
Gopi
--- On Tue, 2/3/09, anita nair <anitz_in@yahoo. com> wrote:
From: anita nair <anitz_in@yahoo. com>
Subject: [iGeeks] Flash AS3 coderd
To: iGeeks@yahoogroups. com
Date: Tuesday, February 3, 2009, 1:00 PM
Hey,
Am looking for freelancers who can work on AS3 to build apps for facebook.
Anyone intersted? Pls email!
thanks!
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Hi,
Yes, I'm intrested and i can do this project.
Gopi
--- On Tue, 2/3/09, anita nair <anitz_in@...> wrote:
From: anita nair <anitz_in@...>
Subject: [iGeeks] Flash AS3 coderd
To: iGeeks@yahoogroups.com
Date: Tuesday, February 3, 2009, 1:00 PM
Hey,
Am looking for freelancers who can work on AS3 to build apps for facebook.
Anyone intersted? Pls email!
thanks!
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
hi,
i'm facing this problem with this url : www.archgroupintl.com
clicking on the panel should open the company's old website (
www.archgroup.ae) in a new window / tab
this works on Windows browsers but doesnt work on Mac browsers.
i have read that reportedly there are problems with certain Flash player
versions on Mac.
but not sure exactly which version and what problems.
is there a workaround to this, other than telling the user to upgrade the
Flash player ?
best,
kedar prabhavalkar
www.studioinspira.com
[Non-text portions of this message have been removed]
Hey,
Am looking for freelancers who can work on AS3 to build apps for facebook.
Anyone intersted? Pls email!
thanks!
[Non-text portions of this message have been removed]
Hi fellow Geeks,
I dabble in flash and want to learn more about components - especially using
& customizing the accordion menu. Can anybody please suggest some good
reading/step-by-step-tutorials/samples? I'd be highly obliged.
Thanks & Regards,
~ jai
[Non-text portions of this message have been removed]
Hey All,
I wish you all a very happy Diwali and wonderful prosperous for all future
endeavors.
I miss diwali festival in INDIA. We are celebrating diwali festival in US
too.
I hope you guys are having fun and doing a great job.
Regards,
Santosh Kumar
Flash Architect Engineer
Landesk
USA
On Sat, Oct 25, 2008 at 7:49 AM, studio i n s p i r a <
studioinspira@...> wrote:
> *wishing you a happy diwali and a great year ahead ! *
>
> best,
> kedar prabhavalkar
> www.studioinspira.com
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]
*wishing you a happy diwali and a great year ahead ! *
best,
kedar prabhavalkar
www.studioinspira.com
[Non-text portions of this message have been removed]
Sandeep Virmani would like to recall the message, "[iGeeks] Re: Has anybody seen
EMI calculator done in flash?".
[Non-text portions of this message have been removed]
Thanks guys for sharing
This really works well.
Can any one suggest good links on the latest Flash Templates, for
E-learning stuff?
Regards,
Sandeep Virmani
Sr Visual Designer, Knowledge Services
________________________________
From: iGeeks@yahoogroups.com [mailto:iGeeks@yahoogroups.com] On Behalf
Of krishna Raj_Web
Sent: Thursday, September 18, 2008 12:01 PM
To: iGeeks@yahoogroups.com
Subject: Re: [iGeeks] Re: Has anybody seen EMI calculator done in flash?
Thanks a bunch Jayz_den!!!
Regards,
krishna
On Thu, Sep 18, 2008 at 9:03 AM, jayz_den <jayz_den@...
<mailto:jayz_den%40yahoo.com> > wrote:
> --- In iGeeks@yahoogroups.com <mailto:iGeeks%40yahoogroups.com>
<iGeeks%40yahoogroups.com>,
> "krishna.rajs" <krshnaonweb@...> wrote:
> >
> > Hi all,
> > After long long time I am here.
> > Has anybody seen EMI calculator done in flash?
> >
> > Regards,
> > Krishna
> > www.flashactions.wordpress.com
> >
>
> http://wealth.moneycontrol.com/emi_calculater.php
<http://wealth.moneycontrol.com/emi_calculater.php>
> Here.. we just finished working on it.
>
>
>
--
Thanks and Regards,
Krishna
Read my blogs
http://flashactions.wordpress <http://flashactions.wordpress> .com
http://stockthoughts.wordpress <http://stockthoughts.wordpress> .com
Gtalk:krshnaraj
YahooIM:krishna.rajs
Live Messenger: krishna.rajs
Skype: krishna.rajs
Linkedin: http://www.linkedin.com/in <http://www.linkedin.com/in>
/krishnarajs
Cellular Contact: 0091.998.5013.316
Cellular Contact: 0091.924.8763.069
Twitter:krshnaonweb
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
hi.
i'm pitching for a project, part of which may require Flash development
where a complex interface will be formed out of information from a dynamic /
static database or feed.
the interface will be as graphic as possible, consisting of Flash generated
visuals / photographs / videos.
this is just to give you an idea.
also for reference you may see:
www.wefeelfine.org/
www.mojaveexperiment.com
would you be interested in pitching for this along with me?
have you done any work similar to this?
or do you know anyone else who would be interested?
do spread the word and let me know.
thanks !
best,
kedar prabhavalkar
www.studioinspira.com
[Non-text portions of this message have been removed]