Flash Issue (Problem w/ Inserting Flash movies)

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Flash Issue (Problem w/ Inserting Flash movies)
metalmikey
CZ Newbie
metalmikey has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Feb 17, 2005
0.00 posts per day
Posts: 6
Points: 243
   
Hello,

I need help trying to get my php-nuke site to have flash on it. For some reason when I post the code in my news stories it just shows up as code and not the flash movie. Is it my theme? Is their a code I can use in one of the config files to fix this?

My site is [ Register or login to view links on this board. ]

Any help on this matter will be greatly appreciated. Also if you need more information I would happily add it.

Thanks



Back to top Reply with quote
#2   re: Flash Issue (Problem w/ Inserting Flash movies)
BigJim
CZ Super Newbie
BigJim has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Jun 09, 2006
0.01 posts per day
Posts: 60
Points: 1,327
   
What version of Nuke are you running?
I have Nuke 7.6 on my test site and I just used this code in a news story and it worked fine.
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
  id="FILENAME" width="468" height="80">
  <param name="movie" value="FILENAME.swf">
  <param name="bgcolor" value="#000000">
  <param name="quality" value="high">
  <param name="allowscriptaccess" value="samedomain">
  <embed type="application/x-shockwave-flash"
   pluginspage="http://www.macromedia.com/go/getflashplayer"
   width="468" height="80"
   name="FILENAME" src="FILENAME.swf"
   bgcolor="#000000" quality="high"
   swLiveConnect="true" allowScriptAccess="samedomain"
  ></embed>
</object>
</center>


Make sure the file name and path are correct and also the flash file sizes.


Back to top Reply with quote
#3   re: Flash Issue (Problem w/ Inserting Flash movies)
Walrus360
CZ Newbie
Walrus360 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Oct 08, 2006
0.00 posts per day
Posts: 1
Points: 0
   
I am having this problem as well... I am positive mine is user error since I am very new to this. I am using php-nuke 8.0 and trying to place the below script into my news. I tried putting it in both my story text and extended text.. both times it just displayed the code. If I clicked on the link in the code it would open the .swf in another page filling the entire page.

I also attempted to create a new block and insert this same code.. again displays the code. But if I edit the block it has a blank black image that links to macromedia, so I think I am close... I even went as far as saving the script as a .php file in my editor and uploading it as its own block... that didn't work...

After several nights of trying to find the answer for myself and trial and error... I consede, I need help... everyone seems to make it sound so simple. Am I missing something in my script, or putting my .swf in the wrong place... Any help would be GREATLY appreciated!!

[/code]
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
id="test" width="100" height="100">
<param name="movie" value="test.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="allowscriptaccess" value="www.xxxxx.info/html/flash/test.swf">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="100" height="100"
name="test" src="test.swf"
bgcolor="#000000" quality="high"
swLiveConnect="true" allowScriptAccess="www.xxxxx.info/html/flash/test.swf"
></embed>
</object>
</center>
[code]



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum