Newtriks Blog

Category Archives: AS2

Dynamically setting FLVPlayback skin to none

Cost me time, solution: If your creating the FLVPlayback dynamically using ActionScript and want to set the skin to none the component is expecting a String. So in the component inspector your select none so I assumed "none" in my code would work... nah, got to set it to null. PLAIN TEXT Actionscript: my_flvplayback.skin = [...]
Also posted in AS3, Flash | Tagged , | 3 Comments

Setting up Flash Remoting on Mac OSX using ColdFusion MX7 and MySQL

In this tutorial I will run through the process I followed to get up and running with Flash Remoting utilising ColdFusion MX7 and a MySQL database on Mac OSX. I will not go into great detail on the installation instructions of ColdFusion MX7 and MySQL on Mac OS X due to there being some fantastic [...]
Also posted in Actionscript, Coldfusion, Flash, MySQL, Remoting, Tutorials | 9 Comments

Communication between classes in AS2 using EventDispatcher

Now I know that AS3 is all the rage now and I really do love the changes made which most definitely make my life easier coding, however, I remember a major breakthrough I had with writing classes in AS2 and still use AS2 due to the lack of computers in the UK hospitals which either [...]
Also posted in Actionscript, Flash, Tutorials | 20 Comments

SimpleViewer

I recently got a request from a client to have a fiddle with the SimpleViewer flash image viewer application. The brief was to add the functionality of a delete button in an administrator page. The delete button basically had to identify the currently selected image and send that variable and a session ID to a [...]
Also posted in Flash | 6 Comments
  • FreeAgent sign-up


  • Recent Posts

  • Categories