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
SWFObject problem

 
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 -> Flash
View previous topic :: View next topic  
Author Message
Danko



Joined: 16 Sep 2004
Posts: 124
Location: Zagreb

PostPosted: 16.06.2006 01:19    Post subject: SWFObject problem Add user to your forum ignore list Reply with quote

Koristim > SWFObject.js < (prije se zvao FlashObject.js) za prikazivanje Flash sadržaja na npr. mom > sajtu <.
Razlog je - naravno - "Click to activate this control..." problem u IE.

Pitanje:
Ako user nema potrebnu verziju Flasha, on nije preusmjeren na stranicu za install plugina automatski, kao što bi bio kad koristim obične<OBJECT>/<EMBED> tagove!
Umjesto toga - ništa se ne događa. Flash se jednostavno ne učita.

Što radim krivo?
Jel netko ima primjer konfiguriranja parametara za SWFObject za automatsku intalaciju plugina?

Probao sam se igrati s atributima ovako (ali ne pomaže):
Quote:
fo.setAttribute("codebase", "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0");


Thanks!

_________________
dankokozar.com | Adjungo | UnityHR | eDriven
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: 16.06.2006 01:49    Post subject: Add user to your forum ignore list Reply with quote

Negdje sam čuo...
Code:
var objects = document.getElementsByTagName('object');
for (var i = 0; i < objects.length; i++) {
    objects[i].outerHTML = objects[i].outerHTML;
};

to zvekneš u uvjetne komentare za IE:
Code:
<!--[if IE]>
<script defer="defer" src="iefixes.js" type="text/javascript"></script>
<![endif]-->

i riješiš "Click to activate this control..." (ako ti je to jedini razlog)

_________________
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
vee.jay



Joined: 24 Jun 2004
Posts: 52
Location: croatia

PostPosted: 16.06.2006 09:37    Post subject: Add user to your forum ignore list Reply with quote

kirupa ima neka riješenja (mislim da je primjer UFO object) ali mislim da taj način samo provjerava koja je verzija flasha pa traži korisnika da potvrdi instaliranje ... itd.

Nisam do sad našao primjer automatskog instaliranja bez potvrđivanja od strane korisnika.

_________________
mali studio ... velikih ideja
http://www.malistudio.hr
Back to top
View user's profile Send private message Visit poster's website
Danko



Joined: 16 Sep 2004
Posts: 124
Location: Zagreb

PostPosted: 29.06.2006 17:37    Post subject: Add user to your forum ignore list Reply with quote

Meni treba bilo kakva redirekcija na Flash plugin, kao što to radi običan HTML <OBJECT> tag.
Sve je bolje od praznog ekrana..

_________________
dankokozar.com | Adjungo | UnityHR | eDriven
Back to top
View user's profile Send private message Visit poster's website
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 -> Flash 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