Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
sIFR help needed

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 10:33    Post subject: sIFR help needed Add user to your forum ignore list Reply with quote

treba mi pomoć kako složiti sIFR headlinese. molio bi gospodu admine zaposlene u web.burzi da mi pomognu oko mog problema.

1.skinuo sam najnoviju verziju sIFR-a sa službenih stranica
2. kopirao sam swf file koji je došao u zipu
3. pročitao manual tri puta za redom
4. stavio sam index.html, imeFonta.swf i sifr.js u isti folder
5. stavio sam u head:
Code:
<script type="text/javascript" src="sifr.js"></script>

6. također, definirao sam u css-u sljedeće:
Code:
h2 {
   color:#003366;
}

.sIFR-hasFlash h2 {
    visibility: hidden;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
   display: none !important;
   height: 0;
   width: 0;
   position: absolute;
   overflow: hidden;
}

span.sIFR-alternate {
   visibility: visible !important;
   display: block !important;
   position: static !important;
   left: auto !important;
   top: auto !important;
}

7. stavio sam u body na kraju:
Code:
<script type="text/javascript">
if(typeof sIFR == "function"){
    sIFR.replaceElement("h2", named({sFlashSrc: "vandenkeere.swf", sColor: "#000", sCase: "upper"}));
};
</script>

8. gledao sam na 24sata.hr kako ste to radili
9. još uvijek ne kužim gdje griješim
10. tu je i link na stranicu na kojoj sam to isprobavao...

please help
Crying or Very sad

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 03.06.2005 11:34    Post subject: Add user to your forum ignore list Reply with quote

Hm.. nešto tu neštima..

Ili .swf nije uploadan ili mu je drugačije ime nego kao što je u .html dokumentu definirano.
Jer da je sve dobro, onda bi ovaj link radio: http://www.novatv.hr/nova/sifr/vandenkeere.swf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 11:46    Post subject: Add user to your forum ignore list Reply with quote

evo swf-a, sad link radi, ali problem je ostao...
Think

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 03.06.2005 11:50    Post subject: Add user to your forum ignore list Reply with quote

u stranici linkas na tradegothic.swf koji ne postoji :)

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 11:52    Post subject: Add user to your forum ignore list Reply with quote

znam, sad sam to skužio i rinejmo...

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 03.06.2005 12:51    Post subject: Add user to your forum ignore list Reply with quote

Si ziher da si pročitao upute? Ono ti je kopipejst generičkog primjera. Probaj sa klasičnom inicijalizacijom:
Code:
sIFR.replaceElement("h2", "vandenkeere.swf", "#000000", null, null, null, 0, 0, 0, 0, null, "upper");

E i bilo bi dobro polinkat sva potrebne fileove Wink

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 13:14    Post subject: Add user to your forum ignore list Reply with quote

maratz wrote:
Si ziher da si pročitao upute? Ono ti je kopipejst generičkog primjera. Probaj sa klasičnom inicijalizacijom:
Code:
sIFR.replaceElement("h2", "vandenkeere.swf", "#000000", null, null, null, 0, 0, 0, 0, null, "upper");

E i bilo bi dobro polinkat sva potrebne fileove Wink


evo, stavio sam klasičnu inicijalizaciju.
ne kužim, koje bi to fajlove još trebao polinkati?

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 13:38    Post subject: Add user to your forum ignore list Reply with quote

uspio saaaaam!!

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 03.06.2005 13:48    Post subject: Add user to your forum ignore list Reply with quote

jurka wrote:
uspio saaaaam!!

Bravo! Evo i che kaže!!1

Edit: Evo i zyt, phoenix i carr kažu Smile

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.06.2005 13:50    Post subject: Add user to your forum ignore list Reply with quote

hvala, hvala Smile

gospodo, hvala svima Razz

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 03.06.2005 16:15    Post subject: Add user to your forum ignore list Reply with quote

jurka wrote:
gospodo, hvala svima Razz

nema na cemu Smile

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 03.06.2005 22:29    Post subject: Add user to your forum ignore list Reply with quote

e je to nesto tesko? svidja mi se ideja mogu-stavit-bilo-koji-font Smile

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group