Loading simple Flash Files

WinForms

ComponentOne's WinForms controls

Loading simple Flash Files

  • rated by 0 users
  • This post has 1 Reply |
  • 1 Follower
  •  Hi, I have been trying to experiment using the Flash component for ASP.NET.

    I would like to add a Flash movie I created externally, to my web page. Is this possible with ComponentOne? If so, how can I achiecve this result?

     Thanks & regards

    A

  • Hello,
     
    What I can understand that you are looking to add an externally created flash movie to the web page. If this is the said scenario, then please note that Flash control is required to be used when you are creating a flash movie for an ASP application, however to add an external flash movie you do not require any control.
     
    There are a two basic steps when placing Flash application to web page:
     
    - First, declare and initiate a Flash object
    - Second, set properties of object according to your needs.
     
    You can do this on two different ways, with static HTML tags <OBJECT > and <EMBED>, or by using a JavaScript. With static HTML your code could look something like this:
    <object width="640" height="480">
    <param name="movie" value="player.swf" />
    <embed src="player.swf" width="640" height="480" />
    </embed>
    </object>
     
    Regards,
    James Smith
    <necro-1000> wrote in message news:217606@10.0.1.98...

     Hi, I have been trying to experiment using the Flash component for ASP.NET.

    I would like to add a Flash movie I created externally, to my web page. Is this possible with ComponentOne? If so, how can I achiecve this result?

     Thanks & regards

    A



    http://helpcentral.componentone.com/cs/forums/p/79170/217606.aspx#217606

Page 1 of 1 (2 items)