Flash – Getting image from folder
Flash – Getting image from folder right_picture2._with = 250; right_picture2._height = 80; _root.importImage = “picture.jpg”; this.loadMovie(“images/”+_root.importImage);
Flash – Getting image from folder right_picture2._with = 250; right_picture2._height = 80; _root.importImage = “picture.jpg”; this.loadMovie(“images/”+_root.importImage);
Flash – Fullscreen/Close fullscreen fscommand(“fullscreen”, “true”); quit on(release) { fscommand(“quit”); }
Flash : Getting data from text file/html file Flash var textFileData:LoadVars = new LoadVars(); textFileData.onLoad = function(){ name_txt.htmlText = textFileData.name; } textFileData.load(“text.html”); text.html &name=<a href=’http://www.google.com’ target=’_blank’><font color=’#ff0000′><b>google.com</b></a></font><br>
Flash Fullscreen, Without changing image size stop(); getURL(FSCommand:allowscale, false); getURL(FSCommand:fullscreen, true);
on(release){ getURL("http://www.msn.com","_self");}
Flash var textFileData:LoadVars = new LoadVars();textFileData.onLoad = function(){ name_txt.htmlText = textFileData.name;}textFileData.load("text.html"); text.html&name=<a href=’http://www.google.com’ target=’_blank’><font color=’#ff0000′><b>google.com</b></a></font><br>