Results 1 to 3 of 3

Thread: Call flash player

  1. #1
    Junior Member
    Join Date
    Feb 10
    Posts
    19

    Call flash player

    Hi there

    Is there a way to call and execute popup flash player directly from asp.net page. how i can call it. help greatly appreciated. Thx

  2. #2
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,292

    Re: Call flash player

    Moved To ASP.NET
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  3. #3
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,837

    Re: Call flash player

    Hello,

    You don't "call" flash player as such, but rather you include an object in your ASPX markup that requires a flash plugin, and the browser does the rest.

    This is typically done using something like this:

    http://www.w3schools.com/flash/flash_inhtml.asp

    You will see some sites that over a Flash Control for ASP.Net, but essentially, all it is doing is the above.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •