Posted by Sankar.G | Posted in AS3 | Posted on 2:32 PM
Below Code is useful to you to open a popup window in flash using AS3.0
import flash.net.URLRequest;
test_btn.addEventListener(MouseEvent.CLICK,fun);
function fun(event:MouseEvent):void
{
var address:String = "http://www.google.com";
var jscommand:String = "window.open('" + address + "','PopUpWindow','height=600,width=600,toolbar=no,scrollbars=no,resizable=yes,left=0,top=0');";
var url:URLRequest = new URLRequest("javascript:" + jscommand + " void(0);");
navigateToURL(url,"_parent");
}
import flash.net.URLRequest;
test_btn.addEventListener(MouseEvent.CLICK,fun);
function fun(event:MouseEvent):void
{
var address:String = "http://www.google.com";
var jscommand:String = "window.open('" + address + "','PopUpWindow','height=600,width=600,toolbar=no,scrollbars=no,resizable=yes,left=0,top=0');";
var url:URLRequest = new URLRequest("javascript:" + jscommand + " void(0);");
navigateToURL(url,"_parent");
}
Posted by Sankar.G | Posted in AS3 | Posted on 11:24 PM
Data Grid is a Very Use Full Component in Flash But we feel some Difficulties to get the Data from the Data Grid Below Link is very Use full to you to get the Data from the Data Grid
DataGrid.zip
DataGrid.swf
DataGrid.zip
DataGrid.swf
Posted by Sankar.G | Posted in smartFox server | Posted on 10:15 AM
Simple smartFox chat Application in AS3.0
below link is useful to you to get the source for the chat Application. Before download the chat Application from the below link
"SmartFoxchat.zip" "please start the SmartFoxServer"
below link is useful to you to get the source for the chat Application. Before download the chat Application from the below link
"SmartFoxchat.zip" "please start the SmartFoxServer"
Posted by Sankar.G | Posted in smartFox server | Posted on 9:47 PM
Smartfoxserver is a powerful platform for developing Multiuser Applications and Games with
1)Flash
2)Flex
3)Adobe Air
4)Java
5).Net
6)Apple iPhones
It allowing developers to quickly create any type of Multiplayer intractions
chat Applications to MMO Games this server comes with a rich set of features one of
the best sets of documentations with examples...
SmartFoxBits:
it is a set of Flex and flash UI components specifically designed to be used
in conjuction with smartfoxserver 1.5.5 or greaterit is also used to create multiplayer
applications and games
BlueBox:
it is used to allow connections behind firewall and proxies if a direct socket
connection is not available player can play and enjoy Games with restricted network
Configurations
RedBox:
It is based on Red5 project it adds audio&video streaming capabilities
its allow
1)Live one-to-one audio/video chat
2)Live events
3)Video streaming etc...
Open space:
It is powerful flash based isometric engine and multi user virtual world
Open Space Features
1)Customizable tiles aspect ratio
2)Tiles Elevetion
3)2d Objects in 2.5d world
4)Advance path finding
5)Powerful avatar management
6)Advance map interaction system
7)complete map editor
More Details About SmartFox
1)Flash
2)Flex
3)Adobe Air
4)Java
5).Net
6)Apple iPhones
It allowing developers to quickly create any type of Multiplayer intractions
chat Applications to MMO Games this server comes with a rich set of features one of
the best sets of documentations with examples...
SmartFoxBits:
it is a set of Flex and flash UI components specifically designed to be used
in conjuction with smartfoxserver 1.5.5 or greaterit is also used to create multiplayer
applications and games
BlueBox:
it is used to allow connections behind firewall and proxies if a direct socket
connection is not available player can play and enjoy Games with restricted network
Configurations
RedBox:
It is based on Red5 project it adds audio&video streaming capabilities
its allow
1)Live one-to-one audio/video chat
2)Live events
3)Video streaming etc...
Open space:
It is powerful flash based isometric engine and multi user virtual world
Open Space Features
1)Customizable tiles aspect ratio
2)Tiles Elevetion
3)2d Objects in 2.5d world
4)Advance path finding
5)Powerful avatar management
6)Advance map interaction system
7)complete map editor
More Details About SmartFox
Subscribe to:
Posts (Atom)