 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
veasna
Joined: 15 May 2007 Posts: 56
|
Posted: Thu Mar 13, 2008 9:22 pm help me |
|
|
|
<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="358" height="288">
<param name="movie" value="mf/ffantasy.swf">
<param name="quality" value="high">
<embed src="mf/ffantasy.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="358" height="288"></embed>
</object>
My flash file (*.swf) is now in my own folder "mf".
And it has the path
<param name="movie" value="mf/ffantasy.swf">
Now I upload this (*.swf) into another server
(http://www.online.com). And I want to use this
file running in my own server in my personal web page.
So I write codes to run this flash from the second
server for my personal page that is in First Server.
<object....
<param name="movie" value="http://www.online.com/ffantasy.swf">
....</object>
But it does not load. Why? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
Posted: Fri Mar 14, 2008 8:25 am |
|
|
|
Asking your Question might help some. Don't worry, we know you are here for help.
But on the code you posted - did you change it in both places?
| Code: |
<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="358" height="288">
<param name="movie" value="http://www.online.com/ffantasy.swf" />
<param name="quality" value="high" />
<embed src="http://www.online.com/ffantasy.swf" quality="high"
width="358" height="288" name="myMovieName"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object> |
_________________
Corey
Toll Free Solutions | Mile High Merchant Accounts | Expression Web Blog |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|