TheScarecrow
I have set a variable on the root level timeline.  I have a movieclip that calls a package and within that package I want to call or access the main timline variable.  I have tried MovieClip(root)…
in ActionScript 3
TheScarecrow
Is there a way from AS3 that I change the speed at which an internal movieclip plays instead of the normal document FPS?
in ActionScript 3
TheScarecrow
I have a YouTube video that I am loading into Flash.  How can I test to see if its done playing or not?  Is there a way to do it?  thanks.   Security.allowDomain("www.youtube.com");   var…
in ActionScript 3
TheScarecrow
I was wondering if you could have a cfif statement inside of a update query.  See example below.  Is there a better way of doing it? thanks. <cfquery DATASOURCE="xxx" name="update">   UPDATE…
in Database Access