C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

Flash in ASP.NET


Posted Date: 03 Nov 2009      Posted By: S R Vishnukumar      Member Level: Silver     Points: 1   Responses: 3



Hi Friends

How can I run Flash File in ASP.NET Page.. i had tried following codes

code :1
<div>
<embed src="G:\flash\ps.swf" quality="high" width="640" height="480" name="tech" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</div>

code :2
<object style="left: 6px; width: 490px; position: absolute; top: 5px; height: 78px; z-index: 117;">
<param name="movie" value="ps.swf">
<embed src="G:\flash\ps.swf" width="500" height="75" align="left"></embed></object>


But No Use,i cant get output
If Possible plz sent me execution code for my solution...plz itz urgent
Waiting for code.........

by
Vishnukumar sr





Responses

Author: Anuraj    03 Nov 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

You can use third party SWF players for this purpose.

check this site : http://flowplayer.org/

Thanks
Anuraj
THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS.
BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT.
dotnetthoghts



Author: S R Vishnukumar    03 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

third party SWF player means ?


Author: Anuraj    03 Nov 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

If you use Object Tag, it is using Flash Player ActiveX, it won't work in the FF or Chrome. So it is better to go with a 3rd party player, which will render / play in most browsers.

Thanks
Anuraj
THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS.
BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT.
dotnetthoghts



Post Reply
You must Sign In to post a response.
Next : Dropdown in asp.net
Previous : Date validations using asp.net regularexpression
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use