greetings, i have a SWF Quicker 2.5. I can easily load my swf to my site. My question is how can I load it to other sites like friendster? How will I change the code I generated in SWF Quicker? my code is like this... <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="400" id="greetings1.swf" align="middle"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="greetings1.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#ffffff"> <embed src="greetings1.swf" quality="high" bgcolor="#ffffff" width="400" height="400" name="greetings1.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> where will i insert mysite.com? Code (markup):
Here is a link to a site we run that utilizes copy/paste code from a db, might be a bit different than your ap, but might work http://websocials.com/content/viewWebcam.asp?picID=21489 Best, NC.
you want to point where the file greetings1.swf is located when u change it in the code. so put the full url to this file ie. www.photobucket.com/ur-account/greetings1.swf ...