Re: [Flashcoders] Accessing a Flash frame label

2006-08-09 Thread SWF Coder
Frame labels does NOT become numeric when published to
SWF!

to access frame labels from html, make sure that the
frame label type is set to Anchor not to the defualt
Name, then you can access it using the HTML anchor
style (i.e. http://www.mydomain.com/myMovie.swf#here
where here is the frame label 'anchor' name)

Always glad to help.

--- eric dolecki [EMAIL PROTECTED] wrote:

 frame labels become numeric when published to SWF,
 so you wouldn't be able
 to do that. However, you could always send in a
 specific variable value, and
 have a function in the SWF look at it, and target
 the mc you want.
 
 On 8/8/06, Jeff Hindman [EMAIL PROTECTED] wrote:
 
  Hey Flashcoders,
 
How can I access a specific frame label in a
 Flash movie from an HTML
  link?  It would look something like this:
 
  a href =

http://www.mydomain.com/myMovie.swf?label='here'Click
 me/a
 
  where here is the frame label in the SWF.
 
  Thanks --
 
-- Jeff
  ___
  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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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 to secure actionscript code from reverse engineering

2006-08-09 Thread SWF Coder
I used both ASO (www.genable.com) and secureswf
(www.kindisoft.com) and they worked great for me.
While i experienced several problems with swfencrypt.
But i never had a chance to test MT's Obfu
(www.mtasc.org)

I hope that helps.

--- Santhakumar K [EMAIL PROTECTED] wrote:

 flashcoders,
   we developing one application that communicate
 from mobile to pc. mobile
 version is developed in j2me. pc version i am
 developing in flashplayer 7
 which should also runs on linux environment. For
 j2me they having protection
 method to jumble class files from reverse
 engineering. but i dont no how to
 protect my swf from reverse engineering (eg.
 actionscript viewer). thats why
 companies afraid to develop secure applications in
 flash. please inform me
 any other method to protect from reverse
 engineering.
 
 Regards,
 
 Santhakumar K Chennai India
 http://www.santhakumar.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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] AS3 Reflection API?

2006-08-09 Thread SWF Coder

Hi,

From what have been discovered of the SWF9 Format
(www.osflash.org/flash9) ... shouldn’t there be a
reflection API? Since the new Action Tags now holds
all these tables (lists) about the code. Have anyone
come across anything like that?

Thanks.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] ComboBox drop up

2006-08-07 Thread SWF Coder
 Any reasons why my ComboBox won't drop upwards even
 though I am running
 out of room?  It is just getting cut off at the
 bottom of the movie.
 Hoping this is something stupid that I'm
 overlooking, but I'm kinda
 stuck so any ideas would be appreciated.
  
 Thanks,
 Bob Chyko

I don't think that's possible using the ComboBox in
the UI Components... may be you have to use another
component which allows you to do so (or does so
automatically). Or just make your own ComboBox!

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] Re: how to hide your AS 2.0 from flash leech software

2006-08-06 Thread SWF Coder

I'm always suspicious when a person's first post to a
mailing list is
in promoting a commercial product. Maybe I'm just too
paranoid, who
knows.


I'm also a little suspicious of people using
nom-de-plumes, but I got  
an answer to my question. Care to suggest any
alternatives?


I suggested two free products!!! (look at the pervious
post)
And as far as I know, there are no open-source
alternatives.

Anyway, i just wanted to help!

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread SWF Coder

 Can flex compiler run inside the Flash 9 plugin?

No Way!

No need to be snappy. I didn't understand. I suppose
you could write
it using the new byte array stuff, but I don't
understand why it would
be of any use to anyone. If you want something
compiled it would make
a lot more sense to get a serverside language to call
the compiler.

It makes more sense as an interpretur to execute some
scripts on the client-side.
I wonder if there is a parser generator that could be
used with AS3?
Anyway, what the new byte array has to do with it?

 Possibly for geek points?
A compiler is a lot of work. If you have time to
kill, why not spend
it on something worthwhile.

Not if you used a parser generator. Plus, it's fun ;)

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] Re: how to hide your AS 2.0 from flash leech software

2006-08-05 Thread SWF Coder

 You can protect your AS code from decompilers by
using
 an obfuscator.

Anyone know of any for use on a Mac?

David

My friend got an alpha version of SecureSWF for Mac,
contact kindisoft and maybe they will send you a copy.

SWF_Coder


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] Re: how to hide your AS 2.0 from flash leech software

2006-08-04 Thread SWF Coder
You can protect your AS code from decompilers by using
an obfuscator.

check out www.kindisoft.com and www.genable.com

go to this link to download secureSWF Personal
http://www.kindisoft.com/RequestEvaluation.aspx


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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