How can we save the flash document just like this (file."")? how can we insert a flash document in our webpage?
flash
Collapse
X
-
Tags: None
-
Originally posted by phongphongHow can we save the flash document just like this (file."")? how can we insert a flash document in our webpage?
Then you will need to copy the HTML of that EMBEDed tag movie, (and potentially some javascript too) into your HTML code. -
Originally posted by MotomaThis 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
Comment