flash source, how to find it? |
![]() ![]() |
flash source, how to find it? |
Oct 18 2005, 06:38 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
how can you find the source of a flash object? here is the one i want. http://www.pinkmodelsmanagement.net/
|
|
|
|
Oct 18 2005, 10:48 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 101 Joined: Sep 2004 Member No: 49,477 |
you use a decompiler. that's a bad thing to do.
you should think of the people who made it and probably put in some hard time. i don't think they would want people just looking at how they did everything and copying all the effects and such. that's called copyright infringment. |
|
|
|
Oct 19 2005, 01:52 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
i dont want to copy. i just want to save the video onto my pc for later viewing
|
|
|
|
| *mipadi* |
Oct 19 2005, 02:25 PM
Post
#4
|
|
Guest |
Look at the webpage source (View > Source). Find an <embed> tag that takes an .swf file as its source. Copy that file source into your current URL. For example, the page you specified is at http://www.pinkmodelsmanagement.net/; the Flash file is intro.swf. So tack on intro.swf onto the end of http://www.pinkmodelsmanagement.net/ and you can download the Flash file itself. (Therefore, in this example, the file is at http://www.pinkmodelsmanagement.net/intro.swf.)
|
|
|
|
![]() ![]() |