Web Design Forum: How to embed this flash in webpage - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to embed this flash in webpage Rate Topic: -----

#1 User is offline   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 837
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 February 2011 - 05:54 AM

Hello friends,

How can i embed this flash object
in a webpage when i just download the swf and put this code

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="400" id="proba" align="middle">
		<param name=allowScriptAccess value="sameDomain" />
		<param name=movie value="engine.swf" />
		<param name=FlashVars value="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" />
		<param name=quality value="high" />
		<param name=menu value="false" />
		<param name=bgcolor value="#ffffff" />
		<embed src="engine.swf" FlashVars="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" quality="high" bgcolor="#ffffff" menu="false" width="600" height="400" name="proba" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>


it shows missing config file

see the error here
any ideas how to make that work
0

#2 User is offline   Lev 

  • -'-
  • PipPipPipPipPip
  • Group: Members
  • Posts: 3,946
  • Joined: 28-October 09
  • Reputation: 258
  • Gender:Male
  • Location:Russia
  • Experience:Advanced
  • Area of Expertise:Web Designer

Posted 08 February 2011 - 06:56 AM

[media]http://www.universalcareers.org/engine.swf[/media]

Not Found
The requested URL /engine.swf was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.33 Server at www.universalcareers.org Port 80
0

#3 User is offline   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 837
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 February 2011 - 07:29 AM

View PostLev, on 08 February 2011 - 06:56 AM, said:

[media]http://www.universalcareers.org/engine.swf[/media]

Not Found
The requested URL /engine.swf was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.33 Server at www.universalcareers.org Port 80


but i uploaded it to the server engine.swf :mellow:
moreover see another chapterit uses the same engine.swf

any idea how its working with a single file

this is code of second chapter
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="400" id="proba" align="middle">
		<param name=allowScriptAccess value="sameDomain" />
		<param name=movie value="engine.swf" />
		<param name=FlashVars value="title_name=Male Reproductive System&color_config=example.cfg&config_name=Fig_16_13.jpg_config.txt" />
		<param name=quality value="high" />
		<param name=menu value="false" />
		<param name=bgcolor value="#ffffff" />
		<embed src="engine.swf" FlashVars="title_name=Male Reproductive System&color_config=example.cfg&config_name=Fig_16_13.jpg_config.txt" quality="high" bgcolor="#ffffff" menu="false" width="600" height="400" name="proba" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
	

This post has been edited by sash_oo7: 08 February 2011 - 07:30 AM

0

#4 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 08 February 2011 - 07:39 AM

the flash object works but gives a message about 'missing config file or configuration error' so at a guess either or both of these are missing

<param name=FlashVars value="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" />
0

#5 User is offline   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 837
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 February 2011 - 07:43 AM

View Postzed, on 08 February 2011 - 07:39 AM, said:

the flash object works but gives a message about 'missing config file or configuration error' so at a guess either or both of these are missing

<param name=FlashVars value="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" />




exactly that what i am thinking but is it possible to get that file from their server?
0

#6 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 08 February 2011 - 07:45 AM

seems rather a basic question to be asking. Have you tried, maybe, the URL?
0

#7 User is offline   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 837
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 February 2011 - 07:54 AM

View Postzed, on 08 February 2011 - 07:45 AM, said:

seems rather a basic question to be asking. Have you tried, maybe, the URL?



i can access the text file here

but not the .cfg file so i guess its not possible to make it work

This post has been edited by sash_oo7: 08 February 2011 - 07:56 AM

0

#8 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 08 February 2011 - 07:59 AM

I get a not found on the .cfg file too so maybe it doesn't exist or isn't needed? Have you tried without or created a blank file?
0

#9 User is offline   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 837
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 February 2011 - 08:02 AM

View Postzed, on 08 February 2011 - 07:59 AM, said:

I get a not found on the .cfg file too so maybe it doesn't exist or isn't needed? Have you tried without or created a blank file?


ya i created a blank example.cfg file and uploaded to server but that too failed so its over!
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users