How to make same binaries using mxmlc, without timestamp?

It seems like mxmlc generates different binary even when the source code is not changed.
for, example,
// Test.as
package
    public class Test { }
and when i run mxmlc like this :
mxmlc Test.as -output case1.swf
mxmlc Test.as -output case2.swf
and case1.swf and case2.swf is different!
I found that mxmlc sets metadata and some timestamp in .swf file,
I could get the same binary by "unpacking" .swf, removing timestamp, and manually re-pack it.
( http://stackoverflow.com/questions/5632318/mxmlc-generates-different-binary-on-same-source )
But it'll be happier when there is a special switch which generates same binary data ( That means, if mxmlc removes all timestamp and metadata which generated in compile time ) !
Is there any way to do it, or should i build specialized mxmlc compiler?

Have you get some thing about it?
i am confused with this ,too
Email:[email protected]

Similar Messages

  • How do I install windows using BootCamp without cd drive fot the new MBP?

    I need some softwares for my work (modelsim, altera, ltspices etc) but some of them only supports windows.
    New MBP doesnt seem to have a cd driver.
    How do I install windows using bootcamp without cd drivers?

    You can use a USB thumbdrive to do this, assuming you have access to a windows machine to format the usb stick.
    I installed Win7 on my MB Air (2011), which of course lacks a DVD drive altogether, using this technique.
    Basically, you download a tool called rEFIt to your macbook. ( http://sourceforge.net/projects/refit/files/rEFIt/0.14/rEFIt-0.14.dmg/download ) When this is installed, it gives you a boot selector menu when you boot the Macbook ('Do you want to boot to MacOS or to the USB drive?')
    Then you download and run an Apple tool called Boot Camp Assistant, which allows you to partition your HD for the two operating systems to share; it also pulls down all the windows drivers you need.
    Then prep the USB thumbdrive on a windows machine to be a Win7 installer disk. You'll want a drive in the 4gb+ range I think. You have to set up the thumbdrive to be bootable (lots of tools for that available), and then copy all the windows installation files over to it.
    Put the thumbdrive in the macbook and boot holding down the option key.
    Choose the rEFIt icon on boot, then choose to boot from the thumbdrive, then format your new windows partition to something Win7 can handle, and install windows.
    On my machine I followed a slightly more involved process and wiped out MacOS entirely. I would have kept it on a small partition if I'd had a bigger hard drive.
    If you need super detailed instructions, CNET has some here:
    http://howto.cnet.com/8301-11310_39-20020513-285/install-win-7-on-macbook-air-fr om-a-usb-drive/
    Tech-Recipes has some similar instructions here:
    http://www.tech-recipes.com/rx/9136/macbook-air-install-windows-7-with-boot-camp -without-an-external-dvd-drive/
    If you have any issues after trying this, ping me and I may have solved them when I went through the same process.

  • How to make load simulator using labview 2010

    i want to ask how to make load simulator using labview? 
    Solved!
    Go to Solution.

    what have you tried so far? and exactly what is it your tying to do?
    Please remember to accept any solutions and give kudos, Thanks
    LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7

  • How to make RC circuit using labview

    Hi,
    how to make RC circuit using labview... Thx

    Your question seems awfully similar to this thread. Is this a school assignment?
    Jeff
    Using Labview 7 Express

  • Can someone help me in learning how to make business cards using pages

    can someone please help me in learning how to make business cards using pages

    You could jump start the process with an Avery MS Word 8-up business card template as a free download. Either version of Pages will digest it nicely. Once you load it into Pages, do a File > Save As Template.. , add it to Chooser, and give it your name choice. Both versions of Pages will remove the printer registration marks in all four template corners. The free LibreOffice Writer retains them.

  • HOW THE HECK DO I USE SAFARI WITHOUT WI FI?????????????? PLEASE HELP ME !!!

    HOW THE HECK DO I USE SAFARI WITHOUT WI FI?????????????? PLEASE HELP ME !!!

    HOW THE HECK DO I USE SAFARI WITHOUT WI FI?????????????? PLEASE HELP ME
    You can't. Safari is an Internet browser and therefore requires a connection to the internet. The only way to connect an iPod touch to the internet, for any purpose, is via WiFi.
    By the way, your capslock and ? keys appear to be stuck - you might want to get them looked at.

  • How to make destop application using java

    how to make destop application using java
    i mean to say when we double click on the exe file the program should lounch the application
    for windows

    when i double click ii got the msg
    Failed to lad main class manifest attribute from
    x/x/xyz.jar
    what exatly it meansIt means that your Manifest.MF for the JAR file should contain an attribute called Main-Class pointing to a class containing the main() method.
    Something like this should be present in META-INF/Manifest.MF :
    Main-Class: MyApplicationMain

  • How to make a table in java without using GUI??

    how can i make a table in java without usinf GUI, just simple codes??
    NAME ID NUMBER ADDRESS STATUS

    If you simply want to store them internally, you don't want to use a table.
    Make a simple class with properties id, name, number, address, status. Then create a Hashtable that indexes instances of the class by id or some other property.

  • How to make a driver using DLL in LabVIEW?

    I had followed the "Using Exteranal Code in LabVIEW" manual having finished the making dll file, and the lsb file(I attempted that two ways). But when I load the code in LabVIEW, it can't work. I don't know what had happened, I only got a error message like this:"'0x100014f1'commond call memory'0x00000000',this memory can't be written" or other similar error message, if I push the "enter" button, the vi application which I having lunched will crash. If I push the "cancel" button, the debug model will start,and the next message is "Unhandle exception in LabVIEW.exe(MSVCRTD.DLL/LVS95.TMP/COUNTER.DLL(the last one is creat by myself)):0xC0000005:Access Violation", but I wonder what had cause this? My DLL had been made successf
    ully under the VC++6.0, why LabVIEW can't call it fluently? How to make a driver for my own device using LabVIEW? How to correct my error to finished my hole work? Thank you very much. Jacky Wei
    Attachments:
    counter1.rar ‏33 KB

    1. Can you call this DLL from within VC?
    2. What operation system do you use? There may be a problem with calling of win95 dll under NT or win2000 for example.
    3. If you use NT you may not have permissions to work with some ports and memory areas.
    4. Under NT or win200 try to compile the library as a 32-bit dll, and under win95 - as 16-bit one.
    Good luck.
    Oleg Chutko

  • How to make image resizable using mouse ?

    Hi,
    I want to know about that how to resize image by using mouse in Java Canvas. I created some tools like line, free hand, eraser. And want to know how to make an image resizable in canvas by using mouse. An image is jpeg, png, or gif format. I want to make image stretch and shrink by using mouse.
    Please help me..
    Thnax in advance.
    Manveer

    You make a listener to handle the mouse event that you want to capture, then program the affect you want using the event as the trigger.

  • How to make sql to use index/make to query to perform better

    Hi,
    I have 2 sql query which results the same.
    But both has difference in SQL trace.
    create table test_table
    (u_id number(10),
    u_no number(4),
    s_id number(10),
    s_no number(4),
    o_id number(10),
    o_no number(4),
    constraint pk_test primary key(u_id, u_no));
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030301, 1, 1001, 1, 2001, 1);
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030302, 1, 1001, 1, 2001, 2);
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030303, 1, 1001, 1, 2001, 3);
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030304, 1, 1001, 1, 2001, 4);
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030305, 1, 1002, 1, 1001, 2);
    insert into test_table(u_id, u_no, s_id, s_no, o_id, o_no)
    values (2007030306, 1, 1002, 1, 1002, 1);
    commit;
    CREATE INDEX idx_test_s_id ON test_table(s_id, s_no);
    set autotrace on
    select s_id, s_no, o_id, o_no
    from test_table
    where s_id <> o_id
    and s_no <> o_no
    union all
    select o_id, o_no, s_id, s_no
    from test_table
    where s_id <> o_id
    and s_no <> o_no;
    Execution Plan
    0 SELECT STATEMENT Optimizer=ALL_ROWS (Cost=6 Card=8 Bytes=416)
    1 0 UNION-ALL
    2 1 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=4 Bytes=208)
    3 1 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=4 Bytes=208)
    Statistics
    223 recursive calls
    2 db block gets
    84 consistent gets
    0 physical reads
    0 redo size
    701 bytes sent via SQL*Net to client
    508 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    5 sorts (memory)
    0 sorts (disk)
    8 rows processed
    -- i didnt understand why the above query is not using the index idx_test_s_id.
    -- But still it is faster
    select s_id, s_no, o_id, o_no
    from test_table
    where (u_id, u_no) in
    (select u_id, u_no from test_table
    minus
    select u_id, u_no from test_table
    where s_id = o_id
    or s_no = o_no)
    union all
    select o_id, o_no, s_id, s_no
    from test_table
    where (u_id, u_no) in
    (select u_id, u_no from test_table
    minus
    select u_id, u_no from test_table
    where s_id = o_id
    or s_no = o_no);
    Execution Plan
    0 SELECT STATEMENT Optimizer=ALL_ROWS (Cost=16 Card=2 Bytes=156)
    1 0 UNION-ALL
    2 1 FILTER
    3 2 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=6 Bytes=468)
    4 2 MINUS
    5 4 INDEX (UNIQUE SCAN) OF 'PK_TEST' (INDEX (UNIQUE)) (Cost=1 Card=1 Bytes=26)
    6 4 TABLE ACCESS (BY INDEX ROWID) OF 'TEST_TABLE' (TABLE) (Cost=2 Card=1 Bytes=78)
    7 6 INDEX (UNIQUE SCAN) OF 'PK_TEST' (INDEX (UNIQUE)) (Cost=1 Card=1)
    8 1 FILTER
    9 8 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=6 Bytes=468)
    10 8 MINUS
    11 10 INDEX (UNIQUE SCAN) OF 'PK_TEST' (INDEX (UNIQUE)) (Cost=1 Card=1 Bytes=26)
    12 10 TABLE ACCESS (BY INDEX ROWID) OF 'TEST_TABLE' (TABLE) (Cost=2 Card=1 Bytes=78)
    13 12 INDEX (UNIQUE SCAN) OF 'PK_TEST' (INDEX (UNIQUE)) (Cost=1 Card=1)
    Statistics
    53 recursive calls
    8 db block gets
    187 consistent gets
    0 physical reads
    0 redo size
    701 bytes sent via SQL*Net to client
    508 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    4 sorts (memory)
    0 sorts (disk)
    8 rows processed
    -- The above query is using index PK_TEST. But still it has FULL SCAN to the
    -- table two times it has the more cost.
    1st query --> SELECT STATEMENT Optimizer=ALL_ROWS (Cost=6 Card=8 Bytes=416)
    2nd query --> SELECT STATEMENT Optimizer=ALL_ROWS (Cost=16 Card=2 Bytes=156)
    My queries are:
    1) performance wise which query is better?
    2) how do i make the 1st query to use an index
    3) is there any other method to get the same result by using any index
    Appreciate your immediate help.
    Best regards
    Muthu

    Hi William
    Nice...it works.. I have added "o_id" and "o_no" are in part of the index
    and now the query uses the index
    Execution Plan
    0 SELECT STATEMENT Optimizer=ALL_ROWS (Cost=2 Card=8 Bytes=416)
    1 0 UNION-ALL
    2 1 INDEX (FULL SCAN) OF 'IDX_TEST_S_ID' (INDEX) (Cost=1 Card=4 Bytes=208)
    3 1 INDEX (FULL SCAN) OF 'IDX_TEST_S_ID' (INDEX) (Cost=1 Card=4 Bytes=208)
    Statistics
    7 recursive calls
    0 db block gets
    21 consistent gets
    0 physical reads
    0 redo size
    701 bytes sent via SQL*Net to client
    507 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    8 rows processed
    But my questions are:
    1) In a where clause, if "<>" condition is used, then, whether the system will use the index. Because I have observed in several situations even though the column in where clause is indexed, since the where condition is "like" or "is null/is not null"
    then the index is not used. Same as like this, i assumed, if we use <> then indexes will not be used. Is it true?
    2) Now, after adding "o_id" and "o_no" columns to the index, the Execution plan is:
    Execution Plan
    0 SELECT STATEMENT Optimizer=ALL_ROWS (Cost=2 Card=8 Bytes=416)
    1 0 UNION-ALL
    2 1 INDEX (FULL SCAN) OF 'IDX_TEST_S_ID' (INDEX) (Cost=1 Card=4 Bytes=208)
    3 1 INDEX (FULL SCAN) OF 'IDX_TEST_S_ID' (INDEX) (Cost=1 Card=4 Bytes=208)
    Before it was :
    Execution Plan
    0 SELECT STATEMENT Optimizer=ALL_ROWS (Cost=6 Card=8 Bytes=416)
    1 0 UNION-ALL
    2 1 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=4 Bytes=208)
    3 1 TABLE ACCESS (FULL) OF 'TEST_TABLE' (TABLE) (Cost=3 Card=4 Bytes=208)
    Difference only in Cost (reduced), not in Card, Bytes.
    Can you explain, how can i decide which makes the performace better (Cost / Card / Bytes). Full Scan / Range Scan?
    On statistics also:
    Before:
    Statistics
    52 recursive calls
    0 db block gets
    43 consistent gets
    0 physical reads
    0 redo size
    701 bytes sent via SQL*Net to client
    507 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    8 rows processed
    After:
    Statistics
    7 recursive calls
    0 db block gets
    21 consistent gets
    0 physical reads
    0 redo size
    701 bytes sent via SQL*Net to client
    507 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    8 rows processed
    Difference in recursive calls & consistent gets.
    Which one shows the query with better performance?
    Please explain..
    Regards
    Muthu

  • How to make an Xcode full uninstall without tools ( CD/DVD)

    Hello,
    I have a mac mini late 2012. I dont have OSX Mountain Lion CD or DVD, because my computer has not CD/DVD disk player threfore the OSx comes preinstalled. As i woul like to become an IOS app developer, i have downloaded XCODE 4.6 from AppStore to learn to use it. As you can see i dont have any disk with this software.
    After xcode was intalled i started to try to practice with some testing projects. as you can imagine, i have received a lot of error signals and warnings telling about missing objects, names, etc. I had erased those projects by hand, just deleting project folders without using the organizer to erase the projects.
    After all of this actions, i have tried to start new clean projects in xcode, however, i keep receiving the same errors in new projects, and when i click over any warning simbol it shows instances of the deleted wrong project. Also if you open simulator you can see in there the old deted wrong project icon.
    I have searching with no succes try to "clean" everything created through xcode in the past, however i cant found any way to do that, so i thougth to try to uninstall xcode and after this, try to install it again but clean. I ereased the application and re install it, but same errors are appearing yet. Then i investigate trough the internet about a full uninstall , and all of i have found talks about to use a tools disk to run a command to "erase" xcode complete.
    I also have tried with a comman that sows me errors, this is a copied and pasted text from my terminal:
    Last login: Wed Feb 20 20:08:13 on console
    Mac-mini-de-Fernando:~ fernando$ sudo /Developer/Library/uninstall-devtools –mode=all
    Password:
    sudo: /Developer/Library/uninstall-devtools: command not found
    Mac-mini-de-Fernando:~ fernando$
    As you can see, i dont have any way to run the unisntall tool. After all of this post, i need to make 2 questions, i hope you can help, i getting crazy !!
    1.-Any idea to clean XCODE configuration?
    2.-If not, Any idea to make a full uninstall without osx disks?
    Thanks a lot

    That command you're using is outdated, sorry.
    Xcode latest version is 4.6 - you 'uninstall' just like an other app now...drag it to the trash, then empty.
    In Xocde/Organizer/Documentation, type in: movieplayer
    ...see if you can download that sample app and then see if it runs as-is for you.

  • How to make XML element used in RTF PRIVATE/PUBLIC ? I know how to hide columns in RTF, but dont know how to generate the xml in below way. Please help.

    Hi
    I am following below link to hide/show my columns dynamically. See "Column Formatting"
    http://docs.oracle.com/cd/E12844_01/doc/bip.1013/e12187.pdf
    As per doc, element can be made private/public.
    <items type="PUBLIC">
    <item>
      <name>Plasma TV</name>
      <quantity>10</quantity>
      <price>4000</price>
    </item>
    <item>
    And same can be used to hide the column using condition
    <?if@column:/items/@type="PUBLIC"?>
    MY QUESTION IS HOW TO DO THIS IN MY XML BELOW?
    Below is part of my XML code which I am using in Data Definition for RTF.
    <group name="GH3" source="QH3">
    <element name="COLUMN_HEAD3" value="COLUMN_NAME" />
    </group>
    <group name="GH4" source="QH4">
    <element name="COLUMN_HEAD4" value="COLUMN_NAME" />
    </group>
    I am getting output like this.
    <LIST_GH3>
    <GH3>
    <COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
    </GH3>
    </LIST_GH3>
    <LIST_GH4>
    <GH4>
    <COLUMN_HEAD4>XYZ</COLUMN_HEAD4>
    </GH4>
    </LIST_GH4>
    In order to use logic as per oracle document I want output like this.
    <LIST_GH3 type="PUBLIC">
    <GH3>
    <COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
    </GH3>
    </LIST_GH3>
    <LIST_GH4 type="PRIVATE">
    <GH4>
    <COLUMN_HEAD4>BLANK</COLUMN_HEAD4>
    </GH4>
    </LIST_GH4>
    What changes I need to make in my XML code to get the runtime output as above? Please help. Where do i need to make changes in the above xml? Group name? Element name?
    I am planning to use below condition in RTF template to hide the column,  but dont know how to set the type of column as PRIVATE/PUBLIC in the XML output used to populate data in the RTF at runtime.
    <?if@column:/BTSPIEXP/LIST_GH3/@type=”PUBLIC”?>COLUMN_HEAD3<?end if?>
    Regards,
    Swapnil K.

    Hi,
    Issue has been resolved. I used the value of the element to determine to display it or not.
    Regards,
    Swapnil K.

  • How to make iTunes add a folder without creating duplicates?

    Hello,
    I have a PC running windows 7.  I keep all my music in one folder on a NAS device.  I am getting more and more fed up with Windows Media Player (WMP) and I would like to move to iTunes.  This move, however, appears to be as painful as using WMP.  Please help if you can.  I have used iTunes before so I have an existing music and video library and I also have a number of playlists both with music and videos.  I cannot afford to start from sratch, i.e., to remove and readd everything; it would be too costly.  I have two major problems with iTunes:
    1. When I try to add files that already exist in the iTunes library iTunes happily adds these file and creates duplicates.  I cannot find a knob that would prevent iTunes from creating these duplicates and simply ignore any found files if they are already present in the library.  All such duplicates point to the same file on disk.  I am really scratching my head over this as I would think that this would be a very basic thing to do/allow, yet it does not seem to be possible.  Is it me missing something simple here or is it Apple telling me that this is how it must be...???
    All I want to do is to add the top folder that contains all my music without having to deal with thousands of duplicates.  I cannot add the files one-by-one because there are too many of new files there and if I remove all the files and re-add them all my lists will likely become empty (tried it on one list and, as expected, the list got emptied once I removed the files that were in the list).  Hmm, is this asking for too much?  Please help.
    2. I do not seem to see a way to tell iTunes to monitor for new media files.  WMP allows you to specify folders to monitor.  You add a file to the folder and the file gets added to the library.  What is wrong or bad with this concept (other that it would not work if duplicates were handled)?  Why does iTunes not seem to support that?
    Thank you,
    Peter

    tt2, thank you for your reply.  Let me restate your answers the way I see them.
    Problem #1:  You said that "iTunes only creates duplicates if you ask it to...".  Well  my goal is not to create duplicates but to avoid them and the problem with iTunes is that it does not seem to offer an easy way to do this.   Do not get me wrong, I like iTunes but let's call black black and white white.  So the way I read your answer is: no iTunes does not support a way to add the same folder twice without creating duplicates. 
    Problem #2: The answer to the second question is also no, iTunes does not offer any way to monitor for new files in a folder or folders.
    I wish the above were incorrect but from what I hear and from what your wrote I conclude iTunes does not support any of that.
    You offered external to iTunes solutions for both problems.  Thank you for that!  I did not know about this tools.  Having said that my iTunes music files are on a NAS device (files not copied to iTunes library), my video files are on NAS but (because of the necessity to convert to iTunes supported format) they were transcoded and stored in iTunes library, my iTunes Store purchases (music) are in the iTunes library and on the NAS (backup - likely duplicates).  In short it gets messy very quickly and after reading the NAS and multi-path warnings for the DeDuper tool I am just not jumping on the idea of using it - there would be physical duplicates and I would not want any physical files to be deleted.  tt2, do you know if the DeDuper offers a mode where it would present the user with a list of duplicates and allow the user to decide which dups to remove before doing anything?  I basically would want to remove the dups from the library but without deleting any physical files.
    I will have a closer look at the iTunes Folder Watch program.  Unless I am misinterpreting something I think it should do what I want to do. 
    So again, thank you for your answers and suggestions with the external tools.  It is just too bad that iTunes does not support what I (and many others) need natively.
    Peter

  • How to make a Mac use dedicated GPU in Windows

    So I have this problem: when I launch games through Boot Camp on my late 2013 15 rmbp, I occasionally run into lags and frame drops in various games. The thing is, sometimes the same games run perfectly smooth with a decent frame rate, and sometimes the lags are so bad that it's almost impossible to play.
    This makes me think that my Macbook is using the integrated Iris Pro gpu instead of dedicated 750m. So my question is, how can I force Windows to use dedicated graphics in games? In NVidia control panel, there's no option like Dynamic swithing.
    P.S. I just reinstalled Boot Camp drivers using the WININSTALL drive, and checked NVidia website for updates

    Furthermore, Boot Camp only uses the dedicated GPU because of problems related to GPU switching, so this is not the problem. Anyway, you can check which GPU Windows is using > http://windows.microsoft.com/en-us/windows/video-cards-faq#1TC=windows-7
    Have you checked if there is any app open while you are playing games and they do not run as smooth as you want to?

Maybe you are looking for

  • PL/SQL Procedure issue.

    Hi , Could any one of you guyz help me out in solving the below scenario? I have written a procedure that contains only one select statement(No Inserts /Updates) for generating a report and calling that procedure from java using callable statement. P

  • Namespace prefix in Root element missing during variable assignment in SOA Suite 11g

    I need qualified element Namespaces in one of the target variables. All elements being referred to would have the namespace prefixed. This is working for all child elements, but not the for root element. How can i get the root element prefixed with t

  • After upgrade to ios 6 apps are crashing

    I upgraded to ios 6 recently some of my apps, safari & app store are crashing very frequently also ios6 is a drain on battery life. Any remedy?

  • Can't load photos into iphoto 6

    Have many hundreds of small Sony Mavica cd-r discs that will not import into iphoto and cannot be read by Preview. Disc is read by external Qfire cdrw drive and files are displayed on desktop but each time I try to open a .jpg photo file it states:"C

  • IPod music and videos gone; can't locate iPod Controls

    this has just happened to me. i double clicked on a song to play, while my iPod was patched into my computer. it started playing, and i clicked up in the now playing portion to skip through part of the song. everything is now gone. i got a new comput