a Clean way to Add Macromedia Flash

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Johnson

    a Clean way to Add Macromedia Flash

    while developing an asp.net 1.1 project "Online Cinema Reservation
    System" I would like guidance to how to add a Macromedia Flash inside my
    asp.net pages, is there a clean way to do this? i used to make it in
    dreamweaver then import it into the VS and so, ofcourse i dont like this
    approach, can anyone share his related Experiance and provide helpful
    guidance, All the Thanks

    Sharing makes us all Better

    --
    Sent via .NET Newsgroups

  • Matt Sollars

    #2
    Re: a Clean way to Add Macromedia Flash

    Hi Dave,

    I recommend looking around for nice server controls that will handle the
    embedding markup for you. Here is a decent one:


    I hope this helps.

    Regards,
    Matt

    Comment

    • VB Programmer

      #3
      Re: a Clean way to Add Macromedia Flash

      Publish the SWF AND the HTML (Publish Settings in Flash). Open the HTML
      file and copy the entire <OBJECT> section and paste it in your ASPX or HTML
      page. That's it!

      "Dave Johnson" <esharpcoder@gm ail.com> wrote in message
      news:ukg0Bzd$FH A.1600@TK2MSFTN GP11.phx.gbl...[color=blue]
      > while developing an asp.net 1.1 project "Online Cinema Reservation
      > System" I would like guidance to how to add a Macromedia Flash inside my
      > asp.net pages, is there a clean way to do this? i used to make it in
      > dreamweaver then import it into the VS and so, ofcourse i dont like this
      > approach, can anyone share his related Experiance and provide helpful
      > guidance, All the Thanks
      >
      > Sharing makes us all Better
      >
      > --
      > Sent via .NET Newsgroups
      > http://www.dotnetnewsgroups.com[/color]


      Comment

      Working...