Question, If i purchase a AS3 Fullscreen Gallery Background Changer is it possible for me to use an onLoaad script to load in my External Swf which is AS2 ?
as3 swf can load as2 swf
as2 swf can not load as3 swf
I konw flashDen since May 09, through a post of Actionscript community,regret not having got to know envato sooner
I just wanna say thank you envato thank you ActiveDen.
PS.sorry for my poor English
Stay here,I can learn English learn Flash and also earn money,how nice
ActiveDen
wmv ?
for(var i=0;(++i)<10;){
trace(i)
}
//0~9
for(i=0;(i++)<10;){
trace(i)
}
//1~10
for(i=0;i<10;++i){
trace(i)
}
//0~9 why?
//run
//var i=0
//i<10 ? yes! i<10==true
//ok,trace(i) ,at this time i still is 0
//++i or i++ , they are same result
//next loop
//when i==10 means i<10==false ,trace will not run ,complete
var num=0
trace(num++)
//0
num=0
trace(++num)
//1
//++num is the same as
function returnNum():Number{
return num++
}
//num++ is the same as
function returnNum():Number{
return ++num-1
}
It looks fine for me ,awesome
flaDen +1
RIADen +1
SWFDen +1
potatoDen +1
How about
newDen
wowDen
bestDen
FoxDen
or
stupidAdobeDen ?
Adobe….. 
Damn,you met a bad guy
You should do some protection ,like .. add a logo ,limit time etc ..then encrypt swf file before you give file to your unfamiliar client,or make a online preview page 
Oh~,congratz mpc !
