View Full Version : Publish Settings -> Formats
xwielder
01-04-2008, 03:11 PM
On creation of a new AS3 document, the default Publish Settings Formats are initially checked:
Flash (.swf)
HTML (.html)
I only want Flash (.swf). Yes, I can easily uncheck HTML, but I hate having to do that every single time I create a new AS3 doc.
Is there any way I can just have Flash (.swf) checked on a new document creation by default?
dzedward
01-09-2008, 01:51 AM
easiest way is just to test movie, that will produce your SWF for you.
xwielder
01-09-2008, 07:39 PM
That's not the issue. You misunderstood my post entirely.
Is there any way I can just have Flash (.swf) checked on a new document creation by default, leaving the html box unchecked?
xwielder
01-23-2008, 01:55 PM
I'll assume the answer is no. Thanks.
xwielder
02-26-2008, 05:46 PM
Well, I've discovered the solution.
Navigate to:
C:\Documents and Settings\LOCALUSER\Local Settings\Application Data\Adobe\Flash CS3\en\Configuration\Publish Profiles\default.xml
Open the default.xml file and right at the top you'll see:
<?xml version="1.0"?>
<flash_profile version="1.0" name="Default">
<PublishFormatProperties enabled="true">
<defaultNames>1</defaultNames>
<flash>1</flash>
<generator>0</generator>
<projectorWin>0</projectorWin>
<projectorMac>0</projectorMac>
<html>1</html>
<gif>0</gif>
<jpeg>0</jpeg>
<png>0</png>
<qt>0</qt>
<rnwk>0</rnwk>
(... etc etc...)
Well, just change: <html>1</html> to: <html>0</html>
Now I can create a new AS3 document and only have it publish a swf without having to manually uncheck html before I publish. :) :)
explor1ng
02-27-2008, 01:56 PM
thanks for the info xwielder, I didn't know before you post it here, appreciate it.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.