EnglishDeutsch
If you use Software of WebConstruction.ch please consider donating a small amount, that I can do further development and updates. more...
 
Amount: 

 

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you are gone). So don't mess around with your and my time.

Welcome, Guest
Please Login or Register.    Lost Password?
Get support for the "Siteentry"-Plugin.
Go to bottomPage: 12
TOPIC: flash and video
#1379
flash and video 1 Year, 5 Months ago Karma: 0
can you add flash swf, flash video and regular wmv video support?

Thanks
pehap
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1381
Re:flash and video 1 Year, 5 Months ago Karma: 4
The mootools modal pop-up does not support flash and wmv. But you could add flash or wmv to an article, select it and use url or iframe as a pop-up type.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1387
Re:flash and video 1 Year, 5 Months ago Karma: 0
i entered file.swf instead of picture and it worked

Another question...
I wan to have the modal window without a background - transparent Is there any way to achieve this? when i add a transparent flash to it, it still displays a white background in the modal popup window
pehap
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1388
Re:flash and video 1 Year, 5 Months ago Karma: 4
I'm not quite sure if this will work (I didn't have a transparent swf to test):

Create a css file in the folder plugins/system/siteentry/css/ named for example transparent.css

Copy the following content, add it to the file and save the file.

#sbox-overlay you can remove if you wish the gray lucent background-layer.

Code:

#sbox-content,#sbox-window, #sbox-overlay{
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0) !important;  
filter:alpha(opacity=0) !important;
opacity: 0 !important;  
-moz-opacity: 0 !important;
}



After that you can select the css-file in the plug-in parameters at "Use css style sheet", apply and test.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/12 02:23 By webconstructor.Reason: Wrong CSS-Code
The administrator has disabled public write access.
 
#1389
Re:flash and video 1 Year, 5 Months ago Karma: 4
The css-code is wrong:

It should be:
Code:

#sbox-content,#sbox-window, #sbox-overlay{
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0) !important;  
filter:alpha(opacity=0) !important;
opacity: 0 !important;  
-moz-opacity: 0 !important;
}

webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1390
Re:flash and video 1 Year, 5 Months ago Karma: 0
now with your code everythin is transparent even the swf file

i was playing with media/system/css/modal.css file... once i removed it i had a transparency in FireFox but in IE i still have a white background... any ideas?
pehap
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12