flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phongphong
    New Member
    • Oct 2007
    • 6

    flash

    How can we save the flash document just like this (file."")? how can we insert a flash document in our webpage?
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by phongphong
    How can we save the flash document just like this (file."")? how can we insert a flash document in our webpage?
    This is a little more complicated than you would expect. You will need to view the source of the webpage, and extract the actual URL of the flash file from the EMBED tag in the HTML. Load up that SWF file as your URL in your web browser, and do a File > Save As...
    Then you will need to copy the HTML of that EMBEDed tag movie, (and potentially some javascript too) into your HTML code.

    Comment

    • phongphong
      New Member
      • Oct 2007
      • 6

      #3
      Originally posted by Motoma
      This is a little more complicated than you would expect. You will need to view the source of the webpage, and extract the actual URL of the flash file from the EMBED tag in the HTML. Load up that SWF file as your URL in your web browser, and do a File > Save As...
      Then you will need to copy the HTML of that EMBEDed tag movie, (and potentially some javascript too) into your HTML code.
      thanks for the reply....can you give us a sample code of a flash document?

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Originally posted by phongphong
        thanks for the reply....can you give us a sample code of a flash document?
        Google can!

        Or you could find a website with Flash, view the source, and search for .swf in the code.

        Comment

        Working...