The working group named TC39 (Ecma International Technical Committee 39) announced it will focus work on the next ECMAScript standard on ECMA3.1 and it means no more ECMAScript 4 which Actionscript 3 is based on…
Read more info at Adobe blog.
Flash, Actionscript, Javascript, PHP and more?
The working group named TC39 (Ecma International Technical Committee 39) announced it will focus work on the next ECMAScript standard on ECMA3.1 and it means no more ECMAScript 4 which Actionscript 3 is based on…
Read more info at Adobe blog.
I have encountered one problem when passing query strings to flash via html.
For example, we have attached the swf using swfobject:
<script type=”text/javascript”>
// <![CDATA[
var so = new SWFObject(”example.swf”, “example”, “702″, “450″, “8″, “#ffffff”);
so.addVariable(”url”, “http://www.example.com/click?id=12345&offerid=62244&type=10″);
so.write(”flash”);
// ]]>
</script>
Here we have passed variable “url” with string “http://www.example.com/click?id=12345&offerid=62244&type=10″ but flash will truncate the string to “http://www.example.com/click?id=12345″ since it treats the variable […]
I’ve found some plug-ins for WordPress are written using jQuery.
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
More info at jQuery.
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
More info at MooTools.
I have encountered a problem that Flash’s javascript interface (External Interface) is unable to get a reference to the movie in IE6/7 if the movie in inside “form” tags when integrated with ASP.NET.
It is because ASP.NET requires any server controls to be inside form tags this was where our problem came from…
Solution at SWFFormFix.
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file, you can check it at here.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Oct | ||||||
| 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 |