Streamerp2p Forum

Streamer P2P Radio Support ForumStreamer Mainpage www.streamerp2p.com
It is currently Wed Jun 19, 2013 3:38 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: widget
PostPosted: Sun Oct 18, 2009 11:11 pm 
Offline
Forum Newbie
User avatar

Joined: Sun Oct 18, 2009 12:13 pm
Posts: 2
Station Name: The Cellar
what am I doing wrong I placed the widget on my site but I click on it and nothing happens

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="80" width="200" align="middle">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://streamerp2p.de/widget/widget2.swf?id=3d6a2f3587d0ca50" />
  <param name="wmode" value="transparent" />
<param name="menu" value="false" />
  <param name="quality" value="best" />
  <param name="bgcolor" value="#cccccc" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://streamerp2p.de/widget/widget2.swf?id=3d6a2f3587d0ca50" height="80" width="200" align="middle"
wmode="transparent" menu="false" quality="best" bgcolor="#cccccc" />
</object>


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Mon Oct 19, 2009 6:03 am 
Offline
Streamer Savant
Streamer Savant
User avatar

Joined: Sun Feb 11, 2007 11:56 pm
Posts: 72
nevermind


Last edited by Phat Pizza on Tue May 25, 2010 8:26 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Mon Oct 19, 2009 7:16 am 
Offline
Streamer Nerd
Streamer Nerd
User avatar

Joined: Sun Oct 10, 2004 6:00 pm
Posts: 740
Location: Germany
You use the wrong code. Why you add allowScriptAccess="never" allowNetworking="internal" ? That's not my original example code. Try this one:

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="80" id="streamer_widget" align="middle">
  <param name="allowScriptAccess" value="sameDomain" />
  <param name="movie" value="http://streamerp2p.de/widget/widget2.swf?id=3d6a2f3587d0ca50" />
  <param name="menu" value="false" />
  <param name="quality" value="best" />
  <param name="bgcolor" value="#cccccc" />
  <embed src="http://streamerp2p.de/widget/widget2.swf?id=3d6a2f3587d0ca50" menu="false" quality="best" bgcolor="#cccccc" width="200" height="80" name="streamer_widget" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

_________________
Streamer P2P Radio Germany http://streamerp2p.de
IRC: #streamerp2p - irc.freenode.net


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Mon Oct 19, 2009 2:22 pm 
Offline
Forum Newbie
User avatar

Joined: Sun Oct 18, 2009 12:13 pm
Posts: 2
Station Name: The Cellar
its on myspace and they change the code oh well
IT WORKS ON MY WEBSITE but not on myspace so I put a download link to streamer there
Thanks for the help
Brian


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Fri Feb 12, 2010 10:53 pm 
Offline
Forum Newbie

Joined: Sun Sep 27, 2009 10:59 pm
Posts: 8
Just another question about the widet. I use wysiwyg web builder 6 software. It lets you insert html code, but how can I position the widet where I want it on the page?


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Sat Feb 13, 2010 8:17 am 
Offline
Streamer Nerd
Streamer Nerd
User avatar

Joined: Sun Oct 10, 2004 6:00 pm
Posts: 740
Location: Germany
Embedd the widget in a div container and do the positioning with CSS.
Code:
<div id="widget_container">
.
.
.
</div>

I think your WYSIWYG Editor alllows you to do positioning by moving a object with the mouse. It's a HTML / CSS thing.

_________________
Streamer P2P Radio Germany http://streamerp2p.de
IRC: #streamerp2p - irc.freenode.net


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Sun Feb 14, 2010 7:17 am 
Offline
Forum Newbie

Joined: Sun Sep 27, 2009 10:59 pm
Posts: 8
Would that be an absolute position reference?


Top
 Profile  
 
 Post subject: Re: widget
PostPosted: Sun Feb 14, 2010 8:37 am 
Offline
Forum Newbie

Joined: Sun Sep 27, 2009 10:59 pm
Posts: 8
Thanks for the help. Looked closer and you can insert a HTML box in wysiwyg6 and tick positition using Div, and you can drag it to where you want. Good now


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group