I was wondering how to implement smilling web with symfony and how should i make the viewing interface ( my develloping skill are of a brand new amateur)
THank you very much
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, this is an old project and I don't control the mail so often. I have seen today your question. When I developed the project I did not considered the integration with the various framework around the world. The project is simple Javascript and it is not necessary to use PHP or other server side languages to implement the player. You should incorporate the Javascripts into your HTML like any Javascript script, the page testing.html show you how to import all the files necessary for running the player and you also have to create a <DIV> for the presentation named Container. You need to have your presentation in a file XML coded with the SMIL language. So you have to know how to create presentations with SMIL. Once you have done all of this, including the directory include on your server, you can run your presentation calling the page and giving in querystring the name of the SMIL file created for the player. I think you can include all into your code also using every framework without problem.In Testing_minify you try the include scripts with the minified version of the player (less code to include). In testing_controls the same but with the buttons for the player to stop/play the presentation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah, to run presentation you have to give in the querystring the following parameters:
testing.html?pagina=page2.xml&destination=play&contenitore=container&path=./presentazioni/LandScape/
pagina: the xml file with the SMIL presentation
contenitore: the name of the DIV that should contain the presentation (default is container)
path: the path in which you find the XML file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering how to implement smilling web with symfony and how should i make the viewing interface ( my develloping skill are of a brand new amateur)
THank you very much
Hi, this is an old project and I don't control the mail so often. I have seen today your question. When I developed the project I did not considered the integration with the various framework around the world. The project is simple Javascript and it is not necessary to use PHP or other server side languages to implement the player. You should incorporate the Javascripts into your HTML like any Javascript script, the page testing.html show you how to import all the files necessary for running the player and you also have to create a <DIV> for the presentation named Container. You need to have your presentation in a file XML coded with the SMIL language. So you have to know how to create presentations with SMIL. Once you have done all of this, including the directory include on your server, you can run your presentation calling the page and giving in querystring the name of the SMIL file created for the player. I think you can include all into your code also using every framework without problem.In Testing_minify you try the include scripts with the minified version of the player (less code to include). In testing_controls the same but with the buttons for the player to stop/play the presentation.
Ah, to run presentation you have to give in the querystring the following parameters:
testing.html?pagina=page2.xml&destination=play&contenitore=container&path=./presentazioni/LandScape/
pagina: the xml file with the SMIL presentation
contenitore: the name of the DIV that should contain the presentation (default is container)
path: the path in which you find the XML file