Platform


Your timezone: UTC - 5 hours [ DST ]



Post New Topic Reply to topic  [ 2 posts ] 
Author Message
 Post Subject: Flashparams Issues
PostPosted: Fri Nov 06, 2009 1:06 am 

Joined: Sun Oct 25, 2009 8:50 pm
Posts: 1
Hi,

I've got a widget that takes an eventID flashparam to display certain details about that event. However I'm having some issues with how to incorporate it in my page. Essentially a user doesn't change it, the page will dynamically add the flashvar to the widget.

At the moment I am doing this like:

Code:
<object width="160" height="320" type="application/x-shockwave-flash" id="W4ae4f49c377e6b20" data="*url*" allowScriptAccess="always" allowNetworking="all">
   <param name="movie" value="*url*" />
   <param name="wmode" value="transparent"/>
   <param name="allowScriptAccess" value="always"/>
   <param name="allowNetworking" value="all"/>
   <param name="flashvars" value="eventID={@id}"/>
</object>


This doesn't work. I have the flashvar set up in my widget console as a hidden var with the value of 0. I went searching and found http://www.clearspring.com/docs/tech/widget-config/overriding-parameters. So i modified my code to be more like

Code:
<object width="160" height="320" type="application/x-shockwave-flash" id="W4ae4f49c377e6b20" data="http://widgets.clearspring.com/o/*/*/*/*/eventID/{@id}*" allowScriptAccess="always" allowNetworking="all">
   <param name="movie" value="http://widgets.clearspring.com/o/*/*/*/*/eventID/{@id}*" />
   <param name="wmode" value="transparent"/>
   <param name="allowScriptAccess" value="always"/>
   <param name="allowNetworking" value="all"/>
   <param name="flashvars" value="eventID={@id}"/>
</object>


Now this works sometimes, but not all the time? Is there some sort of caching going on, or am I doing something wrong?

I'm in Firefox 3.5.5 w/ flash 10,0,32,18 installed


Top
 Profile E-mail  
 
 Post Subject: Re: Flashparams Issues
PostPosted: Tue Nov 10, 2009 12:09 pm 
Clearspring Employee
Clearspring Employee

Joined: Mon Feb 23, 2009 12:19 pm
Posts: 1265
Location: Washington DC Region
Hi,

Follow the below documentation.

http://www.clearspring.com/docs/tech/ap ... templating

Please let us know in case of any questions.

_________________
Clearspring Support


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post New Topic Reply to topic  [ 2 posts ] 

cron