Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
http://www.computing.net/answers/wi...
i to have the same situation like above thread
plz tell me a solution for this(these swf files are video tutorials i need to learn them in offline mode)
i observed is after login into the site the swf video files are loaded at run time through java script. after success loading i saved these swf files into another location from internet temporary files but those are not played..it shows blank screen......

My advice to you is, give up on the idea of watching them offline. You will be wasting valuable study time trying to find out how to do it.

Try running it from an HTML file made in NotePad. Save it with a .htm extension. then put it in the same folder as the .swf file. Example:
<html>
<body bgcolor="#ffffff" topmargin="40" leftmargin="0">
<div align="center">
<object>
<param name="movie">
<embed src="filename.swf" quality=high
type="application/x-shockwave-flash" width="800" height="600"></embed></object>
</div>
</body>
</html>The figures for margins and width/height might require some expermentation. For now just try it as above substituting your file name for "filename.swf". I think some websites have now prevented access by other means but in the past I've made quite a few work offline using the above approach.
If double clicking the .htm file brings up the .swf but is unsatisfactory in terms of screen placement, I have a more ambitious one you could try. Don't ask me to explain HTML - I just made it work with inspired guess work and experimentation.
some other bloke...

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |