 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
veasna
Joined: 15 May 2007 Posts: 56
|
Posted: Thu Mar 13, 2008 9:23 pm HELP |
|
|
|
<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? |
|
sticks464
Joined: 31 Dec 2006 Posts: 1172
|
Posted: Thu Mar 13, 2008 10:05 pm |
|
|
|
Did you load it into a folder on the new server or the root directory?
If not in a folder
| 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="ffantasy.swf">
<param name="quality" value="high">
<embed src="ffantasy.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="358" height="288"></embed>
</object> |
If in a folder
root directory?
If not in a folder
| 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="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> |
|
|
ogsolution
Joined: 26 Dec 2007 Posts: 144
|
Posted: Thu Mar 13, 2008 10:45 pm |
|
|
|
It should work. It's the same thing as taking an YouTube embed code and stick it on your website.
| Code: |
| <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/-L4pMmyMwMU&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/-L4pMmyMwMU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> |
If you paste that snippet into your website, you are using your server to load a flash from YouTube's server where
<param name="movie" value="http://www.youtube.com/v/-L4pMmyMwMU&hl=en"> |
|
veasna
Joined: 15 May 2007 Posts: 56
|
Posted: Fri Mar 14, 2008 2:36 am |
|
|
|
I load in directory. But that Second Server, it
uploads automatically in to one folder.
When I check my (*.swf) in the 2nd Server
(http://www.online.com), I can see my flash running
normally. You know what? When I check sources
of web page that run my (*.swf), it has the location
like this
http://www.online.com/docs/ffantasy.swf
When I copy this, to my web page where it says
<param name="movie" value="mf/ffantasy.swf">
||
||
\/
<param name="movie" value="http://www.online.com/ffantasy.swf">
it doesn't load in my web page.
that is my problem. |
|
sticks464
Joined: 31 Dec 2006 Posts: 1172
|
Posted: Fri Mar 14, 2008 3:34 am |
|
|
|
| Post a link to your site. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|