Hi

I have uploade the flash files to the web, but they are not visible on the web. Please help me with your valuable suggestions.

www.greeksplanet.com/testing.html

Best REgards,
Narendra

Recommended Answers

All 3 Replies

I had quick look at your source code and I do not understand why you trying to pull flash with use of JavaScript. Just remove that script and use simple embeded object or use flash option to build whole page for you and publish it. See steps bellow from w3schools.com

The Flash program can add these attributes for you:

Step 1
Choose File > Publish. Flash will now create the <object>, <param>, and <embed> tags for you. It will also create the classid and pluginspage attributes.

Step 2
Open the HTML document that Flash created, view the HTML source and copy the code into your HTML page where you want your Flash movie.

Step 3
Be sure that you have the "somefilename.swf" in your Web folder.

Step 4
Type in the address of the HTML file in your browser and look at your first Flash movie.

I had quick look at your source code and I do not understand why you trying to pull flash with use of JavaScript.

This is done so that flash objects don't need to be clicked in IE.


Your javascript file is missing or in the wrong location: http://www.greeksplanet.com/Scripts/AC_RunActiveContent.js (returns a 404 not found).


Matti Ressler
Suomedia

Hi,

You can use like this also. I hope this will use for u.

<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="470" height="148">
  <param name="movie" value="file:///D|/focusmt/up-focusmt2/images/filename.swf" />
  <param name="quality" value="high" />
  <embed src="file:///D|/focusmt/up-focusmt2/images/filename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="470" height="148"></embed>
</object>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.