design. business. life.

Personal Website of Pedro Sostre

HEX Codes for Flash HTML text

HEX Codes for Flash HTML text

I recently noticed that sometimes flash gets a little crazy when trying to display certain characters, e.g. ampersand or percent sign. Here is link to a table with a bunch of ASCII and HTML char ...

Jan, 11 · in Flash,Web Development
More SSH/Command Line MySQL commands

More SSH/Command Line MySQL commands

I noticed that my previous post with basic MySQL SSH commands was relatively popular and I’ve been meaning to save some of the recent ones I’ve been using before I forget them, so… show full ...

Oct, 09 · in Web Development

Detect when Flash Video Reaches End of Playback (AS3)

Need to execute some action when your FLV reaches the end? Pretty simple…

Oct, 09

Actionscript Autorewind Video

myvideo.autoRewind = true; Of course, replace ‘myvideo’ with the instance name of your video.

Oct, 09

Loop FLV Video in AS2

Just sharing some code I found that worked to loop an flv clip that I had dropped into an AS2 movie…

Sep, 04

Javascript Exit Popup

My team has been looking for some good exit popup code for a client and found it hard to find code that would pop an exit popup when a user was leaving the page without ...

Aug, 15

onClick buttons in Actionscript 3

Actions are no longer applied directly to buttons in Actionscript 3. Instead all code can be placed on the main timeline. For a basic getURL you first createa function, then you add an Event Listener ...

Jul, 30