Tips How To Make

Hello

I have this code:

<object id="flashplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="400">
<param name="movie" value="player.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="FlashVars" value="plugins=captions,plugins/proxy.swf&proxy.link=[b]xxxxx[/b]&captions.file=[b]xxxxx[/b]" />
<embed name="flashplayer" src="player.swf" FlashVars="plugins=captions,plugins/proxy.swf&proxy.link=[b]xxxxx[/b]&captions.file=[b]xxxxx[/b]" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="600" height="400" />
</object>

I need to substitute xxxxx, by a value entered by a user on input, and transform the code in iFrame.
Example:

<iframe src='".$link."&sub=".$sub."' width='640' height='360' frameborder='0' scrolling='no'></iframe>

How make this?

Hi Fantastic5,

You will need to use a programming language to do this. As you will need to collect and store the appropriate values to place where your x’s are at.

If you have an language of choice, such as PHP, Ruby, Python, .NET, etc (pick one), I’ll be glad to move this to the appropriate forum.