Category Archive: FLASH Tips

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 – Fullscreen/Close

Flash – Fullscreen/Close fullscreen fscommand(“fullscreen”, “true”); quit on(release) { fscommand(“quit”); }

Flash : Getting data from text file/html file

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

Flash Fullscreen, Without changing image size stop(); getURL(FSCommand:allowscale, false); getURL(FSCommand:fullscreen, true);

Flash – button click

on(release){  getURL("http://www.msn.com","_self");}

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>

Follow

Get every new post delivered to your Inbox.

Join 36 other followers