Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: publishing question
From: Brack, Jeremy
Date: Tue, 9 Jan 2001 11:54:58 GMT

Muzak is correct. Flash will place the embed/object tag inside a bit of
code, like this:

<PARAM NAME=movie VALUE="2.swf"> ...
<EMBED src="2.swf" ...

so even if you placed a path before the variable names $PO and $PE, it would
just mess everything up..
you would have a path outside of the code:

flash/<PARAM NAME=movie VALUE="2.swf"> ...
flash/<EMBED src="2.swf" ...

and you need the path inside the first "

Maybe JD knows the way to set this.
If not, then you can always use the Find&Replace tool in a text editor,
which is probably what your doing now.

Jeremy

-----Original Message-----
From: Muzak [muzakatpandora [dot] be (mailto:muzakatpandora [dot] be)]
Sent: Monday, January 08, 2001 4:00 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: publishing question


Actually the $PO and $PE are the object and embed parameters - including the
path - that are filled in when you Publish your movie.
So specifying an extra path/source parameter will probably screw up the
whole code.

Muzak

----- Original Message -----
From: "Brack, Jeremy" <Jeremy [dot] Brackatimgusa [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Monday, January 08, 2001 8:23 PM
Subject: RE: FLASH: publishing question


> I am pretty sure you can do this easily by modifying the default template
> that Flash uses to publish with. The Flash publishing templates are
located
> in the folder where you installed Flash on your hard drive. Look for a
> folder in there called HTML.
> If your on a windows based PC, then you will find it in: program
> files/Macromedia/Flash 5/HTML/Default.html
> make a copy of this file before you destroy it by mistake..
>
> edit the HTML file and scroll down till you see the standard object/embed
> stuff:
>
> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>
>
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
> b#version=5,0,0,0"
> WIDTH=$WI HEIGHT=$HE>
> $PO
> <EMBED $PE WIDTH=$WI HEIGHT=$HE
> TYPE="application/x-shockwave-flash"
>
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
> Version=ShockwaveFlash"></EMBED>
> </OBJECT>
>
>
> I think you can type in a folder name before the flash movie name
variables
> $PO and $PE.
> If it works, then you will only have to press F12 to publish and you will
> never need to manually fill out a folder name again.
>
> Jeremy


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]