Jump to content

hi all im new and i need help


Guest xiaocb

Recommended Posts

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"width="250" height="100" id="yahoo" align=""><param name=movie value="http://www.url.com/yahoo.swf"><param name=quality value=high><embed src="http://www.url.com/yahoo.swf" quality=high  width="250" height="100" name="yahoo" align=""type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>

hi all hmm im useing a program call SWFtext to do a swf with a url. err mean when someone try to click on the swf and will link to a webpage.After I have done I upload to my free webpace. And when I try to post the SWF file i made in my forum. When I click on it to turn out to be an error url eg: www.url.com/forum/www.yahoo.comBut i wish to see www.yahoo.com not www.url.com/forum/www.yahoo.comcan anyone tell me how to solve this?eg

Link to comment
Share on other sites

Well you might want to change this part of the code:

<embed src="http://www.url.com/yahoo.swf" quality=high  width="250" height="100" name="yahoo" align=""type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">

to

<embed src="HTTP://YOURWEBSITELINK/DIRECTORY/FLASH.SWF" quality=high  width="250" height="100" name="yahoo" align="center"type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">

Change the embed src attribute to where the flash is located and then add the align center, just a few errors to fix.The link, I am not too sure about.. Its probably in the code of the program, make sure the code if this is it, right, " getURL ('http://www.link.com','_blank')Changing the link to where you want it to go.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...