Dotnet-StuffWorld

Friday, February 4, 2011

 

How to import a Flash file into ASP.Net webpage?

hi..!

We can insert flash(.SWF) file into ASP.Net Webpage easily with Flash Control. yes I am using it one of my project and it works good. U can also download FlashControl and include it in all your projects very easily !!


Step 1

go to website www.flash-control.net Download FlashControl v2.4 Free Version (yes !! free version works perfectly) or you can buy full version from site

Step 2


Put FlashControl.dll somewhere on your hard drive, "C:\temp\" for example. Now in Visual Studio, open the Toolbox window, right-click on a tab (you can create a new one if you want) and select "Choose items...", then on the ".Net Framework components" tab click "Browse..." and select the "FlashControl.dll" file located in "C:\temp\" direct
ory. Finally click the "OK" button and FlashControl appears on the Toolbox.(if not just restat visual studio) Now you can drag and drop it on your webform in the Visual Studio designer !

Step 3 follow ScreenShoots













-















-


















































--enjoy...

Thursday, February 3, 2011

 

Create Fakes Live Webpages With Simple Single Line of Code















U wanna make fun with any live page very easily with this following script steps

1 Open browser.

2 Go to the targeted webpage. eg:www.google.com

3 Type the text code in urlbox:

javascript: document
.body.contentEditable = 'true'; document.designMode = 'on'; void 0

4 Now you can edit the page very easily!!

 

Webpage With No Right Click Allowed- Without Using Javascript

If we want to use a simple webpage without allowing mouse RightClick on the page ( & without annoying pop-ups etc) simply use this:

oncontextmenu="return false"

eg:
<body oncontextmenu="return false">

The page wont respond when a user right clicks and doesn't include any Pop-Ups too.

Archives

April 2009   July 2009   August 2009   September 2009   September 2010   February 2011  

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]