a Clean way to Add Macromedia Flash

  • Thread starter Thread starter Dave Johnson
  • Start date Start date
D

Dave Johnson

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
 
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!
 
Back
Top