Get your own customer support community
 

Sound (MP3) works like a dream, cant do video though :(

Ok, i managed to get the sound to work (sound only with MP3), thought i would stab at the video as well.

Major issues (and no hair left).

Heres my code:

soundManager.url = './data-revelationmap/';
soundManager.flashVersion = 9;
soundManager.useMovieStar = true;
soundManager.onload = function()
{
soundManager.createVideo({id: 'rev1', url: './data-revelationmap/1.MP4'});
soundManager.play('rev1');
};

Then in the page i have


Ive tried with the small no debug and larg script, i either get "rev1" isnt an object type error OR a security error about flash not being version 8 (i have version 10), however the demo site does work so cant be flash.

Does the code need to be INSIDE the div area or does the page find a DIV names "sm2-container", also how can i run 2 images at the same time on the page (if at all possible)?

Many Thanks
Ashley
 
indifferent I’m mega confused
Inappropriate?
1 person has this question

User_default_medium