Receiving data from a Flash movie: – Enter some text in the Flash movie’s Data field, then press Receive Data. The data from the Flash movie is then transferred to the html form.
Monthly Archives: June 2010
Open a modal window from a Flash movie
AS1 / AS2 In the action of your flash button, you have to execute this code: getURL(“javascript:$.nyroModalManual({url:’YOUR URL’});”); AS3 In the action of your flash button, you have to execute this code: ExternalInterface.call(“$.nyroModalManual({url:’YOUR URL’})”); http://nyromodal.nyrodev.com/wiki/index.php/Open_a_modal_window_from_a_Flash_movie
mac os change lang shortcut
Using shortcuts: To select the input source you previously used, press Command-Space bar. To select the next input source in the Input menu, press Command-Option-Space bar. If Spotlight opens when you’re switching input sources, choose Apple menu > System Preferences, click Keyboard, and then click Keyboard Shortcuts. Select Spotlight on the left and deselect the …
Javascript Open Flash Object
<script src=”/commons/js/flashobject.js” type=”text/javascript”></script> <script src=”/commons/js/FlashDetect.js” type=”text/javascript”></script> <script type=”text/javascript”>// <![CDATA[ // Globals // Major version of Flash required var requiredMajorVersion = 8; // Minor version of Flash required var requiredMinorVersion = 0; // Minor version of Flash required var requiredRevision = 0; function openVideoPopUp() { document.getElementById(“showflash”).style.display=””; var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); // Check to see …
Flash AS2 XML to Array
var xmlDoc:XML = new XML(); System.useCodepage = true; xmlDoc.ignoreWhite = true; xmlDoc.onLoad = function(ok:Boolean) { if (ok) { doMenu(this); } else { trace(“XML did not load”); } }; xmlDoc.load(“myImages.xml”); function doMenu(xml:XML) { var num:Number = xml.firstChild.childNodes.length; pics = new Array(); for (var i = 0; i < num; i++) { pics[i] = xml.firstChild.childNodes[i].attributes.image; } trace(pics); …
SamyGO | Samsung DTS support
Samy go | custom firmware for samsung tv |LCD | LED | PLASMA Telnet and SSH Access to your TV Video Aspect Resolution Fix for playing movies Big & Colored Subtitles Fix for comfortable watching Playing USB2.0 Videos on B55x and later series Support playing videos via mounting NFS,SAMBA and UPNP shares Support non-Samsung branded …