On 10/5/06, John Dowdell <[EMAIL PROTECTED]> wrote:
You're using a JavaScript routine to write the tags. When you do a test
file with straight OBJECT/EMBED markup, then do you see that content in
that browser? That's the quickest way to start finding where the
difference is.

I'm sorry, I thought I was clearer than that. By "without swfobject" I
meant that I had also tried manually as well:

<object 
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
width="360" height="320" id="VideoPreview" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="movie" value="swf/VideoPreview.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <embed src="swf/VideoPreview.swf"
                quality="high"
                bgcolor="#ffffff"
                width="360" height="320"
                name="VideoPreview" align="middle"
                allowScriptAccess="sameDomain"
                type="application/x-shockwave-flash"
                pluginspage="http://www.macromedia.com/go/getflashplayer"; />
</object>

(URL for this snippet on my dev server is at
http://enemyhideout.com/walkez/VideoPreview.html)

Again. This works fine in Firefox and in IE/Flash8. But in IE/Flash9,
flash loads, I'm just getting a contentless box.

My point was that I'm not finding _anything_ that makes a difference
other than flash player version.

Ammon
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to