So in that case it's extremely bizarre because when I put the same
movie twice on the same page, one embedded with SWFobject and one with
the 'normal' method (just drag and drop from the library of
dreamweaver), the problem is there. i.e. with the 'normal' method it
works just fine, whilst with the SWFObject the non-English characters
display strange symbols not related to what I input.
For the SWFObject this is the code I used:
swfobject.embedSWF("Text Editor.swf", "textEditorTest", "550", "400",
"6.0.0", false, {}, {wmode:"transparent"}, {});
For the 'normal' method I used (was generated automatically by
dreamweaver) :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,19,0" width="510" height="250">
<param name="movie" value="Text Editor.swf" />
<param name="quality" value="high" />
<embed src="Text Editor.swf" quality="high" pluginspage="http://
www.macromedia.com/go/getflashplayer" type="application/x-shockwave-
flash" width="510" height="250"></embed>
</object>
Omrigez
On May 17, 3:27 am, "Aran Rhee" <
aran.r...@gmail.com> wrote:
> So you are saying that when you place your files on the live server using
> the standard <object> / <embed> method, that it all works, yet it doesn't
> when using SWFObject?
>
> If this is the case, I find it EXTREMELY bizarre, as SWFObject is just
> writing the same code for you as <object> / <embed> would at the end of the
> day.
>
> My guess is that you don't have the right character set defined on your HTML
> page (or the right chars embedded / defined in your flash file) for
> displaying the non-english chars.
>
> More here:
>
>
http://www.w3.org/International/O-HTTP-charsethttp://www.w3.org/International/O-charset.en.php