This is the personal weblog of Greg Burch.

Tuesday, August 06, 2002

There are some new components out for flash com, check them out. http://www.macromedia.com/software/flashcom/download/components/
1:56:02 PM    comment []

Ok so this only took me a year to figure this out. I was having problems with registering a class for use on the server side and client side and casting them back....it just wasn't working. But I found the solution! Its so small that you must pay attention.

function someClass(){ }

that will work! this wont....

someClass = function(){ }

So make sure if you are using Object.registerClass or plan to that you make sure to define it like the first example. And everything should work fine.
11:38:12 AM    comment []


© Copyright 2003 Greg Burch.
 
August 2002
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Jul   Sep

Home

Articles
Live Previews
Common Component Issues
Flash Remoting
SharedObjects
FlashVars
Extending Components
__resolve and apply
XML 2 DataProvider

Macromedia WebLogs
Jeremy Allaire
mesh on mx
jd on mx
An Architect's View

Other WebLogs
Peter Hall
Eric Dolecki
Flash the Future
jdb cyberspace
Branden Hall
OnRelease
Josh Dura
moik78
Full As A Goog
Flash Magazine
Claus Wahlers
Arul Kumaran
Phillip Torrone
Quasimondo
Guy Watson
Robert Hall


Resources
Macromedia Mobile Development Center

Books
Flash Design for Mobile Devices

Flash Enabled

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.