×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Is it possible to export cast member(swf file) from dir file??

Is it possible to export cast member(swf file) from dir file??

Is it possible to export cast member(swf file) from dir file??

(OP)
Hallo there,
I have a problem, I am currently trying to correct some mistakes done by another person, and unfortunately I don't have all the source code I need, in this case .fla... Moreover I am new to director... Now, what is left for me to do, is somehow export swf from dir file, and then decompile swf to fla... Plz I need help urgently!
Thanks in advance...

RE: Is it possible to export cast member(swf file) from dir file??

its easy!... here is what shall you do man!

use Swifty Xena

http://www.softpedia.com/get/Compression-tools/Swifty-Xena-Pro.shtml

this tools will decompile EXE to DXR, and also it will bring swf members out of dxr files or dir files!, then use SWF Decompiler to get the FLA files,

another way! :

i understand that a DXR file should be locked and prevented from changes. But I really need to modify the contents of this file by loading it again as a DIR file. I've grab this script somewhere which will perform the above requirements. However this script contains some error.

SCRIPT:
===============================
Here is the Lingo script that should be put in frame one of a projector:

on exitframe
set dxrFile=fileio(mnew,"?read","dxr")
if objectp(dxrFile) then
set newpath=dxrFile(mfilename)
dxrFile(mdispose)
go frame 1 of movie dxrFile -- must be running from a projector
saveMovie "unDXR.dir"
end if
end

This is supposed to give you a normal director file called "unDXR.dir" with
empty script castmembers.

RE: Is it possible to export cast member(swf file) from dir file??

(OP)
Thanks for the information, but you know I tried this one before, and it didn't work I guess because swf was exported in CS version, while on the site it says "this version will not extract SWF files version 5 and above"... If that is possible, please suggest me the other way... Thanks in advance!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close