Computing.Net > Forums > Windows XP > save protected swf files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

save protected swf files

Reply to Message Icon

Name: praveenspecial
Date: September 10, 2009 at 17:18:28 Pacific
OS: Windows XP
Subcategory: Web Browsing
Tags: Flash, swf
Comment:

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......



Sponsored Link
Ads by Google

Response Number 1
Name: aegis1
Date: September 10, 2009 at 18:10:57 Pacific
Reply:

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.


0

Response Number 2
Name: Derek
Date: September 10, 2009 at 18:17:14 Pacific
Reply:

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...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: save protected swf files

Saving protected Flash (SWF) Files www.computing.net/answers/windows-xp/saving-protected-flash-swf-files/84293.html

Can't Open/View SWF Files www.computing.net/answers/windows-xp/cant-openview-swf-files/158568.html

Can't play swf files www.computing.net/answers/windows-xp/cant-play-swf-files/120947.html