This topic is locked

Unable to load flash SWF on header.php

6/30/2008 11:10:01 PM
PHPRunner General questions
S
sweethard010 author

Hi everyone.. why i was not able to load or view my SWF(flash) header file.>???

tested on IE and mozilla... Nothing displayed,...

BUT when i put only JPG file (image only).. :it works and displays properly.

does header limits only to JPG file>? or is there something wrong with my code?


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"; width="900" height="185" title="richmedia signage">

<param name="movie" value="flash/HeaderFinal.swf" />

<param name="quality" value="high" />

<embed src="HeaderFinal.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="900" height="185"></embed>

</object>

J
Jane 7/1/2008

Hi,
you can use any HTML code in the header.php file.

I recommend you to check your code more carefully.

S
SJWilson 7/1/2008

I have a flash nav bar working on a site I'm doing now. I can almost guarantee you the problem has to do with the path to your flash file. I just put in an absolute path (starting with http://....) and all was well.
Hope this helps!

S
sweethard010 author 7/1/2008

I have a flash nav bar working on a site I'm doing now. I can almost guarantee you the problem has to do with the path to your flash file. I just put in an absolute path (starting with http://....) and all was well.

Hope this helps!


hi ive tried ur tips but still doesnt work...i included the whole path of my header file...>> this time i use dreamweaver in making my header.php but still does the same... nothing is displayed...
do you have any code for your nav bar that i can refer to?

thnx

S
sweethard010 author 7/1/2008

Hi,

you can use any HTML code in the header.php file.

I recommend you to check your code more carefully.


hi jane... can you take some time looking at my code? im just wondering why my flash file header (SWF) doesnt work.. thnx