Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara-flashplayer
mahara-flashplayer
Commits
c4e78d13
Commit
c4e78d13
authored
Nov 22, 2013
by
Anssi Piirainen
Browse files
Change the links in UI to point to flash.flowpalyer.org. (#149)
parent
c033c2a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/src/actionscript-commercial/org/flowplayer/view/ContextMenuBuilder.as
View file @
c4e78d13
...
...
@@ -106,7 +106,7 @@ package org.flowplayer.view {
private
function
buildMenu
(
menu
:
ContextMenu
)
:
ContextMenu
{
addItem
(
menu
,
new
ContextMenuItem
(
"About "
+
VersionInfo
.
versionInfo
()
+
"..."
,
false
,
true
),
function
(
event
:
ContextMenuEvent
)
:
void
{
navigateToURL
(
new
URLRequest
(
"http://flowplayer.org"
),
"_self"
)
;
navigateToURL
(
new
URLRequest
(
"http://
flash.
flowplayer.org"
),
"_self"
)
;
})
;
// 1-3 Required by the GPL license
// 1 copyright notice
...
...
core/src/actionscript-commercial/org/flowplayer/view/LogoView.as
View file @
c4e78d13
...
...
@@ -306,7 +306,7 @@ package org.flowplayer.view {
_model
.
top
=
"20"
;
_model
.
right
=
"20"
;
_model
.
opacity
=
0.3
;
_model
.
linkUrl
=
"http://flowplayer.org"
;
_model
.
linkUrl
=
"http://
flash.
flowplayer.org"
;
log
.
debug
(
"initial model dimensions "
+
_model
.
dimensions
)
;
}
...
...
core/src/actionscript/org/flowplayer/view/Launcher.as
View file @
c4e78d13
...
...
@@ -936,7 +936,7 @@ import org.flowplayer.model.DisplayPluginModel;
_canvasLogo
.
scaleY
=
_canvasLogo
.
scaleX
;
_canvasLogo
.
alpha
=
.
4
;
_canvasLogo
.
addEventListener
(
MouseEvent
.
CLICK
,
function
(
event
:
MouseEvent
)
:
void
{
navigateToURL
(
new
URLRequest
(
"http://flowplayer.org"
),
"_self"
)
;
})
;
function
(
event
:
MouseEvent
)
:
void
{
navigateToURL
(
new
URLRequest
(
"http://
flash.
flowplayer.org"
),
"_self"
)
;
})
;
_canvasLogo
.
buttonMode
=
true
;
log
.
debug
(
"adding logo to display list"
)
;
addChild
(
_canvasLogo
)
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment