SWF upload questions. How to load it to diffrent sites

Discussion in 'HTML & Website Design' started by flagship, Nov 17, 2007.

  1. #1
    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):
     
    flagship, Nov 17, 2007 IP
  2. NCMedia

    NCMedia Well-Known Member

    Messages:
    1,827
    Likes Received:
    98
    Best Answers:
    0
    Trophy Points:
    115
    #2
    NCMedia, Nov 17, 2007 IP
  3. tracerx

    tracerx Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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 ...
     
    tracerx, Nov 18, 2007 IP