HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
HELP
Post new topic   Reply to topic    HTML Help Forum Index -> Multimedia
View previous topic :: View next topic  
Author Message
veasna



Joined: 15 May 2007
Posts: 56

PostPosted: Thu Mar 13, 2008 9:23 pm     HELP Reply with quote

<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

PostPosted: Thu Mar 13, 2008 10:05 pm     Reply with quote

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

PostPosted: Thu Mar 13, 2008 10:45 pm     Reply with quote

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

PostPosted: Fri Mar 14, 2008 2:36 am     Reply with quote

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

PostPosted: Fri Mar 14, 2008 3:34 am     Reply with quote

Post a link to your site.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Multimedia All times are GMT - 8 Hours
Page 1 of 1

 
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial