dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online MembersRaj.Trivedi
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » ASP.NET »

"Please Help me",I have a problem"


Posted Date: 28 Aug 2012      Posted By:: Muhammad Bilal Raza     Member Level: Bronze    Member Rank: 0     Points: 1   Responses: 4



Please help me i have a problem in asp.net. how i am insert swf file in asp.net (VB code)



Responses

#686311    Author: Ravindran        Member Level: Diamond      Member Rank: 3     Date: 28/Aug/2012   Rating: 2 out of 52 out of 5     Points: 2

Hi,

You can use object tag to show your flash files in your webpage try like below code


<object>
<embed src="s1.swf" width="498" height="380" name="headerflash" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>


Regards
N.Ravindran
Your Hard work never fails



 
#686317    Author: Paritosh Mohapatra      Member Level: Diamond      Member Rank: 6     Date: 28/Aug/2012   Rating: 2 out of 52 out of 5     Points: 2

Before using the below code, make sure that flash plug-in has been installed in you system.


<object width="800" height="600">
<param name="flashmovie" value="falsh1.swf" />
<embed src="falsh1.swf" width="800" height="600">
</embed>
</object>



Thanks & Regards
Paritosh Mohapatra
Microsoft MVP (ASP.Net/IIS)
DotNetSpider MVM



 
#686349    Author: Pawan Awasthi      Member Level: Diamond      Member Rank: 4     Date: 28/Aug/2012   Rating: 2 out of 52 out of 5     Points: 1

Hai Bilal,
There are various ways to embed the file in to asp.net like
you can use the <embed> tag. This tag will include the file which you will mention in the src attribute.
Embed tag is available under the <Object> tag.
Hope it will be helpful to you.

Regards,
Pawan Awasthi(DNS MVM)
+91 8143683708 (pawansoftit@gmail.com)
Outstanding Contribution Award..NTT Data Inc






 
#686368    Author: Anil Kumar Pandey      Member Level: Platinum      Member Rank: 1     Date: 28/Aug/2012   Rating: 2 out of 52 out of 5     Points: 2

You have to store the SWF file in some of the application folder. When ever you want to run it simply make use of the file path.




<object width="800" height="600">
<param name="test" value="test.swf" />
<embed src="test.swf" width="500" height="500">
</embed>
</object>


Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM



 
Post Reply
You must Sign In to post a response.

Next : Browser Identification
Previous : Help needed with FileUpload in asp.net
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.