I need some help anybody know how to....

I want to make this html show on a page:

 

<html>
</head>
<body>
<object width="100%" height="100%"><param name="wmode" value="transparent" /><param name="movie" value="http://www.247mahjong.com/Mahjong.swf"></param><param name="allowFullScreen" value="true" /><embed src="http://www.247mahjong.com/Mahjong.swf" type="application/x-shockwave-flash" width="100%" height="100%"></embed></object><br/>created by <a href="http://www.247mahjong.com/">Mahjong</a>

</body>
</html>

if I put this in my page block it looks like above code not displaying the game

I  have the settings set for members only which is what I need, would that block it somehow?

Any help on this would be appreciated

Thank You ....JeffH

Quote · 5 Mar 2011

please note you can give the image a 100% width but you must for some strange reason give the height in pixels

 

happy thoughts

Quote · 5 Mar 2011

The issue you are having is this....when you create a page....and you add the column in Page builder for that page....drag the HTML block up to the Active section....then....when you click on the HTML block and it brings up the box where you type in the html code....you have to click on the HTML link first thats next to the blue ? Help button in the tool bar.

 

Look at your compose box you are typing in here on the forum and you will see the word HTML in blue...that same button will show up once you click on HTML block. Then...paste the code in there and save. It should come back with a rectangle with a f on it for flash.

And that's all.

Jeremy
Quote · 5 Mar 2011

Try this:

 

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="XXX" height="XXX" id="some-name" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="XXX.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="XXX.swf" loop="false" quality="high" bgcolor="#ffffff" width="XXX" height="XXX" name="some-name" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Quote · 5 Mar 2011

 

please note you can give the image a 100% width but you must for some strange reason give the height in pixels

 

happy thoughts

The reason is the 100% width does not have a frame of reference unless you give it one, hence the height in px.  (does not go off page size). In other words, it's asking "100% of what?"

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 5 Mar 2011

Thanx a bunch guys she's up and running

it was a combination of the px and the html button

should have known better on the html part (-:

Quote · 6 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.