Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Thank you. I have never said it, but you have a great web site. It is of immense help...."

Geography

Where in the world do Tek-Tips members come from?
tom1537 (TechnicalUser)
19 Jul 11 18:47
Hi

In the past I have used flash on my websites, now im trying to add flash to a ebay page, when i used flash in my site i would add the flash html to the index page and upload the flash to the www,, now i seem to be having trouble when adding it to my ebay page html, the files are uploaded to my www, server, but using ebay how is the path added using ebay?

How is the html added to a ebay, how does flash get called from my server?

Heres the flash html.'
Thank you for any help..

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="300" height="250" id="MONEY" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="MONEY.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="MONEY.swf" quality="high" bgcolor="#ffffff" width="300" height="250" name="MONEY" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>  
audiopro (Programmer)
20 Jul 11 2:52
If the page calling the swf is on the Ebay server, both calls to MONEY.swf

CODE

<param name="movie" value="MONEY.swf" />
<embed src="MONEY.swf"
must contain the full path to the document.

ie.

CODE

<param name="movie" value="http://www.yourdomain.com/flash/MONEY.swf" />
<embed src="http://www.yourdomain.com/flash/MONEY.swf"


 

Keith
www.studiosoft.co.uk

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close