Commit 6ce29ca4 authored by 李文起's avatar 李文起
Browse files

Merge branch 'hotfix/v1.2.14.12' into 'master'

微调

See merge request !116
Showing with 1 addition and 0 deletions
+1 -0
......@@ -56,6 +56,7 @@ class VideoEmbed extends PublicEmbed
'url' => \Storage::url(config('pano_edit.krpano_dir').'/plugins/videoplayer.swf'),
'alturl' => \Storage::url(config('pano_edit.krpano_dir').'/plugin/common/video/myvideoplay.js'),
'videourl' => \Storage::url(env('APP_ENV').$actionData['videoUrl']),
'hotspotType' => 'video',
'distorted' => 'true',
'onloaded' => 'calc_pos_from_hfov_yaw_pitch_roll('.$this->data['scale'].', '.$this->data['rx'].', '.$this->data['ry'].', '.$this->data['rz'].');setVideoBtn();',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment