[ITD] Flash Analog Clock with Date for Widget Framework

[ITD] Flash Analog Clock with Date for Widget Framework 2014-06-07

No permission to download

Mian Shahid

Well-known member
ITDarasgah submitted a new resource:

[ITD] Flash Analog Clock with Date for Widget Framework - Add flash analog clock with date as widget.

Display flash clock and calender in your board via widget.

View attachment 75287

  1. Upload contents from "upload" folder of attachment to your root.
  2. Go to your admin control panel and click on "Appearance".
  3. From left penal, click on "Add Widget".
  4. in "Renderer:" select "[Advanced] HTML".
  5. Put the following code in "HTML" box.
    Code:
    <div align="center"><embed src="./flash/itd_analog_clock_dt.SWF" width="200" height="200"...

Read more about this resource...
 
Thx for this. But it doesnt looks good on Dark Styles, with this white Backround:

View attachment 75319
Try with this code
Code:
<div align="center">
<embed src="./flash/itd_analog_clock_dt.SWF" width="200" height="200" wmode="transparent" bgcolor="(0,0,0)" type="application/x-shockwave-flash"></embed>
</div>
GtPFPmI.png
 
Top Bottom