Sorry, I meant a link to your page, so that I can debug the http traffic. It is really easy to see where the files are being requested (and if there are any mis-paths etc).
Aran On Mon, Aug 16, 2010 at 3:29 PM, hcccs <[email protected]> wrote: > This is the actual page. I have now taken the example html file > 'index_static.html' and put in my own values and it looks like this: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// > www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> > <head> > <title>test</title> > <meta http-equiv="Content-Type" content="text/html; > charset=iso-8859-1" /> > <script type="text/javascript" src="/js/swfobject.js"></script> > <script type="text/javascript"> > swfobject.registerObject("pawnee", "9.0.0"); > </script> > </head> > <body> > <div> > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > width="400" height="300" id="pawnee"> > <param name="movie" value="/movies/pawnee.swf" /> > <!--[if !IE]>--> > <object type="application/x-shockwave-flash" data="/movies/ > pawnee.swf" width="400" height="300"> > <!--<![endif]--> > <a href="http://www.adobe.com/go/getflashplayer"> > <img src="http://www.adobe.com/images/shared/ > download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> > </a> > <!--[if !IE]>--> > </object> > <!--<![endif]--> > </object> > </div> > </body> > </html> > > The pawnee.swf is in the folder 'movies' so '/movies/pawnee.swf' must > be correct!? > I have tried without the leading '/' but it doesn't work either. I > don't get any errors - just a white page with nothing on it. > Since this is an example file it ought to work. > > > > On Aug 16, 1:17 am, Aran Rhee <[email protected]> wrote: > > If you could post your actual page, that would be most helpful. > > > > I am imagining that it is just a relative pathing issue (remember if you > are > > loading a video/skin from within flash, that it is relative to your swf, > not > > your HTML page). > > > > Aran > > > > > > > > On Fri, Aug 13, 2010 at 1:34 PM, hcccs <[email protected]> wrote: > > > I have done things according to the documentation and I can't see the > > > video, just a blank frame. > > > I have the files pawnee.f4v, pawnee.swf and skin_etc_etc.swf in > > > folder /movies/ and this is my test code: > > > > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// > > >www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> > > > <head> > > > <meta http-equiv="Content-Type" content="text/html; > > > charset=ISO-8859-1" /> > > > <title>Test</title> > > > <link href="/css/global.css" rel="stylesheet" type="text/css" /> > > > <script type="text/javascript" src="/js/swfobject.js"></script> > > > <script type="text/javascript"> > > > swfobject.registerObject("pawnee", "9.0.0"); > > > </script> > > > </head> > > > <body> > > > <div> > > > <object > > > id="pawnee" > > > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > > > codebase="http://download.macromedia.com/pub/shockwave/cabs/ > > > flash/swflash.cab#version=10,0,0,0" > > > width="360" > > > height="264"> > > > <param name="movie" value="/movies/pawnee.swf" /> > > > <!--[if !IE]>--> > > > <object type="application/x-shockwave-flash" data="/movies/ > > > pawnee.swf" width="360" height="264"> > > > <!--<![endif]--> > > > <a href="http://www.adobe.com/go/getflashplayer"> > > > <img src="http://www.adobe.com/images/shared/download_buttons/ > > > get_flash_player.gif" alt="Get Adobe" /> > > > </a> > > > <!--[if !IE]>--> > > > </object> > > > <!--<![endif]--> > > > </object> > > > </div> > > > </body> > > > </html> > > > > > I just can't see what's wrong. Setting my hopes to you. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "SWFObject" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<swfobject%[email protected]> > <swfobject%2bunsubscr...@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/swfobject?hl=en.- Hide quoted text - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
