Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Re:load movie and SWFObject (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Re:load movie and SWFObject
#5136
djevan ()
User Offline Click here to see the profile of this user

 
load movie and SWFObject 1 Month ago
Hello,
i have this front page http://www.designforweb.gr/bodyaction/

and it imports
"objGallery.loadClip("content.swf", mcContentHolder);"

is it possible to put flashblocks there?

this script imports flash

var so = new SWFObject("bodyaction.swf?showPattern=true&slideshowTime=20
&singleFile=false&mainImage=background_image.jpg", "sotester", "100%", "100%", "8", "#000000");
so.addParam("allowFullScreen", "true");
so.addParam("scale", "noscale");
so.write("flashcontent");



what should i do?
i am very confused. I need help.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/25 10:29 By djevan.
  The administrator has disabled public write access.
#5137
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:load movie and SWFObject 1 Month ago
Yes, you just need to place all Flashblocks components in each fla library.

You may choose to place the flashblocks component on either the main fla stage or the sub fla stage.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5139
djevan ()
User Offline Click here to see the profile of this user

 
Re:load movie and SWFObject 1 Month ago
Thanks for the reply
This is the content itself
http://www.designforweb.gr/bodyaction/content.swf

and the here is what happens when i load it(using external as)
http://www.designforweb.gr/bodyaction/

I put all flashblocks in the flas.

why is that? even the login is not there...

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5144
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:load movie and SWFObject 1 Month ago
It actually works perfectly. You may open the contextual menu by pressing ctrl+shift.

For some reason the right-click contextual menu is not displaying. Perhaps another script has cleared it.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5147
djevan ()
User Offline Click here to see the profile of this user

 
Re:load movie and SWFObject 1 Month ago
Thanks for the support!!!
I ll check my file and i'll let you know.
If i cant find a way, can i send you the .as file to check it please?

a happy client means more clients to come!

I really appreciate your support.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5148
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:load movie and SWFObject 1 Month ago
Either way, pressing ctrl+shift, instead of right clicking, displays a cleaner menu.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5149
djevan ()
User Offline Click here to see the profile of this user

 
Re:load movie and SWFObject 1 Month ago
I find out the problem with the right click menu
(i turn this to true)
Stage.showMenu = true;
(what about the next as?)
Stage.align = "TL";
Stage.scaleMode = "noScale";
this._lockroot = true;
var HOME:MovieClip = this;

import flash.display.BitmapData;
import mx.transitions.Tween;
import mx.transitions.easing.*

stagew = Stage.width;
stageh = Stage.height;

var slideshowTime:Number = int(slideshowTime);

var nrImg:Number;
var nrColumns:Number = 3;
var nrLines:Number = 2;

var minAlpha:Number = 60;


(NOw i cant see the files and there is some other problems)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5150
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:load movie and SWFObject 1 Month ago
It is possible that a script in your site is messing with the contextual menu. Instead you may wish to use ctrl+shift to access the menu. Have you tried this? It is the preferred menu as it is much cleaner then flash's right click menu.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/31 20:20 By admin.
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you